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
Michael Frister 94d22d696c Fix GroupsController show 12 years ago
..
issues remove gantt from core (take the commit as a guide on how to bring it back as a plugin) 12 years ago
news REVIEW: find_object_and_scope fails because we don't have any scope set. does it come from anywhere else? 12 years ago
time_entries fix typo in name of TimeEntry#earliest_date_for_project 12 years ago
account_controller.rb Merge commit '964d46f' into feature/rails3 12 years ago
activities_controller.rb makes activities a resource 12 years ago
admin_controller.rb there is no plugin directory anymore 12 years ago
application_controller.rb ensure circular dependency load order in application controller 12 years ago
attachments_controller.rb Set source encoding to UTF-8 13 years ago
auth_sources_controller.rb removes deprecations in auth_sources 12 years ago
boards_controller.rb resourcified boards 12 years ago
custom_fields_controller.rb update request are now :put 12 years ago
documents_controller.rb reduces eager loading on documents#index action to when it is needed 12 years ago
enumerations_controller.rb adds explicit routes for enumerations, resourcifies them 12 years ago
files_controller.rb added attachments added email 12 years ago
groups_controller.rb Fix GroupsController show 12 years ago
help_controller.rb fix a deprecation warning 12 years ago
issue_categories_controller.rb resourcified issue_categories 12 years ago
issue_relations_controller.rb resourcifies issue_relations 12 years ago
issue_statuses_controller.rb Set source encoding to UTF-8 13 years ago
issues_controller.rb Revert "revise: ugly hack to circumvent acitve record to explode because _two_ (yes TWO. in numbers: 2) instances of the Tracker class are loaded at the same time." 12 years ago
journals_controller.rb Merge commit 'ec37b04' into feature/rails3_merge 12 years ago
ldap_auth_sources_controller.rb removes deprecations in auth_sources 12 years ago
mail_handler_controller.rb Set source encoding to UTF-8 13 years ago
members_controller.rb i have to make that change... 12 years ago
messages_controller.rb resourcifies messages aka. topics 12 years ago
my_controller.rb this needs to issue a put request 12 years ago
news_controller.rb Prevent mass-assignment vulnerability when adding/updating a news (#922). 13 years ago
project_enumerations_controller.rb Set source encoding to UTF-8 13 years ago
projects_controller.rb Merge commit '57e7d73' into feature/rails3_merge 12 years ago
queries_controller.rb merge list sums plugin into the core 13 years ago
repositories_controller.rb fix some active record queries for postgres and apply a patch from redmine at the same time 12 years ago
roles_controller.rb resourcifies roles 12 years ago
search_controller.rb Set source encoding to UTF-8 13 years ago
settings_controller.rb refactor the way how themes work. 12 years ago
sys_controller.rb REVIEW: old way won't work since active relation's find method is called when nesting objects like that 12 years ago
timelog_controller.rb fix typo in name of TimeEntry#earliest_date_for_project 12 years ago
trackers_controller.rb refactor trackers to use restful routes 12 years ago
users_controller.rb fix the user tests by storing user and his preferences in two steps 12 years ago
versions_controller.rb fixes versions controller tests by casting params to_i before comparing 12 years ago
watchers_controller.rb fixes issue watching for other users 12 years ago
welcome_controller.rb make robots work: "/robots", "/robots.txt", and "/welcome/robots.txt" (which the former two map to) will work correctly. if you want "/welcome/robots(.html)" to work add a robots.html.erb file in "/app/views/welcome". 12 years ago
wiki_controller.rb Merge branch 'master' into feature/rails3 12 years ago
wiki_menu_items_controller.rb add before filter in order for the authentication to work 12 years ago
wikis_controller.rb REVIEW: the wiki partial got removed in favor of the wiki_tabs feature. for now, just render nothing 12 years ago
workflows_controller.rb Set source encoding to UTF-8 13 years ago