Redmine/test
Jean-Philippe Lang 4155c97222 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
2008-02-10 13:17:41 +00:00
..
fixtures Administrators can edit issue notes. 2008-02-02 10:50:31 +00:00
functional 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. 2008-02-10 13:17:41 +00:00
integration Merged IssuesController #edit and #update into a single actions. 2008-02-09 16:11:18 +00:00
unit Create a journal and send an email when an issue is closed by commit (#609). 2008-02-06 20:02:30 +00:00
helper_testcase.rb Added Redmine::WikiFormatting module and tests for wiki links. 2007-09-02 20:41:47 +00:00
test_helper.rb Merged IssuesController change_status and add_note actions. 2008-01-06 17:06:14 +00:00