dmpopidor / app / controllers /
@briley briley authored on 6 Apr 2017
..
admin - Fixed app/controllers/admin/application_controller.rb oopsie 9 years ago
api/ v0 Replaced I18n.t(...) from controllers. DMPRoadmap/roadmap#98 9 years ago
settings Fixed Exporting settings. It works per phase. DMPRoadmap/roadmap#197 9 years ago
users fixed issues with omniauth and registrations controller tests. removed some debug statements 9 years ago
answers_controller.rb change how updating various status indicators are done fixes: https://github.com/DMPRoadmap/roadmap/issues/182 9 years ago
application_controller.rb updated not_authorized handler so that it properly sends the user to the plans_page if they are logged in 9 years ago
confirmations_controller.rb DMPonline4 - RAILS 4.0 (#4) 9 years ago
guidance_groups_controller.rb resolved rebase conflicts from merge with development 9 years ago
guidances_controller.rb fixed typo in guidances controller 9 years ago
home_controller.rb added home controller test. updated test helper to reload LANGUAGES constant if its blank during TravisCI build 9 years ago
notes_controller.rb added notes controller tests 9 years ago
orgs_controller.rb fixed merge conflicts after rebase 9 years ago
passwords_controller.rb updated passwords controller to redirect user to the main landing page after initiating a password reset. Removed reference to invalid spinner css from main layout file 9 years ago
phases_controller.rb resolved rebase conflicts from merge with development 9 years ago
plans_controller.rb fixed issues in plans controller and added proper messaging for error states. commented out unused actions 9 years ago
projects_controller.rb resolve conflicts from merging Roadmap into DCC 9 years ago
questions_controller.rb fixed tests for questions controller. removed exclamationpoint from save on questions controller 9 years ago
registrations_controller.rb fixed typos and added some error messaging 9 years ago
roles_controller.rb fixed merge conflicts after rebase 9 years ago
sections_controller.rb switched all Perm::CONSTANT to Perm.scope calls. Travis could not handle CONSTANT definitions likely due to rails/ruby evironment. Its better to use scope for queries anyway 9 years ago
sessions_controller.rb URLs without locale param 9 years ago
settings.rb controllers only respond to html 9 years ago
splash_logs_controller.rb controllers only respond to html 9 years ago
static_pages_controller.rb Commented out public_export action since it is working. Currently redirect to public_plans prompting a message. DMPRoadmap/roadmap#167 9 years ago
suggested_answers_controller.rb Replaced I18n.t(...) from controllers. DMPRoadmap/roadmap#98 9 years ago
templates_controller.rb updated phases and templates controllers to use new error message helper on application_controller 9 years ago
token_permission_types_controller.rb updated token_permission_types controller and policy file 9 years ago
user_identifiers_controller.rb URLs without locale param 9 years ago
users_controller.rb switched all Perm::CONSTANT to Perm.scope calls. Travis could not handle CONSTANT definitions likely due to rails/ruby evironment. Its better to use scope for queries anyway 9 years ago