| 2017-06-27 |
updated guidance selection to ignore unpublished groups/guidances
xsrust
committed
on 27 Jun 2017
|
|---|---|
| 2017-06-15 |
updated other controller actions shown to throw error by test, we render phases/admin show from other controllers, so need same instance variables defined
xsrust
committed
on 15 Jun 2017
|
|
funder guidance now displays on customized templates
xsrust
committed
on 15 Jun 2017
|
|
| 2017-06-02 |
Added method to validate answer according to each question format. Partial view for section progress. Eager loading of resources needed to calculate plan and section progress. Refactoring of code for progress plan. DMPRoadmap/roadmap#382
...
Jose Lloret
committed
on 2 Jun 2017
|
| 2017-05-22 |
Colon separator between Guidance Group name and Guidance name - Fixes #333 ?
Jimmy Angelakos
committed
on 22 May 2017
|
| 2017-05-19 |
updated syntax to allow read-only view of a plan. \n app/views/phases/_answer_form_ro.html.erb probably needs a bigger re-write as the logic is horrendus and it renders the whole thing as a form...but it's not a form because it's read only and it checks to see if it's read only a bunch of times within it. but here's the quick and dirty making it work
xsrust
committed
on 19 May 2017
|
| 2017-05-18 |
Template versioning update.
Jimmy Angelakos
committed
on 18 May 2017
|
| 2017-04-28 |
fixed merge conflict in schema.rb
Brian Riley
committed
on 28 Apr 2017
|
| 2017-04-26 |
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
|
| 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
|
|
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 |
updated models to relfect new name for join table between plans and guidance groups. fixes #198
xsrust
committed
on 20 Apr 2017
|
| 2017-04-19 |
ensure correct guidance groups display for plan editing
xsrust
committed
on 19 Apr 2017
|
| 2017-04-07 |
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
|
|
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-03 |
resolved rebase conflicts from merge with development
briley
committed
on 3 Apr 2017
|
| 2017-03-30 |
template being used to create user on template,phase,section,question and guidance_group controller tests did not match the scaffolded template
briley
committed
on 30 Mar 2017
|
|
debug for travis
briley
committed
on 30 Mar 2017
|
|
| 2017-03-29 |
updated phases and templates controllers to use new error message helper on application_controller
briley
committed
on 29 Mar 2017
|
|
change how updating various status indicators are done fixes: https://github.com/DMPRoadmap/roadmap/issues/182
ray.carrick
committed
on 29 Mar 2017
|
|
| 2017-03-28 |
added branding.yml copy to travis file
briley
committed
on 28 Mar 2017
|
| 2017-03-22 |
updated phases controller to allow org admins to update their org's templates DMPRoadmap/roadmap#192
Brian Riley
committed
on 22 Mar 2017
|
|
switched phase to @phase so that it uses the instance variable DMPRoadmap/roadmap#191
Brian Riley
committed
on 22 Mar 2017
|
|
| 2017-03-21 |
fixes 'we're sorry HTTP 500 error' when clicking on the phase tab when editing a template. DMPRoadmap/roadmap#187
briley
committed
on 21 Mar 2017
|
| 2017-03-14 |
fix merge conflicts
ray.carrick
committed
on 14 Mar 2017
|
|
change from serialized hash tp just using includes
ray.carrick
committed
on 14 Mar 2017
|
|
| 2017-03-02 |
Replaced I18n.t(...) from controllers. DMPRoadmap/roadmap#98
Jose Lloret
committed
on 2 Mar 2017
|
|
remove unneeded format constants
ray.carrick
committed
on 2 Mar 2017
|
|
| 2017-02-24 |
Moved Actions, views, and partials for sections/phases/questions/suggested_answers out of templates, and wrote up associated authorization
xsrust
committed
on 24 Feb 2017
|