]> source.dussan.org Git - redmine.git/commit
Issue list now supports bulk edit/move/delete (#563, #607). For now, issues from...
authorJean-Philippe Lang <jp_lang@yahoo.fr>
Sun, 10 Feb 2008 13:17:41 +0000 (13:17 +0000)
committerJean-Philippe Lang <jp_lang@yahoo.fr>
Sun, 10 Feb 2008 13:17:41 +0000 (13:17 +0000)
commit4155c97222cea69406060979efca3ebaaed9dcec
tree17bc056c97c1af47914bb2599995d2901749ce35
parent43a6f312edde2399c9c986ed61b1e9b0e1066db6
Issue list now supports bulk edit/move/delete (#563, #607). For now, issues from different projects can not be bulk edited/moved/deleted at once.

There are 2 ways to select a set of issues on the issue list:
* by using checkbox and/or the little pencil that will select/unselect all issues (#567)
* by clicking on the rows (but not on the links), Ctrl and Shift keys can be used to select multiple issues

Context menu was disabled on links so that the default context menu of the browser is displayed when right-clicking on a link (#545).
All this was tested with Firefox 2, IE 6/7, Opera 8 (use Alt+Click instead of Right-click) and Safari 2/3.

git-svn-id: http://redmine.rubyforge.org/svn/trunk@1130 e93f8b46-1217-0410-a6f0-8f06a7374b81
39 files changed:
app/controllers/issues_controller.rb
app/controllers/projects_controller.rb
app/views/issues/_bulk_edit_form.rhtml [deleted file]
app/views/issues/_list.rhtml
app/views/issues/_list_simple.rhtml
app/views/issues/bulk_edit.rhtml [new file with mode: 0644]
app/views/issues/context_menu.rhtml
app/views/issues/index.rhtml
app/views/issues/move.rhtml [new file with mode: 0644]
app/views/issues/show.rhtml
app/views/my/page.rhtml
app/views/projects/move_issues.rhtml [deleted file]
lang/bg.yml
lang/cs.yml
lang/de.yml
lang/en.yml
lang/es.yml
lang/fi.yml
lang/fr.yml
lang/he.yml
lang/it.yml
lang/ja.yml
lang/ko.yml
lang/lt.yml
lang/nl.yml
lang/pl.yml
lang/pt-br.yml
lang/pt.yml
lang/ro.yml
lang/ru.yml
lang/sr.yml
lang/sv.yml
lang/zh-tw.yml
lang/zh.yml
lib/redmine.rb
public/javascripts/application.js
public/javascripts/context_menu.js
test/functional/issues_controller_test.rb
test/functional/projects_controller_test.rb