Branch: refs/heads/master Home: https://github.com/openSUSE/open-build-service Commit: 788810e0e827b96bdf4b6e04cc7e64381efc50b0 https://github.com/openSUSE/open-build-service/commit/788810e0e827b96bdf4b6e... Author: Stephan Kulow <coolo@suse.de> Date: 2014-01-13 (Mon, 13 Jan 2014) Changed paths: M src/api/app/assets/stylesheets/webui/application/comments.css.scss M src/api/app/mixins/webui/has_comments.rb M src/api/app/models/comment.rb M src/api/app/models/event/comment.rb M src/api/app/views/event_mailer/comment_for_package.text.erb M src/api/app/views/event_mailer/comment_for_project.text.erb M src/api/app/views/event_mailer/comment_for_request.text.erb M src/api/app/views/webui/comment/_new.html.erb M src/api/app/views/webui/comment/_reply.html.erb M src/api/app/views/webui/comment/_show.html.erb A src/api/db/migrate/20140113110551_remove_comment_title.rb M src/api/db/structure.sql M src/api/test/fixtures/comments.yml M src/api/test/fixtures/event_mailer/another_comment_event M src/api/test/fixtures/event_mailer/comment_event M src/api/test/fixtures/event_mailer/project_comment M src/api/test/fixtures/relationships.yml M src/api/test/functional/webui/package_controller_test.rb M src/api/test/functional/webui/project_controller_test.rb M src/api/test/functional/webui/request_controller_test.rb M src/api/test/unit/comment_test.rb Log Message: ----------- [webui] merge the existant comment titles into the body Fixes issue 546 as discussed in 2.5 meeting Commit: e45b06c78b98b1e99976ddf4ececd3e5ef67bc80 https://github.com/openSUSE/open-build-service/commit/e45b06c78b98b1e99976dd... Author: Stephan Kulow <coolo@suse.de> Date: 2014-01-13 (Mon, 13 Jan 2014) Changed paths: M src/api/app/assets/stylesheets/webui/application/comments.css.scss M src/api/app/views/webui/comment/_child.html.erb M src/api/app/views/webui/comment/_links.html.erb M src/api/app/views/webui/comment/_new.html.erb M src/api/app/views/webui/comment/_show.html.erb Log Message: ----------- [webui] slim down the display of comments Now that we have no titles, we can display the whole thing a bit more compact Commit: 6f88b1a5344685dfbe0697d8f35248d265621357 https://github.com/openSUSE/open-build-service/commit/6f88b1a5344685dfbe0697... Author: Stephan Kulow <coolo@suse.de> Date: 2014-01-13 (Mon, 13 Jan 2014) Changed paths: M src/api/app/helpers/webui/webui_helper.rb M src/api/app/views/webui/project/list.html.erb M src/api/test/functional/webui/project_controller_test.rb Log Message: ----------- [webui] don't reuse project list between users Wrote test case for issue #272 and noticed something: hidden projects were in cache as the cache only validated there were no updates to the list, not if things were removed. That was of course very naiv to write. Compare: https://github.com/openSUSE/open-build-service/compare/970249e6f8fd...6f88b1...