2016-11-16
@briley
Added registration controller tests, updated reference to Devise's deprectaed 'bypass' with bypass_sign_in', added some test helper to verify redirects to welcome page (for unauthorized attempts) and projects list page (for authorized). Added language_id back to attr_accessible on User model
briley committed on 16 Nov 2016
@briley
Added authentication test and registration controller test. Added troubleshooting info to README. Added generic omniauth id to registration form
briley committed on 16 Nov 2016
2016-11-15
@Ruby Rails Dev Account
Merge branch 'migrate_version_published' into postgresql
Ruby Rails Dev Account committed on 15 Nov 2016
@Ruby Rails Dev Account
expand migration to work with pg
Ruby Rails Dev Account committed on 15 Nov 2016
2016-11-14
@Ruby Rails Dev Account
Merge branch 'text_changes' into postgresql
Ruby Rails Dev Account committed on 14 Nov 2016
@Ruby Rails Dev Account
text changes requested by Sarah 2016/11/14
Ruby Rails Dev Account committed on 14 Nov 2016
@Ray Carrick
Merge branch 'add_spanish' into postgresql
Ray Carrick committed on 14 Nov 2016
@Ray Carrick
add spanish translations
Ray Carrick committed on 14 Nov 2016
2016-11-11
@Ray Carrick
Merge branch 'postgresql' of https://github.com/DigitalCurationCentre/roadmap into postgresql
Ray Carrick committed on 11 Nov 2016
@Ray Carrick
Merge branch 'add_new_fr' into postgresql
Ray Carrick committed on 11 Nov 2016
@Ray Carrick
add new french translations
Ray Carrick committed on 11 Nov 2016
@Ruby Rails Dev Account
Merge branch 'optional_about_tab' into postgresql
Ruby Rails Dev Account committed on 11 Nov 2016
@Ruby Rails Dev Account
if no title for news tab miss it out
Ruby Rails Dev Account committed on 11 Nov 2016
2016-11-10
@Brian Riley
Merge pull request #68 from CDLUC3/development ...
Brian Riley authored on 10 Nov 2016 GitHub committed on 10 Nov 2016
@briley
Added new ORCID field to the export pages
briley committed on 10 Nov 2016
@briley
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
@briley
Merge branch 'add-orcid-functionality' into development
briley committed on 10 Nov 2016
@briley
Merge branch 'master' into development
briley committed on 10 Nov 2016
@briley
removed white space
briley committed on 10 Nov 2016
@Ray Carrick
Merge branch 'postgresql' of https://github.com/DigitalCurationCentre/roadmap into postgresql
Ray Carrick committed on 10 Nov 2016
@Ray Carrick
Merge branch 'profile_save' into postgresql
Ray Carrick committed on 10 Nov 2016
@Ray Carrick
fix save profile
Ray Carrick committed on 10 Nov 2016
@Ray Carrick
Merge branch 'profile_save' into postgresql
Ray Carrick committed on 10 Nov 2016
@Ray Carrick
profile save crashing
Ray Carrick committed on 10 Nov 2016
2016-11-09
@briley
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-08
@briley
added identifier_Schemes table check to user.rb model. Both ActiveAdmin and Devise attempt to initialize the object during a rake command which forces a 'table does not exist' error.
briley committed on 8 Nov 2016
@briley
fixed merge conflicts
briley committed on 8 Nov 2016
@briley
added in locale entries for identifier schemes
briley committed on 8 Nov 2016
@briley
Updated routes to check for the existence of the new identifier_schemes table because rake db:migrate initializes the Rails app and devise tries to make use of the new table
briley committed on 8 Nov 2016
@briley
Merge branch 'master' into add-orcid-functionality
briley committed on 8 Nov 2016