History for dmpopidor / config / locales / en-US.yml
2019-05-01
@John Pinto
Changed date format of footer in the Plans pdf export to a more human readable date, ...
John Pinto committed on 1 May 2019
2018-10-16
@Bodacious
Update CSV downloads with consistent date format ...
Bodacious committed on 16 Oct 2018
2018-09-20
@Gavin Morrice
Fix broken tests caused by locale configuration (#1875) ...
Gavin Morrice authored on 20 Sep 2018 Sam Rust committed on 20 Sep 2018
2017-02-15
@Jose Lloret
URLs without locale param
Jose Lloret committed on 15 Feb 2017
2017-02-14
@Jose Lloret
Merge branch 'final_schema' of https://github.com/DigitalCurationCentre/roadmap into final_schema
Jose Lloret committed on 14 Feb 2017
@Jose Lloret
.pot and .po files re-generated
Jose Lloret committed on 14 Feb 2017
2017-02-07
@briley
Updated projects_helper by renaming 'project_list_column_body' to 'plan_list_column_body'. updated references to that code block. moved hard-coded 'Unknown' to locale files. Added tests for projects_helper
briley committed on 7 Feb 2017
2017-01-31
@briley
unit tests for notes and answers. addded new validator to check whether the question's template matches the plans template
briley committed on 31 Jan 2017
2017-01-11
@briley
switched visibility over to an enum. updated the project objects accordingly. Added some more unit tests. Updated locale files with visibility text
briley committed on 11 Jan 2017
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-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
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-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
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
2016-11-04
@Brian Riley
Added tests for the new omniauth functionality
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
2016-11-02
@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
2016-11-01
@briley
updated application controller so that a user is redirected to the main landing page when then try to access a secure page when not logged in. Added the corresponding locale messages that will be displayed when this happens
briley committed on 1 Nov 2016
2016-10-25
@briley
setup dynamic omniauth provider structures and tied it into devise
briley committed on 25 Oct 2016
2016-10-24
@Brian Riley
Added a new identifier_schemes table and corresponding user_identifiers join table. Added the initial ORCID identifier scheme to the seeds.db file. Updated the locales file to include corresponding identifier tooltip language, logos, and initial connection message. Updated user profile page to dynamically display identifiers
Brian Riley committed on 24 Oct 2016