| 2017-04-21 |
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-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-03-30 |
switched all Perm::CONSTANT to Perm.scope calls. Travis could not handle CONSTANT definitions likely due to rails/ruby evironment. Its better to use scope for queries anyway
briley
committed
on 30 Mar 2017
|
|
added debug to sections controller test
briley
committed
on 30 Mar 2017
|
|
|
added debug to sections controller test
briley
committed
on 30 Mar 2017
|
|
|
removed debug lines and got tests pasing locally
briley
committed
on 30 Mar 2017
|
|
|
debug statements to track user object and its roles through test->controller->policy
briley
committed
on 30 Mar 2017
|
|
|
put controller test debug statements in to check tmplt and user orgs and then checks before/after policy check
briley
committed
on 30 Mar 2017
|
|
| 2017-03-29 |
updated phases controller to use error messaging helper. added functional tests for the sections controller
briley
committed
on 29 Mar 2017
|
| 2017-03-22 |
fixed issue with invalid route after creating a section
Brian Riley
committed
on 22 Mar 2017
|
| 2017-03-02 |
Replaced I18n.t(...) from controllers. DMPRoadmap/roadmap#98
Jose Lloret
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
|