]> source.dussan.org Git - redmine.git/commit
Added 'Bulk edit' functionality.
authorJean-Philippe Lang <jp_lang@yahoo.fr>
Tue, 9 Oct 2007 19:07:19 +0000 (19:07 +0000)
committerJean-Philippe Lang <jp_lang@yahoo.fr>
Tue, 9 Oct 2007 19:07:19 +0000 (19:07 +0000)
commit2c4647f8c6d23c999ae959a047104eef49d00993
treefa1241406a68d951ded62d04269d85dfb6883a2c
parentdf631e8c06d755fd673e4bbf072a7e15766d1e0c
Added 'Bulk edit' functionality.
This can be done by clicking on the edit link (little pen icon) at the upper-left corner of the issue list.
Most properties can be set (priority, assignee, category, fixed version, start and due dates, done ratio) and a note can be entered.
Only issues of the current project can be selected for bulk edit (subproject issues can't).

git-svn-id: http://redmine.rubyforge.org/svn/trunk@817 e93f8b46-1217-0410-a6f0-8f06a7374b81
24 files changed:
app/controllers/projects_controller.rb
app/models/issue.rb
app/models/project.rb
app/views/issues/_bulk_edit_form.rhtml [new file with mode: 0644]
app/views/issues/_list.rhtml
app/views/projects/list_issues.rhtml
lang/bg.yml
lang/cs.yml
lang/de.yml
lang/en.yml
lang/es.yml
lang/fr.yml
lang/it.yml
lang/ja.yml
lang/nl.yml
lang/pl.yml
lang/pt-br.yml
lang/pt.yml
lang/ro.yml
lang/sv.yml
lang/zh.yml
lib/redmine.rb
public/javascripts/application.js
test/functional/projects_controller_test.rb