]> source.dussan.org Git - redmine.git/commit
Refactor: Extract a new IssueMovesController from IssuesController.
authorEric Davis <edavis@littlestreamsoftware.com>
Wed, 11 Aug 2010 14:42:10 +0000 (14:42 +0000)
committerEric Davis <edavis@littlestreamsoftware.com>
Wed, 11 Aug 2010 14:42:10 +0000 (14:42 +0000)
commitff43bb1a74a7450dbcee2d8b0b152d2173a810e1
treed0af815e4139ee61d415704b72461d131862e619
parente43f9fc21edc0a7b3451f64204c3399eab359529
Refactor: Extract a new IssueMovesController from IssuesController.

git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@3936 e93f8b46-1217-0410-a6f0-8f06a7374b81
13 files changed:
app/controllers/issue_moves_controller.rb [new file with mode: 0644]
app/controllers/issues_controller.rb
app/helpers/issue_moves_helper.rb [new file with mode: 0644]
app/views/issue_moves/new.rhtml [new file with mode: 0644]
app/views/issues/_action_menu.rhtml
app/views/issues/context_menu.rhtml
app/views/issues/move.rhtml [deleted file]
config/routes.rb
lib/redmine.rb
test/functional/issue_moves_controller_test.rb [new file with mode: 0644]
test/functional/issues_controller_test.rb
test/integration/routing_test.rb
test/unit/helpers/issue_moves_helper_test.rb [new file with mode: 0644]