OpenProject is the leading open source project management software.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
openproject/app/controllers
Jean-Philippe Lang a17b62b455 Fixes hard-coded table names in queries. 17 years ago
..
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. 17 years ago
admin_controller.rb Admin settings screen split to tabs. 17 years ago
application.rb Fixed: browser's accept-language subcodes ignored (#1320). 17 years ago
attachments_controller.rb Appends the filename to the attachment url so that clients that ignore content-disposition http header get the real filename (#1649). 17 years ago
auth_sources_controller.rb Added LDAPS support migration and fixed connection test flash messages. 17 years ago
boards_controller.rb New setting added to specify how many objects should be displayed on most paginated lists. 17 years ago
custom_fields_controller.rb Adds custom fields on time entries (#772). 17 years ago
documents_controller.rb Move VersionsController#download to AttachmentsController. 17 years ago
enumerations_controller.rb Ability to remove enumerations (activities, priorities, document categories) that are in use. Associated objects can be reassigned to another value (#1467). 17 years ago
issue_categories_controller.rb Highlight the current item of the main menu. 17 years ago
issue_relations_controller.rb Issue relations first commit (not thoroughly tested). 4 kinds of relation are available: 18 years ago
issue_statuses_controller.rb Applied the flash notices patch by Matt Jones (slightly edited). 18 years ago
issues_controller.rb Adds custom fields on time entries (#772). 17 years ago
journals_controller.rb Added the following permissions (#527, #585, #627): 17 years ago
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). 17 years ago
members_controller.rb Added project module concept. 17 years ago
messages_controller.rb Added preview for forum messages. 17 years ago
my_controller.rb Add a time tracking block for 'My page' (#615). 17 years ago
news_controller.rb Fixed: Wiki Linking Fails on News Item Preview (#1661). 17 years ago
projects_controller.rb Better naming of activity feed if only one kind of event is displayed (#1323). 17 years ago
queries_controller.rb Global queries can be saved from the global issue list (follows r1311 and closes #897). 17 years ago
reports_controller.rb Highlight the current item of the main menu. 17 years ago
repositories_controller.rb Display svn properties in the browser, svn >= 1.5.0 only (#1581). 17 years ago
roles_controller.rb Workflow copy: 17 years ago
search_controller.rb Search engine: display total results count (#906) and count by result type. 17 years ago
settings_controller.rb Fixed: Plugin's setting page is broken after upgrading to rails 2.1.0 (#1620). 17 years ago
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. 17 years ago
timelog_controller.rb Fixes hard-coded table names in queries. 17 years ago
trackers_controller.rb Workflow copy: 17 years ago
users_controller.rb Custom fields refactoring: most of code moved from controllers to models (using new module ActsAsCustomizable). 17 years ago
versions_controller.rb Move VersionsController#download to AttachmentsController. 17 years ago
watchers_controller.rb Redirects back after clicking watch/unwatch links without javascript (#1337). 17 years ago
welcome_controller.rb Anonymous users can now be allowed to create, edit, comment issues, comment news and post messages in the forums. 17 years ago
wiki_controller.rb Fixed: error when previewing a new wiki page (#1292) introduced in r1415. 17 years ago
wikis_controller.rb Highlight the current item of the main menu. 17 years ago