| 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
|
|
| 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-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-06 |
commented out problematic index in db migration for active admin table
Brian Riley
committed
on 6 Jan 2017
|
| 2017-01-05 |
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 |
replaces Organisation. with Org. in all files
xsrust
committed
on 12 Dec 2016
|
| 2016-12-02 |
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 |
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
|
| 2016-11-14 |
add spanish translations
Ray Carrick
committed
on 14 Nov 2016
|
| 2016-11-10 |
Had to remove code that was building devise omniauth connections dynamically. The timing of when the rails engine builds the routes and the models is not conducive to this approach
briley
committed
on 10 Nov 2016
|
| 2016-11-09 |
Added domain to the identifier_Scheme table. Added unit and functional tests for the identifier_scheme functionality
briley
committed
on 9 Nov 2016
|
| 2016-11-04 |
Removed logo from identifier_schemes db table and added it to yaml locales. Added more entries for to the locales for oauth. Added red 'x' removal link for oauths on profile page. updated registrations controller so that users hitting the oauth handler that are not already signed in are brought to a registration page with a new user record that is connected to the oauth identifier
Brian Riley
committed
on 4 Nov 2016
|
| 2016-11-02 |
resolved rebase merge conflicts
briley
committed
on 2 Nov 2016
|
|
Corrected spelling of text_desription field in token_permission_types
briley
committed
on 2 Nov 2016
|
|
| 2016-11-01 |
updated seeds file with the correct orcid id scheme settings
briley
committed
on 1 Nov 2016
|
| 2016-10-25 |
setup dynamic omniauth provider structures and tied it into devise
briley
committed
on 25 Oct 2016
|
| 2016-10-24 |
Added a new identifier_schemes table and corresponding user_identifiers join table. Added the initial ORCID identifier scheme to the seeds.db file. Updated the locales file to include corresponding identifier tooltip language, logos, and initial connection message. Updated user profile page to dynamically display identifiers
Brian Riley
committed
on 24 Oct 2016
|
| 2016-10-04 |
Fixed typos: changed all change_org_detials to change_org_details
briley
committed
on 4 Oct 2016
|
| 2016-09-01 |
Merged branding changes from the development branch into the master branch that now contains DCC's changes to permissions/roles, internationalization and bug fixes
briley
committed
on 1 Sep 2016
|
|
merged DCC changes into master
briley
committed
on 1 Sep 2016
|
|
|
ensured users loose roles upon org changing and added depricated tags to roles
xsrust
committed
on 1 Sep 2016
|
|
|
added granting api to orgs permission
xsrust
committed
on 1 Sep 2016
|