History for dmpopidor / app / controllers / phases_controller.rb
2017-05-22
@Jimmy Angelakos
Colon separator between Guidance Group name and Guidance name - Fixes #333 ?
Jimmy Angelakos committed on 22 May 2017
2017-05-19
@xsrust
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
@Jimmy Angelakos
Template versioning update.
Jimmy Angelakos committed on 18 May 2017
2017-04-28
@Brian Riley
fixed merge conflict in schema.rb
Brian Riley committed on 28 Apr 2017
2017-04-26
@Brian Riley
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
@Brian Riley
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
@Brian Riley
Updated tests to work with updated controller
Brian Riley committed on 21 Apr 2017
@Brian Riley
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
@xsrust
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
@xsrust
ensure correct guidance groups display for plan editing
xsrust committed on 19 Apr 2017
2017-04-07
@Brian Riley
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
@Brian Riley
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
@briley
resolved rebase conflicts from merge with development
briley committed on 3 Apr 2017
2017-03-30
@briley
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
@briley
debug for travis
briley committed on 30 Mar 2017
2017-03-29
@briley
updated phases and templates controllers to use new error message helper on application_controller
briley committed on 29 Mar 2017
@ray.carrick
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
@briley
added branding.yml copy to travis file
briley committed on 28 Mar 2017
2017-03-22
@Brian Riley
updated phases controller to allow org admins to update their org's templates DMPRoadmap/roadmap#192
Brian Riley committed on 22 Mar 2017
@Brian Riley
switched phase to @phase so that it uses the instance variable DMPRoadmap/roadmap#191
Brian Riley committed on 22 Mar 2017
2017-03-21
@briley
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
@ray.carrick
fix merge conflicts
ray.carrick committed on 14 Mar 2017
@ray.carrick
change from serialized hash tp just using includes
ray.carrick committed on 14 Mar 2017
2017-03-02
@Jose Lloret
Replaced I18n.t(...) from controllers. DMPRoadmap/roadmap#98
Jose Lloret committed on 2 Mar 2017
@ray.carrick
remove unneeded format constants
ray.carrick committed on 2 Mar 2017
2017-02-24
@xsrust
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
2017-02-15
@Ray Carrick
trying to reduce data access queries. Needs more work
Ray Carrick committed on 15 Feb 2017
2017-02-02
@Ray Carrick
port of plan creation and editing to new data model
Ray Carrick committed on 2 Feb 2017