obsolete.ChilliProject/app/controllers
Jean-Philippe Lang e2e111f95e * added missing fields to csv export: priority, start date, due date, done ratio
git-svn-id: http://redmine.rubyforge.org/svn/trunk@177 e93f8b46-1217-0410-a6f0-8f06a7374b81
2007-01-25 19:32:07 +00:00
..
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 ActiveRecord::RecordNotFound exceptions handled more gracefully 2007-01-02 08:47:07 +00:00
enumerations_controller.rb trunk moved from /trunk/redmine to /trunk 2006-12-05 20:45:04 +00:00
feeds_controller.rb * news rss feed added 2006-12-26 16:19:12 +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 ActiveRecord::RecordNotFound exceptions handled more gracefully 2007-01-02 08:47:07 +00:00
issue_statuses_controller.rb trunk moved from /trunk/redmine to /trunk 2006-12-05 20:45:04 +00:00
issues_controller.rb ActiveRecord::RecordNotFound exceptions handled more gracefully 2007-01-02 08:47:07 +00:00
members_controller.rb ActiveRecord::RecordNotFound exceptions handled more gracefully 2007-01-02 08:47:07 +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 * added missing fields to csv export: priority, start date, due date, done ratio 2007-01-25 19:32:07 +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 ActiveRecord::RecordNotFound exceptions handled more gracefully 2007-01-02 08:47:07 +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