OSDN Git Service

Adds ability to bulk copy issues (#1847).
authorJean-Philippe Lang <jp_lang@yahoo.fr>
Sun, 25 Jan 2009 13:12:56 +0000 (13:12 +0000)
committerJean-Philippe Lang <jp_lang@yahoo.fr>
Sun, 25 Jan 2009 13:12:56 +0000 (13:12 +0000)
commit1ad255155949930d2a7bdf667b415939fd71e16d
tree6cc4801f6379e3e5e7f178e417d158f410c3a9ac
parent41f3bae9170c5231a85c1b85b1596fba8e2f6d77
Adds ability to bulk copy issues (#1847).
This can be done by checking the 'Copy' checkbox on the 'Move' form.

git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@2313 e93f8b46-1217-0410-a6f0-8f06a7374b81
app/controllers/issues_controller.rb
app/models/issue.rb
app/views/issues/move.rhtml
test/functional/issues_controller_test.rb
test/unit/issue_test.rb