History for dmpopidor / app / controllers
2017-04-26
@Brian Riley
updated generic error message handler to show value when applicable DMPRoadmap/roadmap#234
Brian Riley committed on 26 Apr 2017
@Brian Riley
removed confirmations controller, route and tests since we turned devise's email confirmation off DMPRoadmap/roadmap#254
Brian Riley committed on 26 Apr 2017
2017-04-24
@Brian Riley
Fixed issue with current_user.org ref for unaffiliated users. Then fixed issue with timing of plan creator assignment DMPRoadmap/roadmap#257
Brian Riley committed on 24 Apr 2017
2017-04-20
@briley
Removed early call to save the plan. It was creating extra plans (e.g. user gets directed to select a specific template, 2 plans were being created)
briley committed on 20 Apr 2017
2017-04-19
@briley
updated logic to unpublish older versions when a version is published
briley committed on 19 Apr 2017
@briley
updated spacing in mailers based on @xsrust changes to the sharing notification
briley committed on 19 Apr 2017
@Brian Riley
Merge branch 'development' into development
Brian Riley authored on 19 Apr 2017 GitHub committed on 19 Apr 2017
@xsrust
ensure correct guidance groups display for plan editing
xsrust committed on 19 Apr 2017
@xsrust
fixes guidance group selection for plans
xsrust committed on 19 Apr 2017
2017-04-18
@briley
Updated ActionMailer deliver calls to deliver_now because deliver is deprecated in Rails 5
briley committed on 18 Apr 2017
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
@xsrust
Merge branch 'development' of https://github.com/DigitalCurationCentre/roadmap into development
xsrust committed on 13 Apr 2017
@xsrust
updated function call to sharing_notification mailer
xsrust committed on 13 Apr 2017
2017-04-12
@ray.carrick
change docx export to htmltoword. Hopefully fixes: #217
ray.carrick committed on 12 Apr 2017
@xsrust
removed old reference to plan.to_hash
xsrust committed on 12 Apr 2017
@xsrust
fixes issue with changing roles for a shared plan #231
xsrust committed on 12 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
@Ray Carrick
Merge pull request #28 from DMPRoadmap/development ...
Ray Carrick authored on 11 Apr 2017 GitHub committed on 11 Apr 2017
2017-04-10
@briley
finished functional tests DMPRoadmap/roadmap/#212
briley committed on 10 Apr 2017
@ray.carrick
Add messages to create plan explaining decisions. Fixes https://github.com/DMPRoadmap/roadmap/issues/207
ray.carrick 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