History for dmpopidor / config
2017-01-06
@Brian Riley
fixed functional tests on static_pages controller
Brian Riley committed on 6 Jan 2017
@Brian Riley
finsihed adding visibility to project details page as radio button options. Updated public DMPs page to work with new visibility and moved it to the static pages controller since it falls outside of normal security. Updated all locale files accordingly
Brian Riley committed on 6 Jan 2017
2017-01-05
@xsrust
updated users_controller, mainly renaming roles to perms
xsrust committed on 5 Jan 2017
@xsrust
renamed comments to notes
xsrust committed on 5 Jan 2017
2017-01-04
@briley
worked on routing and controller tests for new public dmps. Fixed routing tests so that they use rails route helpers
briley committed on 4 Jan 2017
@briley
Added initial public DMPs page to display public plans to unauthenticated users
briley committed on 4 Jan 2017
2017-01-03
@briley
Added locale specific column headers for new visibility column. Made the new column NOT a default
briley committed on 3 Jan 2017
@briley
Added logic to display the correct visibility based on whether the project is_test or is_public or neither
briley committed on 3 Jan 2017
@briley
updated locale files so that helpers.yes and helpers.no work. Those are yaml keywords so they must be quoted (e.g. 'yes': 'Oui' instead of yes: 'Oui'). Added is_public and is_test checkboxes to projects edit/create forms
briley committed on 3 Jan 2017
2016-12-12
@briley
Added magic strings and identifier schemes to new ES locale file. Updated names of magic string categories so that they match the table names
briley committed on 12 Dec 2016
@xsrust
replaces Organisation. with Org. in all files
xsrust committed on 12 Dec 2016
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
@xsrust
added migration to add foreign keys. Also needed to remove the temporary models, and update existing models to reflect the new relationships
xsrust 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-30
@Ray Carrick
fixes from feedback from french testing of dmponline
Ray Carrick committed on 30 Nov 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
@Ray Carrick
bugs found in fr dmponline
Ray Carrick committed on 29 Nov 2016
@xsrust
total schema data migration: now with customized templates
xsrust 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