..
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
Allow js formatted responses.
2010-07-05 18:00:50 +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 AuthSourcesController to support non-LDAP sources. #1131
2010-05-23 03:16:31 +00:00
boards_controller.rb
Refactor: Split method
2010-03-04 05:33:40 +00:00
calendars_controller.rb
Refactor: move Project Calendar to it's own controller.
2010-05-03 16:02:37 +00:00
custom_fields_controller.rb
New strings to localization ( #5225 )
2010-04-03 11:54:24 +00:00
documents_controller.rb
Refactor: Change the different find_object filters to share a common method.
2010-03-17 15:41:58 +00:00
enumerations_controller.rb
Fixed: error while deleting an in-use enumeration ( #4970 ).
2010-03-02 20:03:09 +00:00
gantts_controller.rb
Refactor: Pull up #find_optional_project to ApplicationController.
2010-04-30 17:24:11 +00:00
groups_controller.rb
Eager load group projects to avoid N SQL queries.
2010-05-09 11:31:39 +00:00
issue_categories_controller.rb
Refactor: Change the different find_object filters to share a common method.
2010-03-17 15:41:58 +00:00
issue_relations_controller.rb
Refactor: Split the find_object methods to prep for a larger refactoring.
2010-03-16 15:17:47 +00:00
issue_statuses_controller.rb
Removed hard coded English string.
2010-02-12 19:15:39 +00:00
issues_controller.rb
Added JSON support to the issues API. #1214
2010-06-05 03:52:59 +00:00
journals_controller.rb
Removes "xxx and return" calls ( #4446 ).
2009-12-18 14:22:18 +00:00
ldap_auth_sources_controller.rb
Refactor AuthSourcesController to support non-LDAP sources. #1131
2010-05-23 03:16:31 +00:00
mail_handler_controller.rb
Change MailHandler 403 error message.
2009-12-20 09:45:04 +00:00
members_controller.rb
Hide the role forms when editing or adding Project members. #5452
2010-06-19 19:51:43 +00:00
messages_controller.rb
Refactor: Decouple failed attachments and the flash messages
2010-03-03 17:05:00 +00:00
my_controller.rb
Allow AuthSources to control if they allow password changes.
2010-05-23 03:16:37 +00:00
news_controller.rb
Refactor: Change the different find_object filters to share a common method.
2010-03-17 15:41:58 +00:00
projects_controller.rb
Accept key authentication to ProjectsController#index (for feeds). #5317
2010-06-19 17:45:04 +00:00
queries_controller.rb
Refactor: Move method to Query model
2010-04-19 15:08:28 +00:00
reports_controller.rb
Fixed: private subprojects names may be revealed on issue summary report ( #5360 ).
2010-04-27 16:43:52 +00:00
repositories_controller.rb
Add "Repository" menu item after repository creation ( #5328 ).
2010-04-17 12:51:46 +00:00
roles_controller.rb
New strings to localization ( #5225 )
2010-04-03 11:54:24 +00:00
search_controller.rb
Typecast issue ids when searched for.
2010-06-20 20:01:32 +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
Added hook :controller_timelog_available_criterias
2010-07-01 18:49:25 +00:00
trackers_controller.rb
New strings to localization ( #5225 )
2010-04-03 11:54:24 +00:00
users_controller.rb
Refactor: Extract method to the Member model
2010-03-18 15:49:11 +00:00
versions_controller.rb
Do not raise an error when destroying a Version with assigned issues.
2010-04-11 17:47:29 +00:00
watchers_controller.rb
Fix for Ruby 1.9 strings.
2010-06-20 16:08:15 +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
Makes the wiki sidebar editable ( #5208 ).
2010-04-11 12:56:18 +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