..
account_controller.rb
Refactor: Add methods to User to edit the encapsulate the status field.
2010-08-03 15:26:50 +00:00
activities_controller.rb
Refactor: extract ProjectsController#activity to a new Activities controller.
2010-08-27 14:05:54 +00:00
admin_controller.rb
Admin info cleanup.
2009-12-19 20:33:24 +00:00
application_controller.rb
Added ability to delete issues from different projects through contextual menu ( #5332 )
2010-10-07 05:11:28 +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
auto_completes_controller.rb
Refactor: move IssuesController#auto_complete to a new controller. #4382
2010-08-17 15:03:58 +00:00
boards_controller.rb
Allow key authentication for Boards. #6132
2010-08-16 23:39:27 +00:00
calendars_controller.rb
Add SortHelper so custom queries will run on the Calendar. #6612
2010-10-10 21:17:10 +00:00
comments_controller.rb
Refactor: move #destroy_comment method to CommentsController#destroy
2010-09-23 15:20:19 +00:00
context_menus_controller.rb
Added ability to edit issues from different project through contextual menu ( #5332 )
2010-10-08 03:09:51 +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
files_controller.rb
Fixed: error on mail notification when adding an invalid file ( #6452 ).
2010-09-26 08:07:41 +00:00
gantts_controller.rb
Rewrite the Gantt chart. #6276
2010-09-10 03:09:02 +00:00
groups_controller.rb
Added a warning when a new user or group membership is invalid. #3834
2010-08-10 22:37:00 +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_moves_controller.rb
Splitted #find_issues filter in ApplicationController to #find_issues and #check_project_uniqueness ( #5332 )
2010-09-29 05:22:53 +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 ability to edit issues from different project through contextual menu ( #5332 )
2010-10-08 03:09:51 +00:00
journals_controller.rb
Refactor: move IssuesController#changes to JournalsController#index.
2010-08-23 15:04:36 +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
Refactor: move method to model
2010-09-28 22:13:11 +00:00
news_controller.rb
Refactor: move NewsController#preview to PreviewsController#news
2010-09-24 16:26:46 +00:00
previews_controller.rb
Refactor: move NewsController#preview to PreviewsController#news
2010-09-24 16:26:46 +00:00
project_enumerations_controller.rb
Refactor: convert ProjectEnumerations to a resource on a project.
2010-09-10 16:00:49 +00:00
projects_controller.rb
Redirect to project settings after copying a project. #6443
2010-09-26 18:04:54 +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
Refactor the hardcoded event actions (notifiables) to use a class
2010-09-28 20:19:55 +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
time_entry_reports_controller.rb
Refactor: extract TimelogController#report to a new controller class
2010-10-05 16:07:17 +00:00
timelog_controller.rb
Refactor: convert timelogs to a REST resource (:time_entries)
2010-10-12 15:55:21 +00:00
trackers_controller.rb
New strings to localization ( #5225 )
2010-04-03 11:54:24 +00:00
users_controller.rb
Refactor: split UsersController#edit into #edit and #update
2010-09-30 18:22:46 +00:00
versions_controller.rb
Refactor: convert VersionsController to a REST resource.
2010-09-17 15:55:08 +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
Refactor: change :id on WikiController to use :project_id
2010-10-20 21:26:30 +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