History for dmpopidor / app / views
2017-01-06
@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
@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
@Brian Riley
Added visibility model, and started updating tests for public dmps controller but we need to create fixtures which is extremely difficult with the current state of the DB. Will wait for refactor before finishing tests.
Brian Riley 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 JS logic to prevent is_test and is_public from both being true on the project edit page. Also added include to projects show page so that it pulls in the projects.js file
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-08
@briley
Merge branch 'development' of https://github.com/CDLUC3/roadmap into development
briley committed on 8 Dec 2016
@briley
renamed hash_to_json_object in application_helper to hash_to_js_json_variable to make its purpose clearer
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
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-21
@Ruby Rails Dev Account
get rid of explcit urls in admin/superadmin links
Ruby Rails Dev Account committed on 21 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
@briley
Added registration controller tests, updated reference to Devise's deprectaed 'bypass' with bypass_sign_in', added some test helper to verify redirects to welcome page (for unauthorized attempts) and projects list page (for authorized). Added language_id back to attr_accessible on User model
briley committed on 16 Nov 2016
@briley
Added authentication test and registration controller test. Added troubleshooting info to README. Added generic omniauth id to registration form
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
2016-11-11
@Ruby Rails Dev Account
if no title for news tab miss it out
Ruby Rails Dev Account committed on 11 Nov 2016
2016-11-10
@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
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
@Ray Carrick
Merge branch 'master' into postgresql
Ray Carrick committed on 8 Nov 2016
2016-11-07
@Brian Riley
removed commented out code from new branding changes
Brian Riley committed on 7 Nov 2016
@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
@xsrust
removed <p> wrapping from default answers in preview
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
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
Corrected spelling of text_desription field in token_permission_types
briley committed on 2 Nov 2016