..
account_controller.rb
Do not reset session when a non logged in user request the login form ( #4958 ).
2010-03-12 19:22:11 +00:00
admin_controller.rb
Admin info cleanup.
2009-12-19 20:33:24 +00:00
application_controller.rb
Refactor: Decouple failed attachments and the flash messages
2010-03-03 17:05:00 +00:00
attachments_controller.rb
Fixed: error when downloading a file with no matching mime type ( #3782 ).
2010-01-05 18:16:03 +00:00
auth_sources_controller.rb
Refactor: Merged AuthSourcesController#list and #index
2010-02-15 16:41:21 +00:00
boards_controller.rb
Refactor: Split method
2010-03-04 05:33:40 +00:00
custom_fields_controller.rb
Removes "xxx and return" calls ( #4446 ).
2009-12-18 14:22:18 +00:00
documents_controller.rb
Refactor: Decouple failed attachments and the flash messages
2010-03-03 17:05:00 +00:00
enumerations_controller.rb
Fixed: error while deleting an in-use enumeration ( #4970 ).
2010-03-02 20:03:09 +00:00
groups_controller.rb
Adds an admin layout that displays the admin menu in the sidebar.
2009-12-17 18:21:02 +00:00
issue_categories_controller.rb
Moves ProjectsController#add_issue_category to IssueCategoriesController#new.
2010-03-06 18:43:00 +00:00
issue_relations_controller.rb
Issue relation: fixes error with postgres when entering a non-numeric id ( #4820 ) + accept hash (#) before id.
2010-02-12 18:35:31 +00:00
issue_statuses_controller.rb
Removed hard coded English string.
2010-02-12 19:15:39 +00:00
issues_controller.rb
Adds subtasking ( #443 ) including:
2010-03-13 14:56:49 +00:00
journals_controller.rb
Removes "xxx and return" calls ( #4446 ).
2009-12-18 14:22:18 +00:00
mail_handler_controller.rb
Change MailHandler 403 error message.
2009-12-20 09:45:04 +00:00
members_controller.rb
Refactor: Pull up several #find_project methods to ApplicationController
2010-02-05 16:57:02 +00:00
messages_controller.rb
Refactor: Decouple failed attachments and the flash messages
2010-03-03 17:05:00 +00:00
my_controller.rb
Added an API token for each User to use when making API requests. ( #3920 )
2009-12-23 06:27:28 +00:00
news_controller.rb
Allow authenticating with an API token via XML or JSON. ( #3920 )
2009-12-23 06:27:33 +00:00
projects_controller.rb
Adds missing flash messages on project settings ( #5043 ).
2010-03-12 13:51:00 +00:00
queries_controller.rb
Allows multiple roles on the same project ( #706 ). Prerequisite for user groups feature.
2009-05-10 10:54:31 +00:00
reports_controller.rb
Refactored IssueStatus finder to a before_filter
2010-02-11 16:42:52 +00:00
repositories_controller.rb
Refactor: Pull up several #find_project methods to ApplicationController
2010-02-05 16:57:02 +00:00
roles_controller.rb
Refactor: Merged RolesController#list and #index
2010-02-15 16:41:16 +00:00
search_controller.rb
Move SQL LIKE tokens to acts_as_searchable.
2010-02-17 20:20:51 +00:00
settings_controller.rb
Adds an admin layout that displays the admin menu in the sidebar.
2009-12-17 18:21:02 +00:00
sys_controller.rb
Adds on optional API key to repositories management controller and reposman.rb.
2009-12-20 09:44:28 +00:00
timelog_controller.rb
Adds subtasking ( #443 ) including:
2010-03-13 14:56:49 +00:00
trackers_controller.rb
Refactor: Merged TrackersController#list and #index
2010-02-15 16:41:27 +00:00
users_controller.rb
Let administrators see locked user profiles.
2010-02-26 15:50:16 +00:00
versions_controller.rb
Moves ProjectsController#add_version to VersionsController#new.
2010-03-06 18:25:01 +00:00
watchers_controller.rb
Make sure user can not watch what he is not allowed to view.
2009-12-13 14:48:28 +00:00
welcome_controller.rb
Renamed Project#public named_scope so it will not override Ruby's public method
2009-10-21 03:21:31 +00:00
wiki_controller.rb
Refactor: Decouple failed attachments and the flash messages
2010-03-03 17:05:00 +00:00
wikis_controller.rb
Refactor: Pull up several #find_project methods to ApplicationController
2010-02-05 16:57:02 +00:00
workflows_controller.rb
Refactor: Extract methods to before_filters
2010-03-04 05:33:45 +00:00