History for dmpopidor / config
2016-12-08
@briley
Removed devise/identifier scheme comparison from environment.rb. Cannot run data migrations with it in place because it references the IdentifierScheme model but the table has not yet been defined
briley committed on 8 Dec 2016
2016-12-02
@Brian Riley
Merge pull request #16 from DMPRoadmap/development ...
Brian Riley authored on 2 Dec 2016 GitHub committed on 2 Dec 2016
@Brian Riley
fixed typo in fr.yml locale file that was introduced while resolving merge conflicts
Brian Riley committed on 2 Dec 2016
@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-29
@briley
added a initialization helper to assist with omniauth provider registration. Added a remove.png image for disconnecting providers from user accounts
briley committed on 29 Nov 2016
2016-11-23
@Ray Carrick
reinstate branding.yml
Ray Carrick committed on 23 Nov 2016
2016-11-16
@briley
Moved org specific telephone, address and google maps link to config/branding.yml
briley committed on 16 Nov 2016
2016-11-14
@Ruby Rails Dev Account
text changes requested by Sarah 2016/11/14
Ruby Rails Dev Account committed on 14 Nov 2016
@Ray Carrick
add spanish translations
Ray Carrick committed on 14 Nov 2016
2016-11-11
@Ray Carrick
add new french translations
Ray Carrick committed on 11 Nov 2016
2016-11-10
@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
2016-11-08
@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
2016-11-07
@Brian Riley
renamed layout partials to remove reference to dmponline. Updated configurations so that the code default assets are stored in lib/assets and any instance specific versions would be stored within app/assets. Move static page content out of the large locales files and placed examples of them into config/locales/static_pages
Brian Riley committed on 7 Nov 2016
@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
2016-11-03
@briley
added additional locale message for identifier schemes and a remove icon
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
@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
resolved rebase merge conflicts
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