History for dmpopidor / app / controllers / plans_controller.rb
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
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
2017-04-04
@Jose Lloret
export functionality according to workflow defined at DMPRoadmap/roadmap#197
Jose Lloret committed on 4 Apr 2017
2017-03-20
@ray.carrick
choose template where org has more than one valid
ray.carrick committed on 20 Mar 2017
2017-03-15
@Jose Lloret
Export plans according to gettext. DMPRoadmap/roadmap#98
Jose Lloret committed on 15 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-15
@Ray Carrick
mege in head changes
Ray Carrick committed on 15 Feb 2017
@Ray Carrick
trying to reduce data access queries. Needs more work
Ray Carrick committed on 15 Feb 2017
2017-02-08
@briley
updted some stale references to Project and Dmptemplate. built more unit tests for Plan methods. Commented out a lot of methods that appear to be unused
briley committed on 8 Feb 2017
2017-02-06
@Ray Carrick
first step in reducing page edit sql queries
Ray Carrick committed on 6 Feb 2017
@Ray Carrick
move plan list settings from project to plan
Ray Carrick committed on 6 Feb 2017
2017-02-02
@Ray Carrick
fixes post merge
Ray Carrick committed on 2 Feb 2017
@Ray Carrick
merge in changes from origin
Ray Carrick committed on 2 Feb 2017
@Ray Carrick
first port of plan creation and editing to new data model
Ray Carrick committed on 2 Feb 2017
2017-01-26
@briley
resolved merge conflicts
briley committed on 26 Jan 2017
2017-01-04
@briley
working on public dmp export
briley committed on 4 Jan 2017