Redmine/app/controllers
Jean-Philippe Lang 9305c84093 Reverted r9464 that broke a test. Project identifiers or ids can be used as parameters.
git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@9465 e93f8b46-1217-0410-a6f0-8f06a7374b81
2012-04-22 07:19:45 +00:00
..
account_controller.rb Adds the ability for users to delete their own account (#10664). Can be disabled in application settings. 2012-04-15 14:31:54 +00:00
activities_controller.rb Separation of RSS/API auth actions. 2011-07-09 08:56:07 +00:00
admin_controller.rb Fixed that "Default administrator account changed" is always true (#10622). 2012-04-09 15:53:48 +00:00
application_controller.rb Adds the ability for users to delete their own account (#10664). Can be disabled in application settings. 2012-04-15 14:31:54 +00:00
attachments_controller.rb Code cleanup. 2012-04-06 16:53:12 +00:00
auth_sources_controller.rb Merged LdapAuthSourceController into AuthSourceController. 2012-03-11 11:43:27 +00:00
auto_completes_controller.rb remove trailing white-spaces from app/controllers/auto_completes_controller.rb. 2011-08-30 13:03:05 +00:00
boards_controller.rb Fixed test_show_with_permission_should_display_the_new_message_form broken by r9351. 2012-04-06 13:51:16 +00:00
calendars_controller.rb remove trailing white-spaces from app/controllers/calendars_controller.rb. 2011-08-30 13:04:34 +00:00
comments_controller.rb Prevent mass-assignment when adding a news comment (#10390). 2012-03-06 18:48:47 +00:00
context_menus_controller.rb Use #reduce instead of #inject for getting the intersection of arrays. 2012-02-09 20:06:36 +00:00
custom_fields_controller.rb Resourcified custom fields. 2011-12-09 22:58:30 +00:00
documents_controller.rb Prevent mass-assignment when adding/updating a document (#10390). 2012-03-06 18:54:41 +00:00
enumerations_controller.rb Removes all #verify calls in controllers. Verification is handled at routing level now that the default route is removed. 2012-03-03 15:09:20 +00:00
files_controller.rb remove trailing white-spaces from files controller source. 2011-05-18 07:12:48 +00:00
gantts_controller.rb remove trailing white-spaces from app/controllers/gantts_controller.rb. 2011-08-30 13:07:12 +00:00
groups_controller.rb Adds routes for group users. 2011-11-27 10:47:36 +00:00
issue_categories_controller.rb Use #find_project_by_project_id from super-class. 2012-03-07 20:03:05 +00:00
issue_relations_controller.rb Strip issue id when adding a relation. 2012-04-11 17:25:05 +00:00
issue_statuses_controller.rb Removes all #verify calls in controllers. Verification is handled at routing level now that the default route is removed. 2012-03-03 15:09:20 +00:00
issues_controller.rb Fixed MissingFeatureException: let user choose to copy attachments or not when bulk copying issues. 2012-04-14 06:21:03 +00:00
journals_controller.rb remove trailing white-spaces from app/controllers/journals_controller.rb. 2011-08-31 10:10:33 +00:00
mail_handler_controller.rb Removes all #verify calls in controllers. Verification is handled at routing level now that the default route is removed. 2012-03-03 15:09:20 +00:00
members_controller.rb Prevent mass-assignment when adding a project member (#10390). 2012-03-06 19:39:37 +00:00
messages_controller.rb Prevent mass-assignment when adding/updating a forum message (#10390). 2012-03-06 19:46:59 +00:00
my_controller.rb Adds the ability for users to delete their own account (#10664). Can be disabled in application settings. 2012-04-15 14:31:54 +00:00
news_controller.rb Use #find_project_by_project_id from super-class. 2012-03-10 13:44:52 +00:00
previews_controller.rb remove trailing white-spaces from app/controllers/previews_controller.rb. 2011-08-30 14:13:09 +00:00
project_enumerations_controller.rb remove trailing white-spaces from app/controllers/project_enumerations_controller.rb. 2011-08-31 12:03:37 +00:00
projects_controller.rb Use safe_attributes= just like in #create. 2012-03-06 19:52:10 +00:00
queries_controller.rb Removes all #verify calls in controllers. Verification is handled at routing level now that the default route is removed. 2012-03-03 15:09:20 +00:00
reports_controller.rb remove trailing white-spaces from app/controllers/reports_controller.rb. 2011-08-30 14:12:20 +00:00
repositories_controller.rb Adds a "Manage related isses" permission to add/remove commits/issues relations manually from the changeset view (#2009). 2012-02-05 10:56:27 +00:00
roles_controller.rb Removes all #verify calls in controllers. Verification is handled at routing level now that the default route is removed. 2012-03-03 15:09:20 +00:00
search_controller.rb Make sure that projects_to_search is a Project Array. 2012-02-26 11:42:29 +00:00
settings_controller.rb Fixes admin menu display. 2012-01-20 20:02:04 +00:00
sys_controller.rb Code cleanup. 2012-02-25 13:04:34 +00:00
timelog_controller.rb Prevent mass-assignment when adding/updating a time entry (#10390). 2012-03-06 20:23:00 +00:00
trackers_controller.rb Removes all #verify calls in controllers. Verification is handled at routing level now that the default route is removed. 2012-03-03 15:09:20 +00:00
users_controller.rb Code cleanup. 2012-04-06 16:51:10 +00:00
versions_controller.rb Prevent mass-assignment when adding/updating a version (#10390). 2012-03-06 20:31:45 +00:00
watchers_controller.rb Reverted r9464 that broke a test. Project identifiers or ids can be used as parameters. 2012-04-22 07:19:45 +00:00
welcome_controller.rb remove trailing white-spaces from app/controllers/welcome_controller.rb. 2011-08-30 15:17:44 +00:00
wiki_controller.rb Removes all #verify calls in controllers. Verification is handled at routing level now that the default route is removed. 2012-03-03 15:09:20 +00:00
wikis_controller.rb Prevent mass-assignment when adding/updating a wiki (#10390). 2012-03-06 20:34:38 +00:00
workflows_controller.rb remove trailing white-spaces from app/controllers/workflows_controller.rb. 2011-08-31 08:45:01 +00:00