| 2018-08-03 |
|
|---|---|
| 2018-08-01 |
Refactored model code for better readability
Bodacious
committed
on 1 Aug 2018
|
| 2018-07-25 |
|
| 2018-07-13 |
Merge pull request #1715 from DMPRoadmap/issue-1371
...
Brian Riley
authored
on 13 Jul 2018
GitHub
committed
on 13 Jul 2018
|
|
Refactor number update query for MySQL and SQLite
Bodacious
committed
on 13 Jul 2018
|
|
| 2018-07-12 |
Add annotate gem for models and Gemfile
Bodacious
committed
on 12 Jul 2018
|
|
Make sections within a phase sortable
Bodacious
committed
on 12 Jul 2018
|
|
|
Remove Rails 3 attr accessible from models (#1691)
Gavin Morrice
authored
on 12 Jul 2018
Sam Rust
committed
on 12 Jul 2018
|
|
| 2018-05-23 |
|
| 2018-02-13 |
|
| 2017-06-02 |
Added method to validate answer according to each question format. Partial view for section progress. Eager loading of resources needed to calculate plan and section progress. Refactoring of code for progress plan. DMPRoadmap/roadmap#382
...
Jose Lloret
committed
on 2 Jun 2017
|
| 2017-04-26 |
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 |
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-18 |
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-03-14 |
change from serialized hash tp just using includes
ray.carrick
committed
on 14 Mar 2017
|
| 2017-02-07 |
fixed bug where sections not editable, questions not saveable
xsrust
committed
on 7 Feb 2017
|
| 2017-02-03 |
removed old amoeba gem that was used for cloning active record models. We will use xsrust's new deep_copy methods now
Brian Riley
committed
on 3 Feb 2017
|
|
init commit of deep_copy for templates [untested]
xsrust
committed
on 3 Feb 2017
|
|
| 2017-02-02 |
added check to role that sets access by default. added unit tests for section
briley
committed
on 2 Feb 2017
|
| 2017-02-01 |
added unit tests for question. removed unused methods from question. fixed guidance_for_question method so that it does not require us to pass in itself (was qustion.guidance_by_question(question, org) - now question.guidance_for_org(org)) and updated template that calls method accordingly
briley
committed
on 1 Feb 2017
|
| 2017-01-30 |
resolved merge conflicts
briley
committed
on 30 Jan 2017
|
| 2017-01-27 |
added new seed file that works with new schema. commented out plans and answers for now though because plan model is unfinished
Brian Riley
committed
on 27 Jan 2017
|
| 2017-01-26 |
added some more attr_accessible attributes for new fields. finished up seed.rb file.
briley
committed
on 26 Jan 2017
|
|
resolved merge conflicts
briley
committed
on 26 Jan 2017
|
|
| 2017-01-24 |
updated attr_accessible lines to allow mass assignment of associations via object instead of id
briley
committed
on 24 Jan 2017
|
|
sections belong to phases, not versions
xsrust
committed
on 24 Jan 2017
|
|
| 2016-12-20 |
attempted to add some unit tests for Answers but the data will be changing so much that it did not make sense to continue at this point. Created tests for Language
briley
committed
on 20 Dec 2016
|
| 2016-12-12 |
updated models for role, section, and suggested answer
xsrust
committed
on 12 Dec 2016
|
| 2016-08-17 |
Merging current stable development branch into master (#23)
...
Brian Riley
authored
on 17 Aug 2016
GitHub
committed
on 17 Aug 2016
|
| 2016-08-12 |
|