| 2016-11-04 |
fixed typo in fr.yml locale
Brian Riley
committed
on 4 Nov 2016
|
|---|---|
|
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-03 |
Merge branch 'master' into add-orcid-functionality
briley
committed
on 3 Nov 2016
|
|
Bug fix to the column layout handler on the view plans page
briley
committed
on 3 Nov 2016
|
|
|
added additional locale message for identifier schemes and a remove icon
briley
committed
on 3 Nov 2016
|
|
|
reverted travis file back to db:migrate
briley
committed
on 3 Nov 2016
|
|
|
remove db:test:prepare and replaced with specific drop, create and migrate
briley
committed
on 3 Nov 2016
|
|
|
remove db:test:prepare and replaced with specific drop, create and migrate
briley
committed
on 3 Nov 2016
|
|
|
switch travis to use db:test:prepare instead of db:migrate
briley
committed
on 3 Nov 2016
|
|
|
switch travis to use db:test:prepare instead of db:migrate
briley
committed
on 3 Nov 2016
|
|
|
fixed path error in travis file
briley
committed
on 3 Nov 2016
|
|
|
fixed path error in travis file
briley
committed
on 3 Nov 2016
|
|
|
Fixed name of wicked_pdf initializer example and removed devise.rb initializer
briley
committed
on 3 Nov 2016
|
|
|
fixed typo in devise.rb.example
briley
committed
on 3 Nov 2016
|
|
| 2016-11-02 |
Added check to devise initializer so that it does not try to access the IdentifierSchemes table before it has been created (happens when running db:migrate)
briley
committed
on 2 Nov 2016
|
|
Added check to devise initializer so that it does not try to access the IdentifierSchemes table before it has been created (happens when running db:migrate)
briley
committed
on 2 Nov 2016
|
|
|
Merge branch 'add-orcid-functionality' of https://github.com/CDLUC3/roadmap into add-orcid-functionality
briley
committed
on 2 Nov 2016
|
|
|
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
|
|
|
Updated locale files with proper labels for the plan export screen
briley
committed
on 2 Nov 2016
|
|
|
fixed issue with settings data saved to the DB using an old version of the gem. stripped html tags from question text for display in the export form.
briley
committed
on 2 Nov 2016
|
|
|
attempting to silence the activerecord log during tests.
briley
committed
on 2 Nov 2016
|
|
|
attempting to silence the activerecord log during tests.
briley
committed
on 2 Nov 2016
|
|
|
removed mysql dependency from travis file and updated database_example.yml so that it uses sqlite instead of mysql for testing
briley
committed
on 2 Nov 2016
|
|
|
added 'bundle exec' to the rake commands in travis file
briley
committed
on 2 Nov 2016
|
|
|
removed mysql db from travis since we're using sqlite for testing now. added line to have it run db:migrate on test db
briley
committed
on 2 Nov 2016
|
|
|
fixed merge conflict issue in travis file
briley
committed
on 2 Nov 2016
|
|
|
tidied up new tests and fixtures. Commented out old tests that were failing. Updated relationship between TokenPermissionType and Organisation so that token_permission_type.organisations works
briley
committed
on 2 Nov 2016
|
|
|
commented out guidance and guidance_group tests
briley
committed
on 2 Nov 2016
|
|
|
fixed some existing template and guidance tests. Fixed reference to user.organisations in the GuidanceGroup model
briley
committed
on 2 Nov 2016
|