Branch: refs/heads/master Home: https://github.com/openSUSE/open-build-service Commit: 8b4e5a57e875acde054a2fbde7b4b3d1390f6187 https://github.com/openSUSE/open-build-service/commit/8b4e5a57e875acde054a2f... Author: Stephan Kulow <coolo@suse.de> Date: 2012-11-27 (Tue, 27 Nov 2012) Changed paths: M src/api/app/controllers/webui_controller.rb M src/api/config/routes.rb Log Message: ----------- [api] add another route to /webui/all_lists return all names and titles for including a flag for very important Commit: efedbc793414194d34417163546bf6eac818b476 https://github.com/openSUSE/open-build-service/commit/efedbc793414194d344171... Author: Stephan Kulow <coolo@suse.de> Date: 2012-11-27 (Tue, 27 Nov 2012) Changed paths: M src/webui-testsuite/lib/OBSpages/AllProjectsPage.rb R src/webui-testsuite/tests/TC15__AllProjectsList.rb M src/webui/app/assets/javascripts/project.js M src/webui/app/controllers/project_controller.rb M src/webui/app/models/api_details.rb R src/webui/app/views/project/_filter_projects.html.erb R src/webui/app/views/project/_search_packages.html.erb R src/webui/app/views/project/_search_project.html.erb M src/webui/app/views/project/list.html.erb M src/webui/test/functional/project_controller_test.rb Log Message: ----------- [webui] port the "All Projects" route to datatable This makes the whole a lot easier to test and more consistent with the other lists Compare: https://github.com/openSUSE/open-build-service/compare/b932ef98b62c...efedbc...