History for dmpopidor / app
2017-05-08
@briley
added in missing text to permission change email
briley committed on 8 May 2017
2017-05-03
@Jimmy Angelakos
Merge branch 'development' into development
Jimmy Angelakos authored on 3 May 2017 GitHub committed on 3 May 2017
2017-05-02
@Jose Lloret
Fixed nil user variable when generating HTML code for sharing notification. DMPRoadmap/roadmap#286 ...
Jose Lloret committed on 2 May 2017
@Jose Lloret
Removed description field when choosing a template for creating a plan. DMPRoadmap/roadmap#199
Jose Lloret committed on 2 May 2017
2017-04-28
@Brian Riley
fixed merge conflict in schema.rb
Brian Riley committed on 28 Apr 2017
2017-04-26
@Brian Riley
Merge branch 'remove-settings' into development
Brian Riley committed on 26 Apr 2017
@Brian Riley
Merge branch 'fix-template-controller' into development
Brian Riley committed on 26 Apr 2017
@Brian Riley
updated plan edit lock warning message and disabled textbox with user's answer DMPRoadmap/roadmap#55
Brian Riley committed on 26 Apr 2017
@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
@Brian Riley
Removed remaining pieces of the plan_list settings DMPRoadmap/roadmap#248
Brian Riley committed on 26 Apr 2017
@Brian Riley
moved some of the logic that was defaulting template attributes in the controller over to the model. Fixed tests DMPRoadmap/roadmap#251 DMPRoadmap/roadmap#273
Brian Riley committed on 26 Apr 2017
@Jose Lloret
section association sorted by number rather than id. DMPRoadmap/roadmap#269 ...
Jose Lloret committed on 26 Apr 2017
2017-04-25
@Brian Riley
moved most of the save logic from the template controller to the model. Updated the phases/section/question models to use the after_save callback to handle updating the template.dirty flag
Brian Riley committed on 25 Apr 2017
@xsrust
Merge branch 'development' of https://github.com/DigitalCurationCentre/roadmap into development
xsrust committed on 25 Apr 2017
@xsrust
updated link to admin area to ensure that the user has permission to view that page, fixes #265
xsrust committed on 25 Apr 2017
@Jimmy Angelakos
Removed extraneous .all
Jimmy Angelakos committed on 25 Apr 2017
2017-04-24
@Brian Riley
Updated email subjects and access removed message DMPRoadmap/roadmap#239
Brian Riley committed on 24 Apr 2017
@Brian Riley
Updated email content and added new welcome message DMPRoadmap/roadmap#239
Brian Riley committed on 24 Apr 2017
@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
@Brian Riley
removed the devise confirmation requirement DMPRoadmap/roadmap#254
Brian Riley committed on 24 Apr 2017
@Brian Riley
added line break before 'publish/unpublish' links
Brian Riley committed on 24 Apr 2017
@Brian Riley
updated wording of template publication statuses DMPRRoadmap/roadmap#251
Brian Riley committed on 24 Apr 2017
@Brian Riley
fixed pages so that they work with new controller logic DMPRoadmap/roadmap#251
Brian Riley committed on 24 Apr 2017
@Brian Riley
updated tests to work with new template logic DMPRoadmap/roadmap#251
Brian Riley committed on 24 Apr 2017
2017-04-21
@Brian Riley
Updated tests to work with updated controller
Brian Riley committed on 21 Apr 2017
@Brian Riley
Updated template controller to use new model helper methods. updates phase/section/question controllers to update template dirty flag. added new routes for customize, publish, unpublish
Brian Riley committed on 21 Apr 2017
@xsrust
created model for annotation
xsrust committed on 21 Apr 2017
2017-04-20
@briley
switched helper scopes to class methods because scopes return all if nothing was found since we were using .first
briley committed on 20 Apr 2017
@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