| 2017-02-03 |
fixed merge conflicts in schema.rb
Brian Riley
committed
on 3 Feb 2017
|
|---|---|
|
ran db:migrate on test
Brian Riley
committed
on 3 Feb 2017
|
|
|
init commit of deep_copy for templates [untested]
xsrust
committed
on 3 Feb 2017
|
|
| 2017-02-01 |
removed region_group (and underlying table) and replaced with has_and_belongs_to_many relationship on Region so that we can do region.super_region and region.sub_regions. Added unit tests for Region
briley
committed
on 1 Feb 2017
|
|
added templates history page
xsrust
committed
on 1 Feb 2017
|
|
| 2017-01-30 |
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 |
replaced use of fixtures with db/seeds.rb. no point in maintaining both
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
|
|
|
Added checks to migration files that manipulate data to make sure that the model they are attempting to access is defined in the current codebase
Brian Riley
committed
on 27 Jan 2017
|
|
| 2017-01-26 |
added checks in migration code where we try to manipulate data belonging to a table that no longer exists in the current codebase
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
|
|
|
added in new files for public plans page. added code coverage to .gitignore
briley
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
|
| 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-17 |
changed schema to be correct for data migration
xsrust
committed
on 17 Jan 2017
|
|
updated schema to reflect final set of migrations after going through process from scratch
xsrust
committed
on 17 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-12 |
Switched answer text area to substance editor.
briley
committed
on 12 Jan 2017
|
|
fixed template versioning and customisers in migration
xsrust
committed
on 12 Jan 2017
|
|
| 2017-01-10 |
switched visibility to be a bit flag using FlagShihTzu instead of a lookup table. adjusted db migration. Removed all of the empty stub test files generated by the rails scaffolding mechanism.
briley
committed
on 10 Jan 2017
|
| 2017-01-05 |
Added visibility model, and started updating tests for public dmps controller but we need to create fixtures which is extremely difficult with the current state of the DB. Will wait for refactor before finishing tests.
Brian Riley
committed
on 5 Jan 2017
|
|
removed old is_test and is_public migrations for projects table and added migration for visibilities table
Brian Riley
committed
on 5 Jan 2017
|
|
| 2017-01-04 |
Added initial public DMPs page to display public plans to unauthenticated users
briley
committed
on 4 Jan 2017
|
| 2017-01-03 |
fixed bug in is_test and is_public setters so that it allows both a true boolean or an int
briley
committed
on 3 Jan 2017
|
|
Added an index to the projects table for id, is_test and is_public
briley
committed
on 3 Jan 2017
|
|
|
Added is_test and is_public flags to the projects table. Added unit tests for new fields. Removed unecessary attr_accessible section from projects model. Added setters for new flag fields so that only one can be true at a given time
briley
committed
on 3 Jan 2017
|