2017-04-20
@briley
trying to add default scoping for template
briley committed on 20 Apr 2017
@briley
removing the public DMP link from nav bar
briley committed on 20 Apr 2017
@Jimmy Angelakos
Ordered funders in dropdown - closes #260.
Jimmy Angelakos committed on 20 Apr 2017
@Jimmy Angelakos
Was not actually using DOCX export but dumping to HTML. Should work now (closes #217).
Jimmy Angelakos committed on 20 Apr 2017
@xsrust
removed migrations which have been removed from migration_step_3
xsrust committed on 20 Apr 2017
@xsrust
Merge branch 'development' of https://github.com/DigitalCurationCentre/roadmap into development
xsrust committed on 20 Apr 2017
@xsrust
updated models to relfect new name for join table between plans and guidance groups. fixes #198
xsrust committed on 20 Apr 2017
@Jimmy Angelakos
Merge pull request #256 from CDLUC3/development ...
Jimmy Angelakos authored on 20 Apr 2017 GitHub committed on 20 Apr 2017
@Jimmy Angelakos
Merge pull request #29 from DMPRoadmap/development ...
Jimmy Angelakos authored on 20 Apr 2017 GitHub committed on 20 Apr 2017
2017-04-19
@briley
added initial integration tests for template versioning logic
briley committed on 19 Apr 2017
@briley
updated logic to unpublish older versions when a version is published
briley committed on 19 Apr 2017
@briley
Added scoped helper queries that return the current template version, the published template, and the available dmptemplate_ids for a given org
briley committed on 19 Apr 2017
@briley
added dmptemplate_id to the Template creations in db seeds file and test_helper
briley committed on 19 Apr 2017
@briley
Added tests for new guidance methods on Plan model
briley committed on 19 Apr 2017
@briley
added line to convert User to User.id on plan role assignment functions
briley committed on 19 Apr 2017
@briley
added missing @user required by sharing_notification mailer
briley committed on 19 Apr 2017
@briley
updated tests on plans_controller
briley committed on 19 Apr 2017
@briley
transferred all_guidance_groups over to a locals variable when being passed into the partial.
briley committed on 19 Apr 2017
@briley
Removed exclamation mark from uniq as it modifies the variable directly (instead of copying) and returns nil instead of an empty string if the array is empty
briley committed on 19 Apr 2017
@briley
Added line to grab the first phase for the template if none is specified on the record
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 pull request #45 from DMPRoadmap/development ...
Brian Riley authored on 19 Apr 2017 GitHub 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
@Brian Riley
Merge pull request #255 from DigitalCurationCentre/development ...
Brian Riley authored on 19 Apr 2017 GitHub committed on 19 Apr 2017
@xsrust
Merge branch 'development' of https://github.com/DigitalCurationCentre/roadmap into development
xsrust 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
removed filter button and settings cog icon from view plans page DMPRoadmap/roadmap#248
briley committed on 18 Apr 2017
@briley
removed validate on User.password/email from user model because it conflicts with Devise's validation rules
briley committed on 18 Apr 2017
@briley
Updated ActionMailer deliver calls to deliver_now because deliver is deprecated in Rails 5
briley committed on 18 Apr 2017