History for dmpopidor / app / controllers
2017-04-14
@Brian Riley
finished fixes for answer creation race condition DMPRoadmap/roadmap#241
Brian Riley committed on 14 Apr 2017
2017-04-13
@briley
updates to locking mechanism because it ActiveRecord does not catch 2 creates DMPRoadmap/roadmap#241
briley committed on 13 Apr 2017
@briley
updated answers controller so that user_id is not a part of the find_by DMPRoadmap/roadmap#241
briley committed on 13 Apr 2017
2017-04-11
@briley
removed remaining references to guidance.question_id DMPRoadmap/roadmap#221
briley committed on 11 Apr 2017
@briley
Updated test so that it does not provide a version or org so that we match what the form is doing DMPRoadmap/roadmap#191
briley committed on 11 Apr 2017
2017-04-10
@briley
finished functional tests DMPRoadmap/roadmap/#212
briley committed on 10 Apr 2017
2017-04-07
@Brian Riley
broken generic error message handler apart into separate create/update/destroy versions. updated calls within the controllers and fixed tests DMPRoadmap/roadmap#227
Brian Riley committed on 7 Apr 2017
@Brian Riley
uncommented show_export method. Moved authorization check on plan create method so that it checks BEFORE the save and removed unecessary authorization check on plan new method DMPRoadmap/roadmap#227
Brian Riley committed on 7 Apr 2017
@Brian Riley
Added obj_name param to the generic error message handler on application_controller. Updated all save error handling to render the page rather than redirect DMPRoadmap/roadmap#227
Brian Riley committed on 7 Apr 2017
2017-04-06
@briley
added error messaging to roles controller
briley committed on 6 Apr 2017
@briley
fixed typos and added some error messaging
briley committed on 6 Apr 2017
@briley
fixed issues in plans controller and added proper messaging for error states. commented out unused actions
briley committed on 6 Apr 2017
@briley
fixed typo in guidances controller
briley committed on 6 Apr 2017
@briley
updated not_authorized handler so that it properly sends the user to the plans_page if they are logged in
briley committed on 6 Apr 2017
@briley
removed unecessary check for user_signed_in? and instead used Pundit's authorize
briley committed on 6 Apr 2017
@briley
fixed merge conflicts after rebase
briley committed on 6 Apr 2017
@Brian Riley
Merge pull request #42 from DMPRoadmap/development ...
Brian Riley authored on 6 Apr 2017 GitHub committed on 6 Apr 2017
2017-04-05
@briley
fixed rebase issues
briley committed on 5 Apr 2017
@briley
rebuilt locale json files after adding timeago values. updated main <html> tag to include current locale for use with JS. DMPRoadmap/roadmap#204
briley committed on 5 Apr 2017
@briley
removed template->question dropdowns on guidance pages. updated controller and JS accordingly. fixed issue with themes not being saved. DMPRoadmap/roadmap#221
briley committed on 5 Apr 2017
@briley
added roles controller tests and updated controller to use strong params and handle failures properly
briley committed on 5 Apr 2017
@xsrust
implimented new role backend according to #219
xsrust committed on 5 Apr 2017
@Jose Lloret
Fixed error trying to save a non-valid exporting format for ExportedPlan. Disabled XML and JSON exporting formats. DMPRoadmap/roadmap#222
Jose Lloret committed on 5 Apr 2017
@Jose Lloret
pdf exporting format fixed. DMPRoadmap/roadmap#222
Jose Lloret committed on 5 Apr 2017
2017-04-04
@briley
patched organisation_type reference in view, added secure params to orgs controller. Added functional tests for orgs controller
briley committed on 4 Apr 2017
@Jose Lloret
Fixed Exporting settings. It works per phase. DMPRoadmap/roadmap#197
Jose Lloret committed on 4 Apr 2017
@Jose Lloret
export functionality according to workflow defined at DMPRoadmap/roadmap#197
Jose Lloret committed on 4 Apr 2017
2017-04-03
@briley
added notes controller tests
briley committed on 3 Apr 2017
@briley
added home controller test. updated test helper to reload LANGUAGES constant if its blank during TravisCI build
briley committed on 3 Apr 2017
@briley
added error messaging to guidances controller's update and create methods
briley committed on 3 Apr 2017