Branch: refs/heads/master Home: https://github.com/openSUSE/open-build-service Commit: d9b3878d42d530f6947357a87f50a02b44dedb71 https://github.com/openSUSE/open-build-service/commit/d9b3878d42d530f6947357... Author: Henne Vogelsang <hvogel@opensuse.org> Date: 2014-01-09 (Thu, 09 Jan 2014) Changed paths: R src/api/app/controllers/webui/home_controller.rb M src/api/app/controllers/webui/request_controller.rb M src/api/app/controllers/webui/user_controller.rb M src/api/app/helpers/webui/webui_helper.rb M src/api/app/models/user.rb M src/api/app/views/layouts/webui/_personal_navigation.html.erb M src/api/app/views/layouts/webui/webui.html.erb M src/api/app/views/webui/configuration/groups.html.erb M src/api/app/views/webui/group/show.html.erb R src/api/app/views/webui/home/requests.html.erb M src/api/app/views/webui/main/index.html.erb M src/api/app/views/webui/package/_commit_item.html.erb M src/api/app/views/webui/theme/bento/layouts/webui/_header.html.erb M src/api/app/views/webui/theme/bratwurst/webui/package/_commit.html.haml M src/api/app/views/webui/user/_password_dialog.html.erb A src/api/app/views/webui/user/requests.html.erb A src/api/app/views/webui/user/show.html.erb M src/api/config/routes.rb M src/api/test/functional/webui/group_controller_test.rb M src/api/test/functional/webui/login_test.rb M src/api/test/functional/webui/request_controller_test.rb M src/api/test/functional/webui/spider_test.rb M src/api/test/unit/code_quality_test.rb Log Message: ----------- [webui] Get rid of the home controller Commit: 23b7d94fceebe6f5aaf26e7488ed562251729a3e https://github.com/openSUSE/open-build-service/commit/23b7d94fceebe6f5aaf26e... Author: Ancor Gonzalez Sosa <ancor@suse.de> Date: 2014-01-09 (Thu, 09 Jan 2014) Changed paths: M src/api/app/helpers/webui/search_helper.rb M src/api/app/views/webui/search/_owners.html.erb M src/api/test/fixtures/relationships.yml M src/api/test/functional/webui/owner_search_test.rb Log Message: ----------- [api] Bugfix in webui owner search when a group is involved Commit: 646fd6d58167f457352a6e49a031c22a4928b851 https://github.com/openSUSE/open-build-service/commit/646fd6d58167f457352a6e... Author: Ancor Gonzalez Sosa <ancor@suse.de> Date: 2014-01-09 (Thu, 09 Jan 2014) Changed paths: M src/api/app/controllers/webui/request_controller.rb M src/api/test/functional/webui/request_controller_test.rb Log Message: ----------- [api] Fix a bug when adding submitter of a request as maintainer Compare: https://github.com/openSUSE/open-build-service/compare/3c8ff4c56fef...646fd6...