History for dmpopidor / db / seeds.rb
2017-08-23
@briley
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
@xsrust
bugfixes to allow tests to work
xsrust committed on 26 May 2017
2017-05-23
@Jimmy Angelakos
Fixes for #311, #345.
Jimmy Angelakos committed on 23 May 2017
2017-05-16
@xsrust
updated tests to work after annotations changes
xsrust committed on 16 May 2017
2017-05-08
@Jimmy Angelakos
Merge local branch into feature/sso - fixes #39, #276, #287, #290. ...
Jimmy Angelakos committed on 8 May 2017
2017-04-19
@briley
added dmptemplate_id to the Template creations in db seeds file and test_helper
briley committed on 19 Apr 2017
2017-03-30
@briley
switched I18n.locale to FastGettext
briley committed on 30 Mar 2017
2017-03-28
@briley
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
@briley
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
@Jimmy Angelakos
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
@ray.carrick
resolve conflicts from merging Roadmap into DCC
ray.carrick committed on 16 Mar 2017
2017-03-15
@briley
removed some old empty test files. removed facebook example from identifier_schemes seed
briley committed on 15 Mar 2017
2017-02-23
@Jose Lloret
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
@Jose Lloret
URLs without locale param
Jose Lloret committed on 15 Feb 2017
2017-02-10
@Brian Riley
updated languages en-US en-UK to en_US en_UK
Brian Riley committed on 10 Feb 2017
2017-02-02
@briley
added theme unit tests and started cleanup of remaining existing tests
briley committed on 2 Feb 2017
2017-02-01
@briley
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
@briley
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
@briley
resolved merge conflicts
briley committed on 30 Jan 2017
2017-01-27
@Brian Riley
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
@briley
added some more attr_accessible attributes for new fields. finished up seed.rb file.
briley committed on 26 Jan 2017
@briley
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
@briley
resolved merge conflicts
briley committed on 26 Jan 2017
2017-01-13
@Brian Riley
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-10
@briley
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-06
@Brian Riley
commented out problematic index in db migration for active admin table
Brian Riley committed on 6 Jan 2017
2017-01-05
@Brian Riley
removed old is_test and is_public migrations for projects table and added migration for visibilities table
Brian Riley committed on 5 Jan 2017
2016-12-12
@xsrust
replaces Organisation. with Org. in all files
xsrust committed on 12 Dec 2016
2016-12-02
@Brian Riley
Resolved merge conflicts with fr.yml locale file and the user.rb model. Kept 'language_id' in the attr_accessible list and kept both the self.from_omniauth and reset_password_link methods.
Brian Riley committed on 2 Dec 2016
2016-11-15
@xsrust
removed domain and stylesheet_id from organisation. Both were unused on the front and back ends of the tool
xsrust committed on 15 Nov 2016