| 2017-06-09 |
fixed typo in shib ds column sizes DMPRoadmap/roadmap#405
...
briley
authored
on 8 Jun 2017
Brian Riley
committed
on 9 Jun 2017
|
|---|---|
|
resolved cherry-pick conflicts
briley
authored
on 7 Jun 2017
Brian Riley
committed
on 9 Jun 2017
|
|
|
resolved cherry-pick conflicts
briley
authored
on 1 Jun 2017
Brian Riley
committed
on 9 Jun 2017
|
|
|
resolved cherry-pick conflicts
briley
authored
on 17 May 2017
Brian Riley
committed
on 9 Jun 2017
|
|
| 2017-05-26 |
updated org-admin and plan create pages to reflect schema change
xsrust
committed
on 26 May 2017
|
| 2017-05-16 |
updated tests to work after annotations changes
xsrust
committed
on 16 May 2017
|
|
merged development into annotations
xsrust
committed
on 16 May 2017
|
|
| 2017-05-11 |
updated references of suggested_answer to annotations
xsrust
committed
on 11 May 2017
|
| 2017-05-08 |
Merge local branch into feature/sso - fixes #39, #276, #287, #290.
...
Jimmy Angelakos
committed
on 8 May 2017
|
| 2017-04-28 |
fixed merge conflict in schema.rb
Brian Riley
committed
on 28 Apr 2017
|
| 2017-04-24 |
forgot to add the schema changes DMPRoadmap/roadmap#251
Brian Riley
committed
on 24 Apr 2017
|
| 2017-04-20 |
updated models to relfect new name for join table between plans and guidance groups. fixes #198
xsrust
committed
on 20 Apr 2017
|
| 2017-04-12 |
change docx export to htmltoword. Hopefully fixes: #217
ray.carrick
committed
on 12 Apr 2017
|
| 2017-03-28 |
Change notes to work with AJAX calls.
ray.carrick
committed
on 28 Mar 2017
|
| 2017-03-16 |
resolve conflicts from merging Roadmap into DCC
ray.carrick
committed
on 16 Mar 2017
|
| 2017-03-03 |
Added a rake task to port orcids from the old field in the users table over to the new user_identifiers table. Removed the old unworking migration (because orcid is not in the table so it never runs). Added a new db migration to remove the old users.orcid_id column. The rake task would need to be run prior to the db migration though so commenting it out for now
Brian Riley
committed
on 3 Mar 2017
|
| 2017-03-02 |
change question_format to use enum rather than bits
ray.carrick
committed
on 2 Mar 2017
|
| 2017-03-01 |
|
| 2017-02-06 |
first step in reducing page edit sql queries
Ray Carrick
committed
on 6 Feb 2017
|
| 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
|