| 2017-01-31 |
bugfixed display logic for editing phase, modifiability of questions, mass-assignment of questions
xsrust
committed
on 31 Jan 2017
|
|---|---|
|
updated admin_previewphase action in templates controller
xsrust
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
|
|
|
resolved merge conflicts
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 |
added some more attr_accessible attributes for new fields. finished up seed.rb file.
briley
committed
on 26 Jan 2017
|
|
started seeds.rb rebuild to work with new schema. Removed guidance_in_group association from guidance. added some attr_accessible attributes
briley
committed
on 26 Jan 2017
|
|
|
resolved merge conflicts
briley
committed
on 26 Jan 2017
|
|
| 2017-01-25 |
merged final_schema changes into visibility
briley
committed
on 25 Jan 2017
|
|
fixed merge conflicts
briley
committed
on 25 Jan 2017
|
|
|
fixed merge conflicts in branding.yml and schema.rb
briley
committed
on 25 Jan 2017
|
|
|
updated api templates endpoints to use new data access
xsrust
committed
on 25 Jan 2017
|
|
|
updated additional parts of the admin_phase view to use the new schema's data access. Additionally changed models for suggested_answer, user, guidance_group and question to better reflect the associations in the schema
xsrust
committed
on 25 Jan 2017
|
|
| 2017-01-24 |
extracted plan visibility work out of dev branch for PR to DCC
briley
committed
on 24 Jan 2017
|
|
cleaned up tests
briley
committed
on 24 Jan 2017
|
|
|
updated attr_accessible lines to allow mass assignment of associations via object instead of id
briley
committed
on 24 Jan 2017
|
|
|
finsihed phase unit tests. added all unit tests that i forgot to add in prior commits
briley
committed
on 24 Jan 2017
|
|
|
added unit test for phases and updated readme with links out to wiki docs
briley
committed
on 24 Jan 2017
|
|
|
added unit tests for options and option_warnings
briley
committed
on 24 Jan 2017
|
|
|
sections belong to phases, not versions
xsrust
committed
on 24 Jan 2017
|
|
|
updated phase so that it dosent delete a template when destroyed
xsrust
committed
on 24 Jan 2017
|
|
| 2017-01-21 |
finished guidance_groups test. started on guidance tests
Brian Riley
committed
on 21 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-11 |
switched visibility over to an enum. updated the project objects accordingly. Added some more unit tests. Updated locale files with visibility text
briley
committed
on 11 Jan 2017
|
|
changed Org.organisation_type to Org.type to fix conflict in running migration
xsrust
committed
on 11 Jan 2017
|
|
|
hacked templates landing page to work
xsrust
committed
on 11 Jan 2017
|
|
| 2017-01-10 |
added unit test for exported_plan. added validations to exported_plan and has_many side of relationship to user and plan
briley
committed
on 10 Jan 2017
|