| 2017-04-24 |
added line break before 'publish/unpublish' links
Brian Riley
committed
on 24 Apr 2017
|
|---|---|
|
updated wording of template publication statuses DMPRRoadmap/roadmap#251
Brian Riley
committed
on 24 Apr 2017
|
|
|
fixed pages so that they work with new controller logic DMPRoadmap/roadmap#251
Brian Riley
committed
on 24 Apr 2017
|
|
|
updated tests to work with new template logic DMPRoadmap/roadmap#251
Brian Riley
committed
on 24 Apr 2017
|
|
| 2017-04-21 |
Updated tests to work with updated controller
Brian Riley
committed
on 21 Apr 2017
|
|
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
|
|
| 2017-04-20 |
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
|
|
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
|
|
|
trying to add default scoping for template
briley
committed
on 20 Apr 2017
|
|
|
removing the public DMP link from nav bar
briley
committed
on 20 Apr 2017
|
|
| 2017-04-19 |
updated logic to unpublish older versions when a version is published
briley
committed
on 19 Apr 2017
|
|
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
|
|
|
added line to convert User to User.id on plan role assignment functions
briley
committed
on 19 Apr 2017
|
|
|
added missing @user required by sharing_notification mailer
briley
committed
on 19 Apr 2017
|
|
|
transferred all_guidance_groups over to a locals variable when being passed into the partial.
briley
committed
on 19 Apr 2017
|
|
|
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
|
|
|
Added line to grab the first phase for the template if none is specified on the record
briley
committed
on 19 Apr 2017
|
|
|
updated spacing in mailers based on @xsrust changes to the sharing notification
briley
committed
on 19 Apr 2017
|
|
|
Merge branch 'development' into development
Brian Riley
authored
on 19 Apr 2017
GitHub
committed
on 19 Apr 2017
|
|
|
Merge branch 'development' of https://github.com/DigitalCurationCentre/roadmap into development
xsrust
committed
on 19 Apr 2017
|
|
|
ensure correct guidance groups display for plan editing
xsrust
committed
on 19 Apr 2017
|
|
|
fixes guidance group selection for plans
xsrust
committed
on 19 Apr 2017
|
|
| 2017-04-18 |
removed validate on User.password/email from user model because it conflicts with Devise's validation rules
briley
committed
on 18 Apr 2017
|
|
Updated ActionMailer deliver calls to deliver_now because deliver is deprecated in Rails 5
briley
committed
on 18 Apr 2017
|
|
|
patch for missed localisation in fix for DMPRoadmap/roadmap#207
briley
committed
on 18 Apr 2017
|
|
|
added a test that searches for missing translations. Added specific error messages for model validations. Added some devise controlled error messages to pot/po files DMPRoadmap/roadmap#236
briley
committed
on 18 Apr 2017
|
|
| 2017-04-17 |
Updated general application layout to display flash[:notice/:alert] as raw DMPRoadmap/roadmap#234
Brian Riley
committed
on 17 Apr 2017
|
|
fixed issue with share tab not being marked as active tab DMPRoadmap/roadmap#250
Brian Riley
committed
on 17 Apr 2017
|
|
|
fix for multi-phase templates DMPRoadmap/roadmap#252
Brian Riley
committed
on 17 Apr 2017
|
|
|
fix to one of the mailer's localisation
Brian Riley
committed
on 17 Apr 2017
|