| 2018-07-12 |
Make sections within a phase sortable
Bodacious
committed
on 12 Jul 2018
|
|---|---|
|
Remove Rails 3 attr accessible from models (#1691)
Gavin Morrice
authored
on 12 Jul 2018
Sam Rust
committed
on 12 Jul 2018
|
|
| 2018-05-16 |
Implemented Notifications
...
Quentin Sonrel
authored
on 29 Mar 2018
briley
committed
on 16 May 2018
|
| 2018-03-09 |
added api_token for super/org admins
Brian Riley
committed
on 9 Mar 2018
|
| 2017-12-22 |
Templates table revisions #900 (In Progress)
...
bhavi
authored
on 20 Dec 2017
Brian Riley
committed
on 22 Dec 2017
|
| 2017-12-09 |
updated org links to use same logic as template links. display org name if no logo
...
Brian Riley
committed
on 9 Dec 2017
|
| 2017-10-27 |
fixed issue with seeds.rb
Brian Riley
committed
on 27 Oct 2017
|
| 2017-08-23 |
Updated seeds.rb token_permission_types and question_formats and added rake task to apply fixes DMPRoadmap/roadmap#603
briley
committed
on 23 Aug 2017
|
| 2017-05-26 |
bugfixes to allow tests to work
xsrust
committed
on 26 May 2017
|
| 2017-05-23 |
Fixes for #311, #345.
Jimmy Angelakos
committed
on 23 May 2017
|
| 2017-05-16 |
updated tests to work after annotations changes
xsrust
committed
on 16 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-19 |
added dmptemplate_id to the Template creations in db seeds file and test_helper
briley
committed
on 19 Apr 2017
|
| 2017-03-30 |
switched I18n.locale to FastGettext
briley
committed
on 30 Mar 2017
|
| 2017-03-28 |
updated seeds to use managing institution abbreviation instead of hard-coded 'CC'. Added basic functional tests for templates controller with small adjustments to check for nils in view and controller
briley
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 |
Quick fix for i18n issue which prevents db:setup because of lack of Languages table
Jimmy Angelakos
committed
on 21 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-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-02 |
added theme unit tests and started cleanup of remaining existing tests
briley
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
|
| 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 |
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
|