| 2017-04-25 |
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
|
|---|---|
| 2017-04-21 |
Updated tests to work with updated controller
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
|
|
trying to add default scoping for template
briley
committed
on 20 Apr 2017
|
|
| 2017-04-19 |
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
|
|
|
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
|
|
|
Merge branch 'development' into development
Brian Riley
authored
on 19 Apr 2017
GitHub
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
|
|
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-13 |
updates to locking mechanism because it ActiveRecord does not catch 2 creates DMPRoadmap/roadmap#241
briley
committed
on 13 Apr 2017
|
| 2017-04-12 |
change docx export to htmltoword. Hopefully fixes: #217
ray.carrick
committed
on 12 Apr 2017
|
|
assign permissions on create plan. Fixes: #220
ray.carrick
committed
on 12 Apr 2017
|
|
| 2017-04-11 |
remove some old code
ray.carrick
committed
on 11 Apr 2017
|
| 2017-04-10 |
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 |
removed old reference to question from the guidance model DMPRoadmap/roadmap#227
Brian Riley
committed
on 7 Apr 2017
|
| 2017-04-06 |
added comments that break down the various bitwise combinations for refernce
briley
committed
on 6 Apr 2017
|
|
fixed merge conflicts after rebase
briley
committed
on 6 Apr 2017
|
|
|
Merge pull request #42 from DMPRoadmap/development
...
Brian Riley
authored
on 6 Apr 2017
GitHub
committed
on 6 Apr 2017
|
|
| 2017-04-05 |
fixed rebase issues
briley
committed
on 5 Apr 2017
|
|
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
|
|
|
implimented new role backend according to #219
xsrust
committed
on 5 Apr 2017
|
|
|
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
|
|
|
csv exporting format fixed. DMPRoadmap/roadmap#222
Jose Lloret
committed
on 5 Apr 2017
|
|
|
txt exporting format fixed. DMPRoadmap/roadmap#222
Jose Lloret
committed
on 5 Apr 2017
|
|
| 2017-04-04 |
Fixed Exporting settings. It works per phase. DMPRoadmap/roadmap#197
Jose Lloret
committed
on 4 Apr 2017
|
| 2017-04-03 |
resolved rebase conflicts from merge with development
briley
committed
on 3 Apr 2017
|