obsolete.ChilliProject/app/controllers
Jean-Philippe Lang a332e0a4fe Adds permissions for viewing the watcher list and adding new watchers on the issue detail view (#398).
git-svn-id: http://redmine.rubyforge.org/svn/trunk@1712 e93f8b46-1217-0410-a6f0-8f06a7374b81
2008-08-03 09:14:43 +00:00
..
account_controller.rb Improved on-the-fly account creation. If some attributes are missing (eg. not present in the LDAP) or are invalid, the registration form is displayed so that the user is able to fill or fix these attributes. 2008-07-19 10:47:19 +00:00
admin_controller.rb Admin settings screen split to tabs. 2008-01-06 20:24:26 +00:00
application.rb Redirect user to the previous page after logging in (#1679). 2008-07-26 08:46:33 +00:00
attachments_controller.rb Appends the filename to the attachment url so that clients that ignore content-disposition http header get the real filename (#1649). 2008-07-22 17:55:19 +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 New setting added to specify how many objects should be displayed on most paginated lists. 2007-12-29 11:36:30 +00:00
custom_fields_controller.rb Adds custom fields on time entries (#772). 2008-07-22 18:52:00 +00:00
documents_controller.rb Move VersionsController#download to AttachmentsController. 2008-07-22 17:20:02 +00:00
enumerations_controller.rb Ability to remove enumerations (activities, priorities, document categories) that are in use. Associated objects can be reassigned to another value (#1467). 2008-06-17 19:10:54 +00:00
issue_categories_controller.rb Highlight the current item of the main menu. 2008-01-19 11:53:43 +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 Adds custom fields on time entries (#772). 2008-07-22 18:52:00 +00:00
journals_controller.rb Added the following permissions (#527, #585, #627): 2008-02-16 13:19:33 +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 Added project module concept. 2007-09-14 11:34:08 +00:00
messages_controller.rb Added preview for forum messages. 2008-03-07 17:49:44 +00:00
my_controller.rb Add a time tracking block for 'My page' (#615). 2008-03-16 12:21:54 +00:00
news_controller.rb Fixed: Wiki Linking Fails on News Item Preview (#1661). 2008-07-19 07:29:05 +00:00
projects_controller.rb Fixed: activity atom feed broken by r1701 (#1703). 2008-07-30 18:33:35 +00:00
queries_controller.rb Global queries can be saved from the global issue list (follows r1311 and closes #897). 2008-03-30 14:20:07 +00:00
reports_controller.rb Highlight the current item of the main menu. 2008-01-19 11:53:43 +00:00
repositories_controller.rb Display svn properties in the browser, svn >= 1.5.0 only (#1581). 2008-07-05 08:59:04 +00:00
roles_controller.rb Workflow copy: 2008-03-15 08:27:38 +00:00
search_controller.rb Search engine: display total results count (#906) and count by result type. 2008-07-20 17:26:07 +00:00
settings_controller.rb Fixed: Plugin's setting page is broken after upgrading to rails 2.1.0 (#1620). 2008-07-12 10:31:41 +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 Fixes hard-coded table names in queries. 2008-07-22 19:07:43 +00:00
trackers_controller.rb Workflow copy: 2008-03-15 08:27:38 +00:00
users_controller.rb Custom fields refactoring: most of code moved from controllers to models (using new module ActsAsCustomizable). 2008-06-27 20:13:56 +00:00
versions_controller.rb Move VersionsController#download to AttachmentsController. 2008-07-22 17:20:02 +00:00
watchers_controller.rb Adds permissions for viewing the watcher list and adding new watchers on the issue detail view (#398). 2008-08-03 09:14:43 +00:00
welcome_controller.rb Anonymous users can now be allowed to create, edit, comment issues, comment news and post messages in the forums. 2007-11-20 15:40:16 +00:00
wiki_controller.rb Adds child_pages macro for wiki pages (#528). 2008-07-26 12:54:54 +00:00
wikis_controller.rb Highlight the current item of the main menu. 2008-01-19 11:53:43 +00:00