[obs-commits] [openSUSE/open-build-service] 946f08: [webui] Move comment view files out of shared
Branch: refs/heads/master Home: https://github.com/openSUSE/open-build-service Commit: 946f08ab5c653e7e2d87887139c71d906ef8a1cb https://github.com/openSUSE/open-build-service/commit/946f08ab5c653e7e2d8788... Author: Henne Vogelsang <hvogel@opensuse.org> Date: 2013-08-22 (Thu, 22 Aug 2013) Changed paths: M src/webui/app/helpers/application_helper.rb A src/webui/app/views/comment/_child_comment.html.erb A src/webui/app/views/comment/_comment_links.html.erb A src/webui/app/views/comment/_expand_collapse_comments.js.erb A src/webui/app/views/comment/_new_comment.html.erb A src/webui/app/views/comment/_parent_comments.erb M src/webui/app/views/main/_news.html.erb M src/webui/app/views/package/comments.html.erb M src/webui/app/views/project/comments.html.erb M src/webui/app/views/request/comments.html.erb R src/webui/app/views/shared/_child_comment.html.erb R src/webui/app/views/shared/_comment_links.html.erb R src/webui/app/views/shared/_expand_collapse_comments.js.erb R src/webui/app/views/shared/_new_comment.html.erb R src/webui/app/views/shared/_parent_comments.erb Log Message: ----------- [webui] Move comment view files out of shared Commit: 5ef001ecc0bcf4cba9d0598db0251a6d1d3596c1 https://github.com/openSUSE/open-build-service/commit/5ef001ecc0bcf4cba9d059... Author: Henne Vogelsang <hvogel@opensuse.org> Date: 2013-08-22 (Thu, 22 Aug 2013) Changed paths: M src/api/app/controllers/application_controller.rb M src/api/app/controllers/webui/comments_controller.rb M src/api/app/models/bs_request.rb M src/api/app/models/comment.rb M src/api/app/models/comment_project.rb M src/api/app/models/comment_request.rb M src/api/app/models/package.rb M src/api/app/models/project.rb M src/api/config/routes.rb M src/webui/app/assets/stylesheets/comments.scss M src/webui/app/controllers/package_controller.rb M src/webui/app/controllers/project_controller.rb M src/webui/app/controllers/request_controller.rb R src/webui/app/helpers/comments_helper.rb M src/webui/app/models/api_details.rb R src/webui/app/views/application/_comments.html.erb R src/webui/app/views/application/_edit_comments.html.erb A src/webui/app/views/comment/_child.html.erb R src/webui/app/views/comment/_child_comment.html.erb R src/webui/app/views/comment/_comment_links.html.erb A src/webui/app/views/comment/_expand_collapse.js.erb R src/webui/app/views/comment/_expand_collapse_comments.js.erb A src/webui/app/views/comment/_links.html.erb A src/webui/app/views/comment/_new.html.erb R src/webui/app/views/comment/_new_comment.html.erb R src/webui/app/views/comment/_parent_comments.erb A src/webui/app/views/comment/_reply.html.erb A src/webui/app/views/comment/_show.html.erb M src/webui/app/views/package/_tabs.html.erb M src/webui/app/views/package/comments.html.erb M src/webui/app/views/package/show.html.erb M src/webui/app/views/project/_tabs.html.erb M src/webui/app/views/project/comments.html.erb M src/webui/app/views/project/show.html.erb M src/webui/app/views/request/_tabs.html.erb R src/webui/app/views/request/comments.html.erb M src/webui/app/views/request/show.html.erb M src/webui/app/views/shared/_project_or_package_link.html.erb M src/webui/config/routes.rb Log Message: ----------- [webui][api] Move comments to the show pages, simplify them Commit: c5620cfe13533d40ddb225bf0f82c291cbd98b71 https://github.com/openSUSE/open-build-service/commit/c5620cfe13533d40ddb225... Author: Henne Vogelsang <hvogel@opensuse.org> Date: 2013-08-23 (Fri, 23 Aug 2013) Changed paths: M src/api/app/controllers/application_controller.rb M src/api/app/controllers/webui/comments_controller.rb M src/api/app/models/comment_request.rb M src/api/test/fixtures/comments.yml M src/api/test/functional/comments_controller_test.rb M src/webui/app/controllers/package_controller.rb M src/webui/app/controllers/project_controller.rb M src/webui/app/controllers/request_controller.rb M src/webui/app/models/api_details.rb M src/webui/app/views/comment/_links.html.erb M src/webui/app/views/comment/_new.html.erb M src/webui/config/routes.rb M src/webui/test/functional/create_test.rb M src/webui/test/functional/package_controller_test.rb M src/webui/test/functional/project_controller_test.rb Log Message: ----------- [webui][api] Fix the comment test/fixtures and the resulting fallout Compare: https://github.com/openSUSE/open-build-service/compare/605bdaa83ac4...c5620c...
participants (1)
-
Henne Vogelsang