obsolete.ChilliProject/app/controllers
Jean-Philippe Lang 65e05d822a Status can now be updated when bulk editing issues.
Workflow permissions are applied as when changing the status of a single issue. The issue is not saved (and an error is displayed) if the status transition is not allowed for the user.

git-svn-id: http://redmine.rubyforge.org/svn/trunk@831 e93f8b46-1217-0410-a6f0-8f06a7374b81
2007-10-12 15:55:06 +00:00
..
account_controller.rb Added a named route for the home page. 2007-09-24 18:38:45 +00:00
admin_controller.rb Basic plugin support. 2007-09-23 17:19:27 +00:00
application.rb Removed @html_title assignments in controllers. 2007-09-07 20:52:45 +00:00
attachments_controller.rb Image attachments are now sent inline to be viewed directly in the browser. 2007-08-15 15:36:15 +00:00
auth_sources_controller.rb trunk moved from /trunk/redmine to /trunk 2006-12-05 20:45:04 +00:00
boards_controller.rb Merged 0.6 branch into trunk. 2007-08-29 16:52:35 +00:00
custom_fields_controller.rb Removed deprecated Object#type in CustomFieldsController. 2007-08-12 14:24:04 +00:00
documents_controller.rb Mail notification options restored (default is: issue_added and issue_updated). 2007-09-14 15:30:46 +00:00
enumerations_controller.rb Added position on Enumeration model. 2007-10-04 17:04:50 +00:00
feeds_controller.rb Fixed: queries with multiple custom fields return no result. 2007-08-26 12:29:53 +00:00
help_controller.rb Replaced hard coded help link. 2007-04-08 18:16:45 +00:00
issue_categories_controller.rb A category with assigned issue can now be deleted. 2 options are proposed: 2007-09-15 16:52:32 +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 Added preview on add/edit issue form. 2007-10-06 08:54:05 +00:00
members_controller.rb Added project module concept. 2007-09-14 11:34:08 +00:00
messages_controller.rb Merged 0.6 branch into trunk. 2007-08-29 16:52:35 +00:00
my_controller.rb Calendar: 2007-10-07 20:07:11 +00:00
news_controller.rb added svn:eol-style native property on /app files 2007-03-12 17:59:02 +00:00
projects_controller.rb Status can now be updated when bulk editing issues. 2007-10-12 15:55:06 +00:00
queries_controller.rb Fixed: can't select columns when creating a new query. 2007-10-03 17:38:18 +00:00
reports_controller.rb Application layout refactored. 2007-09-22 13:17:49 +00:00
repositories_controller.rb Added project module concept. 2007-09-14 11:34:08 +00:00
roles_controller.rb Application layout refactored. 2007-09-22 13:17:49 +00:00
search_controller.rb Search engines now supports pagination. 2007-09-27 17:28:22 +00:00
settings_controller.rb Basic plugin support. 2007-09-23 17:19:27 +00:00
sys_controller.rb Initial commit for svn repository management and access control: 2007-04-01 19:43:59 +00:00
timelog_controller.rb Performance improvement on calendar and gantt (about 45% on gantt for large number of issues). 2007-10-03 17:20:04 +00:00
trackers_controller.rb Applied the flash notices patch by Matt Jones (slightly edited). 2007-08-02 17:42:20 +00:00
users_controller.rb Fix: error when posting to projects/add or users/add with no custom_fields parameter. 2007-08-29 17:07:28 +00:00
versions_controller.rb Fixed: calendar and gantt not updated when adding/editing/deleting a project version. 2007-08-25 20:19:19 +00:00
watchers_controller.rb Merged 0.6 branch into trunk. 2007-08-29 16:52:35 +00:00
welcome_controller.rb Merged 0.6 branch into trunk. 2007-08-29 16:52:35 +00:00
wiki_controller.rb Fixed: a user not authorized to edit wiki pages gets the edit form if the page doesn't exist. He now gets a 404. 2007-10-10 21:18:10 +00:00
wikis_controller.rb Added project module concept. 2007-09-14 11:34:08 +00:00