History for dmpopidor / app / models
2017-04-19
@briley
Removed exclamation mark from uniq as it modifies the variable directly (instead of copying) and returns nil instead of an empty string if the array is empty
briley committed on 19 Apr 2017
@briley
Added line to grab the first phase for the template if none is specified on the record
briley committed on 19 Apr 2017
@Brian Riley
Merge branch 'development' into development
Brian Riley authored on 19 Apr 2017 GitHub committed on 19 Apr 2017
@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-18
@briley
removed validate on User.password/email from user model because it conflicts with Devise's validation rules
briley committed on 18 Apr 2017
@briley
added a test that searches for missing translations. Added specific error messages for model validations. Added some devise controlled error messages to pot/po files DMPRoadmap/roadmap#236
briley committed on 18 Apr 2017
2017-04-13
@briley
updates to locking mechanism because it ActiveRecord does not catch 2 creates DMPRoadmap/roadmap#241
briley committed on 13 Apr 2017
2017-04-12
@ray.carrick
change docx export to htmltoword. Hopefully fixes: #217
ray.carrick committed on 12 Apr 2017
@ray.carrick
assign permissions on create plan. Fixes: #220
ray.carrick committed on 12 Apr 2017
2017-04-11
@ray.carrick
remove some old code
ray.carrick committed on 11 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
removed old reference to question from the guidance model DMPRoadmap/roadmap#227
Brian Riley committed on 7 Apr 2017
2017-04-06
@briley
added comments that break down the various bitwise combinations for refernce
briley committed on 6 Apr 2017
@briley
fixed merge conflicts after rebase
briley committed on 6 Apr 2017
@Brian Riley
Merge pull request #42 from DMPRoadmap/development ...
Brian Riley authored on 6 Apr 2017 GitHub committed on 6 Apr 2017
2017-04-05
@briley
fixed rebase issues
briley committed on 5 Apr 2017
@briley
removed template->question dropdowns on guidance pages. updated controller and JS accordingly. fixed issue with themes not being saved. DMPRoadmap/roadmap#221
briley committed on 5 Apr 2017
@xsrust
implimented new role backend according to #219
xsrust committed on 5 Apr 2017
@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
csv exporting format fixed. DMPRoadmap/roadmap#222
Jose Lloret committed on 5 Apr 2017
@Jose Lloret
txt exporting format fixed. DMPRoadmap/roadmap#222
Jose Lloret committed on 5 Apr 2017
2017-04-04
@Jose Lloret
Fixed Exporting settings. It works per phase. DMPRoadmap/roadmap#197
Jose Lloret committed on 4 Apr 2017
2017-04-03
@briley
resolved rebase conflicts from merge with development
briley committed on 3 Apr 2017
@briley
cleaned up guidances controller and added functional tests
briley committed on 3 Apr 2017
2017-03-30
@briley
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
@briley
testing switch from constant to scope on perm
briley committed on 30 Mar 2017
@briley
added debug to User perm check
briley committed on 30 Mar 2017
@briley
Added freeze back to perm constants. did not turn out to be the issue with travis tests
briley committed on 30 Mar 2017
@briley
removed 'freeze from Perm constant definitions. this is deprecated in Rails 4
briley committed on 30 Mar 2017