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 043cb37b16 Add predefined date ranges to the time report in the same way as the details view (closes #972). It nows defaults to 'All time'. 17 years ago
..
account_controller.rb Login field name changed to username (#755). 17 years ago
admin_controller.rb Admin settings screen split to tabs. 17 years ago
application.rb Fixed: Feed content limit setting has no effect (closes #954). 17 years ago
attachments_controller.rb Non-ascii attachement filename fix for IE. 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 Custom fields can now be reordered. 17 years ago
documents_controller.rb Adds an optional description to attachments. 17 years ago
enumerations_controller.rb Added position on Enumeration model. 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 Prevent NoMethodError on nil class if custom_fields params is not present in IssuesController#new (#969). 17 years ago
journals_controller.rb Added the following permissions (#527, #585, #627): 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 Add a user preference to choose how comments/replies are displayed: in chronological or reverse chronological order (#589, #776). 17 years ago
projects_controller.rb If 'Display subprojects issues on main projects' is set to false: 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 Always show 'View' and 'Annotate' links on repository files (download will be forced when clicking 'View' if the file is binary). 17 years ago
roles_controller.rb Workflow copy: 17 years ago
search_controller.rb Fixes #820: invalid project id causes a NoMethodError in SearchController (Angel Dobbs-Sciortino). 17 years ago
settings_controller.rb User display format is now configurable in administration settings. 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 Add predefined date ranges to the time report in the same way as the details view (closes #972). It nows defaults to 'All time'. 17 years ago
trackers_controller.rb Workflow copy: 17 years ago
users_controller.rb Slight changes on users list view and hide Anonymous user. 17 years ago
versions_controller.rb Removed fragment caching on gantt and calendar. 17 years ago
watchers_controller.rb Merged 0.6 branch into trunk. 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 New setting added to specify how many objects should be displayed on most paginated lists. 17 years ago
wikis_controller.rb Highlight the current item of the main menu. 17 years ago