..
account_controller.rb
Added a plugin hook for :controller_account_success_authentication_after
2009-03-20 23:52:42 +00:00
admin_controller.rb
Merged nested projects branch. Removes limit on subproject nesting ( #594 ).
2009-01-24 11:31:15 +00:00
application.rb
Fixed: When logging in via an autologin cookie the user's last_login_on should be updated ( #2820 ).
2009-02-25 14:59:33 +00:00
attachments_controller.rb
Returns a 404 error when trying to view/download an attachment that can't be read from disk.
2009-04-25 09:31:36 +00:00
auth_sources_controller.rb
Moves @layout 'base'@ to ApplicationController.
2008-08-10 15:22:54 +00:00
boards_controller.rb
Adds single forum atom feed ( #3181 ).
2009-04-24 16:51:07 +00:00
custom_fields_controller.rb
Added several more plugin hooks:
2009-03-21 00:22:59 +00:00
documents_controller.rb
Added observers to watch model objects for mail delivery instead of calling Mailer.
2009-03-28 00:38:57 +00:00
enumerations_controller.rb
Reorder links refactoring (follows r2526).
2009-03-01 12:03:48 +00:00
issue_categories_controller.rb
Moves @layout 'base'@ to ApplicationController.
2008-08-10 15:22:54 +00:00
issue_relations_controller.rb
Fixed: users should not be able to add relations with issues they're not allowed to view ( #2589 ).
2009-01-27 19:33:03 +00:00
issue_statuses_controller.rb
Reorder links refactoring (follows r2526).
2009-03-01 12:03:48 +00:00
issues_controller.rb
Ticket grouping ( #2679 ).
2009-04-26 13:09:14 +00:00
journals_controller.rb
Added plugin hooks around Journal editing
2008-12-10 23:44:22 +00:00
mail_handler_controller.rb
Adds a simple API and a standalone script that can be used to forward emails from a local or remote email server to Redmine ( #1110 ).
2008-06-25 19:25:28 +00:00
members_controller.rb
Adds a user search field with autocompleter on project members screen.
2009-03-28 12:07:05 +00:00
messages_controller.rb
Adds the ability to move threads between project forums ( #2452 ). 'Edit message' permission is required.
2009-04-05 10:08:11 +00:00
my_controller.rb
Set a default scope for 'My page' block names translations ( #3057 ).
2009-04-05 13:33:54 +00:00
news_controller.rb
Added observers to watch model objects for mail delivery instead of calling Mailer.
2009-03-28 00:38:57 +00:00
projects_controller.rb
Added the ability to copy a project in the Project Administration panel.
2009-05-03 21:25:37 +00:00
queries_controller.rb
Ticket grouping ( #2679 ).
2009-04-26 13:09:14 +00:00
reports_controller.rb
Removes unused code.
2009-03-01 10:56:20 +00:00
repositories_controller.rb
Fixed: links to changesets in activity and atom feeds uses project id instead project identifier ( #3137 ).
2009-04-07 17:30:56 +00:00
roles_controller.rb
Reorder links refactoring (follows r2526).
2009-03-01 12:03:48 +00:00
search_controller.rb
Merged nested projects branch. Removes limit on subproject nesting ( #594 ).
2009-01-24 11:31:15 +00:00
settings_controller.rb
Fixed: TypeError (can't modify frozen string) on settings view ( #2700 ).
2009-02-09 17:18:41 +00:00
sys_controller.rb
Replaces the repositories management SOAP API with a simple REST API.
2009-02-10 22:03:25 +00:00
timelog_controller.rb
Validates sort_key and sort_order params ( #2378 ).
2008-12-24 10:03:13 +00:00
trackers_controller.rb
Trackers controller refactoring.
2009-02-26 09:21:41 +00:00
users_controller.rb
Send an email to the user when an administrator activates a registered user ( #2656 ).
2009-02-20 17:04:47 +00:00
versions_controller.rb
AttachmentsController now handles attachments deletion.
2008-12-09 16:54:46 +00:00
watchers_controller.rb
Moves @layout 'base'@ to ApplicationController.
2008-08-10 15:22:54 +00:00
welcome_controller.rb
Replaces the obsolete robots.txt with a cached action ( #2491 ).
2009-01-27 17:27:50 +00:00
wiki_controller.rb
Ask user what to do with child pages when deleting a parent wiki page ( #3202 ).
2009-04-21 12:19:56 +00:00
wikis_controller.rb
Moves @layout 'base'@ to ApplicationController.
2008-08-10 15:22:54 +00:00
workflows_controller.rb
Adds a workflow overview screen.
2008-09-28 12:03:17 +00:00