| 2017-07-06 |
added aria tags to modals according to #496
xsrust
committed
on 6 Jul 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-29 |
replaced all of the old ? help boxes with fontawesome question marks
Brian Riley
committed
on 29 Jun 2017
|
|
replaced empty labels next to submit buttons with div spacers
Brian Riley
committed
on 29 Jun 2017
|
|
| 2017-06-28 |
fixed issues with plan edit/share/export and updated to work with new css. tweaks to layout of create plan
briley
committed
on 28 Jun 2017
|
| 2017-06-27 |
fixed merge conflicts
briley
committed
on 27 Jun 2017
|
| 2017-06-23 |
started switching template/phase/section pages over to new css
Brian Riley
committed
on 23 Jun 2017
|
|
cleaned up references to js files in views
Brian Riley
committed
on 23 Jun 2017
|
|
|
fixed merge conflicts
Brian Riley
committed
on 23 Jun 2017
|
|
|
using data-toggle attribute to initiliase and trigger any popover. DMPRoadmap/roadmap#431
Jose Lloret
committed
on 23 Jun 2017
|
|
| 2017-06-22 |
auto-saving working but needs some improvement. DMPRoadmap/roadmap#438
...
Jose Lloret
committed
on 22 Jun 2017
|
| 2017-06-20 |
Merge branch 'development' into issue_431
Jose Lloret
committed
on 20 Jun 2017
|
|
|
|
| 2017-06-19 |
Fixed problem of loading tinymce styles for production environment.
Jose Lloret
committed
on 19 Jun 2017
|
| 2017-06-15 |
fixed merge conflicts
Brian Riley
committed
on 15 Jun 2017
|
| 2017-06-14 |
rebranding
briley
committed
on 14 Jun 2017
|
| 2017-06-12 |
fixed logic which lead to guidance not being displayed
xsrust
committed
on 12 Jun 2017
|
| 2017-06-06 |
added default answer text according to #388, fixed bug introduced yesterday from guidance fix
xsrust
committed
on 6 Jun 2017
|
| 2017-06-05 |
fixes bug where guidance dropdowns have duplicate id's so are unable to be expanded
xsrust
committed
on 5 Jun 2017
|
|
Table formatting toolbar without obscuring the view. DMPRoadmap/roadmap#272
Jose Lloret
committed
on 5 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-31 |
changed text for example answers, fixes #277
xsrust
committed
on 31 May 2017
|
|
fixes issue with some template guidance not displaying
xsrust
committed
on 31 May 2017
|
|
| 2017-05-29 |
Merge pull request #380 from DigitalCurationCentre/issue355
...
Jimmy Angelakos
authored
on 29 May 2017
GitHub
committed
on 29 May 2017
|
|
Fixed timeago problem for when a new answer is created. Refactored JavaScript logic into its own file. Created a partial to handle answer status. DMPRoadmap/roadmap#355
Jose Lloret
committed
on 29 May 2017
|
|
|
fixed display issues with guidance/suggested_answers
xsrust
committed
on 29 May 2017
|
|
| 2017-05-25 |
textarea, textfield, radiobuttons and checkbox working for read-only permission. DMPRoadmap/roadmap#352
...
Jose Lloret
committed
on 25 May 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-05-23 |
radiobuttons question is now saving through its relation question_options rather than options. Added whitelisting attributes for mass assignment. DMPRoadmap/roadmap#302
Jose Lloret
committed
on 23 May 2017
|
| 2017-05-19 |
updated syntax to allow read-only view of a plan. \n app/views/phases/_answer_form_ro.html.erb probably needs a bigger re-write as the logic is horrendus and it renders the whole thing as a form...but it's not a form because it's read only and it checks to see if it's read only a bunch of times within it. but here's the quick and dirty making it work
xsrust
committed
on 19 May 2017
|