..
account_controller.rb
* replaced :controller => '' broken statements by :controller => 'welcome'
2007-01-25 18:27:42 +00:00
admin_controller.rb
replaced deprecated controller instance variables: @params, @session, @request
2006-12-26 21:33:44 +00:00
application.rb
* replaced :controller => '' broken statements by :controller => 'welcome'
2007-01-25 18:27:42 +00:00
auth_sources_controller.rb
trunk moved from /trunk/redmine to /trunk
2006-12-05 20:45:04 +00:00
custom_fields_controller.rb
trunk moved from /trunk/redmine to /trunk
2006-12-05 20:45:04 +00:00
documents_controller.rb
mail notifications added when:
2007-01-27 15:01:19 +00:00
enumerations_controller.rb
trunk moved from /trunk/redmine to /trunk
2006-12-05 20:45:04 +00:00
feeds_controller.rb
deprecated @headers replaced
2007-01-27 09:25:55 +00:00
help_controller.rb
updated redirection to the help main index (recognition fails when redirecting to a directory)
2007-01-02 10:49:59 +00:00
issue_categories_controller.rb
* project settings split in 4 tabs
2007-01-26 17:59:06 +00:00
issue_statuses_controller.rb
trunk moved from /trunk/redmine to /trunk
2006-12-05 20:45:04 +00:00
issues_controller.rb
mail notifications added when:
2007-01-27 15:01:19 +00:00
members_controller.rb
* project settings split in 4 tabs
2007-01-26 17:59:06 +00:00
my_controller.rb
replaced deprecated controller instance variables: @params, @session, @request
2006-12-26 21:33:44 +00:00
news_controller.rb
ActiveRecord::RecordNotFound exceptions handled more gracefully
2007-01-02 08:47:07 +00:00
projects_controller.rb
mail notifications added when:
2007-01-27 15:01:19 +00:00
queries_controller.rb
ActiveRecord::RecordNotFound exceptions handled more gracefully
2007-01-02 08:47:07 +00:00
reports_controller.rb
ActiveRecord::RecordNotFound exceptions handled more gracefully
2007-01-02 08:47:07 +00:00
repositories_controller.rb
ActiveRecord::RecordNotFound exceptions handled more gracefully
2007-01-02 08:47:07 +00:00
roles_controller.rb
replaced deprecated controller instance variables: @params, @session, @request
2006-12-26 21:33:44 +00:00
settings_controller.rb
settings are now stored in the database (config_custom.rb no more used) and editable through the application in: Admin -> Settings
2007-01-21 11:50:22 +00:00
trackers_controller.rb
trunk moved from /trunk/redmine to /trunk
2006-12-05 20:45:04 +00:00
users_controller.rb
settings are now stored in the database (config_custom.rb no more used) and editable through the application in: Admin -> Settings
2007-01-21 11:50:22 +00:00
versions_controller.rb
* project settings split in 4 tabs
2007-01-26 17:59:06 +00:00
welcome_controller.rb
fixed: non public projects were shown on welcome screen even if current user is not a member
2007-01-01 10:13:01 +00:00