..
account_controller.rb
Added a named route for the home page.
2007-09-24 18:38:45 +00:00
admin_controller.rb
* Emails footer can now be customized from the admin interface (Admin -> Email notifications).
2007-10-21 14:10:07 +00:00
application.rb
Some slight improvements in AJAX errors handling.
2007-10-28 15:04:17 +00:00
attachments_controller.rb
Image attachments are now sent inline to be viewed directly in the browser.
2007-08-15 15:36:15 +00:00
auth_sources_controller.rb
Added LDAPS support migration and fixed connection test flash messages.
2007-10-16 19:19:10 +00:00
boards_controller.rb
Merged 0.6 branch into trunk.
2007-08-29 16:52:35 +00:00
custom_fields_controller.rb
Removed deprecated Object#type in CustomFieldsController.
2007-08-12 14:24:04 +00:00
documents_controller.rb
Removed translated email templates attachments_added and document_added (no longer usefull).
2007-10-12 18:04:56 +00:00
enumerations_controller.rb
Added position on Enumeration model.
2007-10-04 17:04:50 +00:00
issue_categories_controller.rb
A category with assigned issue can now be deleted. 2 options are proposed:
2007-09-15 16:52:32 +00:00
issue_relations_controller.rb
Issue relations first commit (not thoroughly tested). 4 kinds of relation are available:
2007-05-05 13:22:27 +00:00
issue_statuses_controller.rb
Applied the flash notices patch by Matt Jones (slightly edited).
2007-08-02 17:42:20 +00:00
issues_controller.rb
ProjectsController#list_issues, #export_issues_csv and #export_issues_pdf merged into IssuesController#index
2007-11-05 18:38:42 +00:00
members_controller.rb
Added project module concept.
2007-09-14 11:34:08 +00:00
messages_controller.rb
Merged 0.6 branch into trunk.
2007-08-29 16:52:35 +00:00
my_controller.rb
More flexible mail notifications settings at user level. A user has now 3 options:
2007-10-20 12:47:05 +00:00
news_controller.rb
Moved ProjectsController#list_news to NewsController#index.
2007-11-05 22:22:51 +00:00
projects_controller.rb
Moved ProjectsController#list_news to NewsController#index.
2007-11-05 22:22:51 +00:00
queries_controller.rb
ProjectsController#list_issues, #export_issues_csv and #export_issues_pdf merged into IssuesController#index
2007-11-05 18:38:42 +00:00
reports_controller.rb
Application layout refactored.
2007-09-22 13:17:49 +00:00
repositories_controller.rb
Pretty URL for the repository browser (Cyril Mougel)
2007-11-04 11:20:21 +00:00
roles_controller.rb
Application layout refactored.
2007-09-22 13:17:49 +00:00
search_controller.rb
Search engine: added a checkbox to search titles only (usefull when searching on common words).
2007-10-15 16:53:39 +00:00
settings_controller.rb
Basic plugin support.
2007-09-23 17:19:27 +00:00
sys_controller.rb
SVN integration: reposman.rb can now register created repositories in Redmine, so that the administrator doesn't have to enter the repository url in Redmine once it's created.
2007-10-21 16:26:14 +00:00
timelog_controller.rb
Performance improvement on calendar and gantt (about 45% on gantt for large number of issues).
2007-10-03 17:20:04 +00:00
trackers_controller.rb
Applied the flash notices patch by Matt Jones (slightly edited).
2007-08-02 17:42:20 +00:00
users_controller.rb
Fix: error when posting to projects/add or users/add with no custom_fields parameter.
2007-08-29 17:07:28 +00:00
versions_controller.rb
Fixed: calendar and gantt not updated when adding/editing/deleting a project version.
2007-08-25 20:19:19 +00:00
watchers_controller.rb
Merged 0.6 branch into trunk.
2007-08-29 16:52:35 +00:00
welcome_controller.rb
Merged 0.6 branch into trunk.
2007-08-29 16:52:35 +00:00
wiki_controller.rb
Fixed: a user not authorized to edit wiki pages gets the edit form if the page doesn't exist. He now gets a 404.
2007-10-10 21:18:10 +00:00
wikis_controller.rb
Added project module concept.
2007-09-14 11:34:08 +00:00