Branch: refs/heads/master Home: https://github.com/openSUSE/open-build-service Commit: 07dcc7137b61f02b1b528b1972c5aa626f22a670 https://github.com/openSUSE/open-build-service/commit/07dcc7137b61f02b1b528b... Author: Stephan Kulow <coolo@suse.de> Date: 2012-11-06 (Tue, 06 Nov 2012) Changed paths: M src/api/Gemfile.lock M src/api/app/controllers/request_controller.rb M src/api/app/models/bs_request.rb M src/api/app/models/bs_request_action.rb M src/api/app/models/package.rb M src/webui-testsuite/Gemfile.lock M src/webui/Gemfile.lock M src/webui/app/controllers/package_controller.rb M src/webui/app/helpers/package_helper.rb M src/webui/app/models/bs_request.rb M src/webui/app/views/request/show.html.erb M src/webui/app/views/shared/_sourcediff.html.erb M src/webui/test/functional/project_controller_test.rb Log Message: ----------- [api] move the cmd=diff functionality Move it out of the request controller and move it into the request action model to use it from the request diff in the webui controller. This was a bigger change than planned as the _sourcediff partial is shared and so I had to adapt the package diff too