| 2017-03-30 |
Merge branch 'development' into development
Ray Carrick
authored
on 30 Mar 2017
GitHub
committed
on 30 Mar 2017
|
|---|---|
| 2017-03-28 |
Change notes to work with AJAX calls.
ray.carrick
committed
on 28 Mar 2017
|
| 2017-03-24 |
added logic to db/seeds.rb to always create a default org for the one defined in config/branding.yml. This is the managing org
briley
committed
on 24 Mar 2017
|
| 2017-03-21 |
reverted changes to application_controller and schema.rb
briley
committed
on 21 Mar 2017
|
|
Merge branch 'development' of https://github.com/CDLUC3/roadmap into development
briley
committed
on 21 Mar 2017
|
|
|
Quick fix for i18n issue which prevents db:setup because of lack of Languages table
Jimmy Angelakos
committed
on 21 Mar 2017
|
|
| 2017-03-20 |
started switching I18n references in test files to Fastgettext
briley
committed
on 20 Mar 2017
|
| 2017-03-16 |
resolve conflicts from merging Roadmap into DCC
ray.carrick
committed
on 16 Mar 2017
|
| 2017-03-15 |
removed some old empty test files. removed facebook example from identifier_schemes seed
briley
committed
on 15 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 DMPRoadmap/roadmap#159
Brian Riley
committed
on 3 Mar 2017
|
|
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 |
leaving the two migrations caused schema issues this cleans it up
ray.carrick
committed
on 2 Mar 2017
|
|
change question_format to use enum rather than bits
ray.carrick
committed
on 2 Mar 2017
|
|
| 2017-03-01 |
merge optimistic locking into dev
ray.carrick
committed
on 1 Mar 2017
|
|
|
|
| 2017-02-23 |
config/initializers/locale.rb getters/setters pointing at FastGettext. en-UK renamed to en_GB. DMPRoadmap/roadmap#98
Jose Lloret
committed
on 23 Feb 2017
|
| 2017-02-15 |
URLs without locale param
Jose Lloret
committed
on 15 Feb 2017
|
| 2017-02-10 |
updated languages en-US en-UK to en_US en_UK
Brian Riley
committed
on 10 Feb 2017
|
| 2017-02-09 |
Merge pull request #30 from DigitalCurationCentre/final_schema
...
Brian Riley
authored
on 9 Feb 2017
GitHub
committed
on 9 Feb 2017
|
|
updated migrations to comply with validations, added guidance-guidance_groups many to many relationship back in for migration
xsrust
committed
on 9 Feb 2017
|
|
| 2017-02-08 |
added check to migration to see if new_plan table exists prior to attempt to create a new NewPlan model
briley
committed
on 8 Feb 2017
|
| 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-02 |
fixed a few merge conflicts
briley
committed
on 2 Feb 2017
|
|
added theme unit tests and started cleanup of remaining existing tests
briley
committed
on 2 Feb 2017
|
|
|
merge in changes from origin
Ray Carrick
committed
on 2 Feb 2017
|
|
|
port of plan creation and editing to new data model
Ray Carrick
committed
on 2 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
|