.. |
account_controller.rb
|
Friendly response when the LDAP connection fails.
|
2012-02-19 18:13:46 +00:00 |
activities_controller.rb
|
Separation of RSS/API auth actions.
|
2011-07-09 08:56:07 +00:00 |
admin_controller.rb
|
Renamed Mailer#test to Mailer#test_email.
|
2012-03-04 12:38:34 +00:00 |
application_controller.rb
|
Cleanup in TimelogController#destroy.
|
2012-03-04 15:24:14 +00:00 |
attachments_controller.rb
|
Rails 3.1 compatibility.
|
2012-03-04 11:41:10 +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
|
Prevent mass-assignment when adding/updating a forum (#10390).
|
2012-03-06 21:36:28 +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
|
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 |
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
|
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 |
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
|
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 |
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
|
Rails 3.1 compatibility.
|
2012-03-04 10:44:59 +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
|
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 |
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 |