History for dmpopidor / app / controllers / plans_controller.rb
2017-05-09
@briley
fixed merge conflicts
briley committed on 9 May 2017
2017-05-08
@briley
updated plan creation messaging to match suggestions on DMPRoadmap/roadmap#207
briley committed on 8 May 2017
2017-05-05
@Brian Riley
minor css tweaks and added template title to default 'My Plan (title)'
Brian Riley committed on 5 May 2017
@Brian Riley
finalized initial create plan js
Brian Riley committed on 5 May 2017
2017-05-04
@briley
added new create plan page
briley committed on 4 May 2017
2017-05-02
@briley
updated create plan to call ajax action to get available templates
briley committed on 2 May 2017
2017-04-28
@Brian Riley
Started adding in ajax call to retrieve list of templates
Brian Riley committed on 28 Apr 2017
@Brian Riley
Updated styling of new jquery accessible dropdown and added fontawesome DMPRoadmap/roadmap#124
Brian Riley committed on 28 Apr 2017
@Brian Riley
fixed merge conflict in schema.rb
Brian Riley committed on 28 Apr 2017
2017-04-27
@Brian Riley
Updated plans_controller and test to work with new create plan workflow DMPRoadmap/roadmap#150
Brian Riley committed on 27 Apr 2017
2017-04-26
@Brian Riley
Merge branch 'remove-settings' into development
Brian Riley committed on 26 Apr 2017
@Brian Riley
Removed remaining pieces of the plan_list settings DMPRoadmap/roadmap#248
Brian Riley committed on 26 Apr 2017
2017-04-25
@Jimmy Angelakos
Removed extraneous .all
Jimmy Angelakos committed on 25 Apr 2017
2017-04-24
@Brian Riley
Fixed issue with current_user.org ref for unaffiliated users. Then fixed issue with timing of plan creator assignment DMPRoadmap/roadmap#257
Brian Riley committed on 24 Apr 2017
2017-04-20
@briley
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
@Jimmy Angelakos
Ordered funders in dropdown - closes #260.
Jimmy Angelakos committed on 20 Apr 2017
@Jimmy Angelakos
Was not actually using DOCX export but dumping to HTML. Should work now (closes #217).
Jimmy Angelakos committed on 20 Apr 2017
@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
@xsrust
fixes guidance group selection for plans
xsrust committed on 19 Apr 2017
2017-04-12
@ray.carrick
change docx export to htmltoword. Hopefully fixes: #217
ray.carrick committed on 12 Apr 2017
@xsrust
removed old reference to plan.to_hash
xsrust committed on 12 Apr 2017
2017-04-10
@ray.carrick
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
@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
uncommented show_export method. Moved authorization check on plan create method so that it checks BEFORE the save and removed unecessary authorization check on plan new method 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-06
@briley
fixed issues in plans controller and added proper messaging for error states. commented out unused actions
briley committed on 6 Apr 2017
@briley
removed unecessary check for user_signed_in? and instead used Pundit's authorize
briley committed on 6 Apr 2017
2017-04-05
@Jose Lloret
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
@Jose Lloret
pdf exporting format fixed. DMPRoadmap/roadmap#222
Jose Lloret committed on 5 Apr 2017