| 2018-03-06 |
bugfixes/tweaks
xsrust
committed
on 6 Mar 2018
|
|---|---|
|
init changes
xsrust
committed
on 6 Mar 2018
|
|
|
update bug in answer.rb, fixes for rda_metadata.js
xsrust
committed
on 6 Mar 2018
|
|
|
init changes
xsrust
committed
on 6 Mar 2018
|
|
| 2018-02-13 |
|
| 2018-01-22 |
switched to use plan edit date
...
Brian Riley
authored
on 19 Jan 2018
briley
committed
on 22 Jan 2018
|
| 2017-12-05 |
removed after_create callback for answers since no longer is needed after introducing transactions. DMPRoadmap/roadmap#893
...
Jose Lloret
committed
on 5 Dec 2017
|
| 2017-09-21 |
guidances_notes layout according to bootstrap. DMPRoadmap/roadmap#562
...
Jose Lloret
committed
on 21 Sep 2017
|
| 2017-07-03 |
added question_options to answer's deep copy method and added a unit test for it. Updated several views to use .length instead of .count
Brian Riley
committed
on 3 Jul 2017
|
| 2017-06-09 |
fixed typo introduced during merge conflict resolution
Brian Riley
committed
on 9 Jun 2017
|
|
resolved merge conflicts from merging development 2016-06-09 into CDL-MVP
Brian Riley
committed
on 9 Jun 2017
|
|
| 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-05-24 |
|
|
Checkbox using rails FormHelper. Helper method at answer model for determining if an option should be selected. DMPRoadmap/roadmap#354
Jose Lloret
committed
on 24 May 2017
|
|
| 2017-04-13 |
updates to locking mechanism because it ActiveRecord does not catch 2 creates DMPRoadmap/roadmap#241
briley
committed
on 13 Apr 2017
|
| 2017-03-01 |
|
| 2017-02-02 |
fixes post merge
Ray Carrick
committed
on 2 Feb 2017
|
|
merge in changes from origin
Ray Carrick
committed
on 2 Feb 2017
|
|
|
first port of plan creation and editing to new data model
Ray Carrick
committed
on 2 Feb 2017
|
|
| 2017-01-31 |
finished up answer and note unit tests
briley
committed
on 31 Jan 2017
|
|
unit tests for notes and answers. addded new validator to check whether the question's template matches the plans template
briley
committed
on 31 Jan 2017
|
|
| 2017-01-30 |
updated some of the plan.rb model to deal with outdated calls to dmptemplate. fixed up answer unit tests and added some validations to Answer
briley
committed
on 30 Jan 2017
|
|
Moved orcid_id from users table to user_identifiers. Added option_based flag to question_formats. switched Object.const_defined to table_exists checks in db migrations because rails loads references to classes on demand so the objects are likely not defined when the migrations run. safer to check for the underlying table's existence
briley
committed
on 30 Jan 2017
|
|
| 2017-01-27 |
started reworking answer unit test
Brian Riley
committed
on 27 Jan 2017
|
|
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 |
resolved merge conflicts
briley
committed
on 26 Jan 2017
|
| 2017-01-20 |
put validation back in place that ensures a question can only have a single answer within a plan
Brian Riley
committed
on 20 Jan 2017
|
| 2017-01-13 |
fixed merge conflict in seeds.rb file. installed substance-rails gem and updated code to swap in the substance-forms text-area for tinymce on the answer section of the edit plans page
Brian Riley
committed
on 13 Jan 2017
|
| 2017-01-10 |
added validations and associations for Comment model. Also added unit test
briley
committed
on 10 Jan 2017
|
|
added validations to the Answer model and added unit test
briley
committed
on 10 Jan 2017
|