2016-11-07
@Brian Riley
removed ability to customize view branding folder name. It will just be called branded now
Brian Riley committed on 7 Nov 2016
@Brian Riley
moved assets from app/assets to lib/assets. The files in lib/assets will be used by Rails unless override by an equivalent file in app/assets. Added logic to applicationController so that it will look first for a template in app/views/[:branded folder name] before using the default in app/views
Brian Riley committed on 7 Nov 2016
2016-11-04
@Brian Riley
Added tests for the new omniauth functionality
Brian Riley committed on 4 Nov 2016
@Brian Riley
fixed typo in fr.yml locale
Brian Riley committed on 4 Nov 2016
@Brian Riley
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
@Ray Carrick
Merge pull request #9 from DMPRoadmap/master ...
Ray Carrick authored on 4 Nov 2016 GitHub committed on 4 Nov 2016
@Ray Carrick
Merge pull request #62 from CDLUC3/master ...
Ray Carrick authored on 4 Nov 2016 GitHub committed on 4 Nov 2016
@xsrust
removed <p> wrapping from default answers in preview
xsrust committed on 4 Nov 2016
@xsrust
updated behavior of the create plan page
xsrust committed on 4 Nov 2016
@xsrust
allowed default answers to show in admin preview of templates
xsrust committed on 4 Nov 2016
2016-11-03
@briley
Merge branch 'master' into add-orcid-functionality
briley committed on 3 Nov 2016
@briley
Bug fix to the column layout handler on the view plans page
briley committed on 3 Nov 2016
@briley
added additional locale message for identifier schemes and a remove icon
briley committed on 3 Nov 2016
@briley
reverted travis file back to db:migrate
briley committed on 3 Nov 2016
@briley
remove db:test:prepare and replaced with specific drop, create and migrate
briley committed on 3 Nov 2016
@briley
remove db:test:prepare and replaced with specific drop, create and migrate
briley committed on 3 Nov 2016
@briley
switch travis to use db:test:prepare instead of db:migrate
briley committed on 3 Nov 2016
@briley
switch travis to use db:test:prepare instead of db:migrate
briley committed on 3 Nov 2016
@briley
fixed path error in travis file
briley committed on 3 Nov 2016
@briley
fixed path error in travis file
briley committed on 3 Nov 2016
@briley
Fixed name of wicked_pdf initializer example and removed devise.rb initializer
briley committed on 3 Nov 2016
@xsrust
fixed bug where templates were not based on most recent version, causing organizational customizations of templates to not show up to the end user
xsrust committed on 3 Nov 2016
@briley
fixed typo in devise.rb.example
briley committed on 3 Nov 2016
2016-11-02
@briley
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
@briley
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
@briley
Merge branch 'add-orcid-functionality' of https://github.com/CDLUC3/roadmap into add-orcid-functionality
briley committed on 2 Nov 2016
@briley
resolved rebase merge conflicts
briley committed on 2 Nov 2016
@briley
Corrected spelling of text_desription field in token_permission_types
briley committed on 2 Nov 2016
@briley
Updated locale files with proper labels for the plan export screen
briley committed on 2 Nov 2016
@briley
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