Redmine/app/controllers
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
..
account_controller.rb Fixed: private projects name are displayed on account/show even if the current user doesn't have access to these private projects. 2008-01-04 18:02:34 +00:00
admin_controller.rb Admin settings screen split to tabs. 2008-01-06 20:24:26 +00:00
application.rb Show explicit error message when the scm command failed (eg. when svn binary is not available). 2008-01-23 17:25:11 +00:00
attachments_controller.rb Non-ascii attachement filename fix for IE. 2008-01-10 22:42:41 +00:00
auth_sources_controller.rb Added LDAPS support migration and fixed connection test flash messages. 2007-10-16 19:19:10 +00:00
boards_controller.rb New setting added to specify how many objects should be displayed on most paginated lists. 2007-12-29 11:36:30 +00:00
custom_fields_controller.rb Custom fields can now be reordered. 2007-11-12 17:23:14 +00:00
documents_controller.rb Non-ascii attachement filename fix for IE. 2008-01-10 22:42:41 +00:00
enumerations_controller.rb Added position on Enumeration model. 2007-10-04 17:04:50 +00:00
issue_categories_controller.rb Highlight the current item of the main menu. 2008-01-19 11:53:43 +00:00
issue_relations_controller.rb Issue relations first commit (not thoroughly tested). 4 kinds of relation are available: 2007-05-05 13:22:27 +00:00
issue_statuses_controller.rb Applied the flash notices patch by Matt Jones (slightly edited). 2007-08-02 17:42:20 +00:00
issues_controller.rb 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
journals_controller.rb Administrators can edit issue notes. 2008-02-02 10:50:31 +00:00
members_controller.rb Added project module concept. 2007-09-14 11:34:08 +00:00
messages_controller.rb Highlight the current item of the main menu. 2008-01-19 11:53:43 +00:00
my_controller.rb Anonymous users can now be allowed to create, edit, comment issues, comment news and post messages in the forums. 2007-11-20 15:40:16 +00:00
news_controller.rb ProjectsController#add_news moved to NewsController#new. 2008-02-03 14:38:04 +00:00
projects_controller.rb 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
queries_controller.rb Highlight the current item of the main menu. 2008-01-19 11:53:43 +00:00
reports_controller.rb Highlight the current item of the main menu. 2008-01-19 11:53:43 +00:00
repositories_controller.rb Fixed RepositoriesController: undefined local variable or method `show_error' (broken by r1094). 2008-01-25 10:55:16 +00:00
roles_controller.rb Performance improvement on workflow setup screen. 2007-12-07 11:19:30 +00:00
search_controller.rb Merged Rails 2.0 compatibility changes. 2007-12-10 17:58:07 +00:00
settings_controller.rb User display format is now configurable in administration settings. 2008-01-25 10:31:06 +00:00
sys_controller.rb SVN integration: reposman.rb can now register created repositories in Redmine, so that the administrator doesn't have to enter the repository url in Redmine once it's created. 2007-10-21 16:26:14 +00:00
timelog_controller.rb Highlight the current item of the main menu. 2008-01-19 11:53:43 +00:00
trackers_controller.rb Transaction and performance improvement on workflow copy when creating a new tracker. 2007-12-07 13:35:38 +00:00
users_controller.rb Slight changes on users list view and hide Anonymous user. 2008-02-03 19:53:52 +00:00
versions_controller.rb Highlight the current item of the main menu. 2008-01-19 11:53:43 +00:00
watchers_controller.rb Merged 0.6 branch into trunk. 2007-08-29 16:52:35 +00:00
welcome_controller.rb Anonymous users can now be allowed to create, edit, comment issues, comment news and post messages in the forums. 2007-11-20 15:40:16 +00:00
wiki_controller.rb New setting added to specify how many objects should be displayed on most paginated lists. 2007-12-29 11:36:30 +00:00
wikis_controller.rb Highlight the current item of the main menu. 2008-01-19 11:53:43 +00:00