| 2017-01-03 |
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
|
|---|---|
|
Added 'visibility' to the list of potential columns for the plan list page
briley
committed
on 3 Jan 2017
|
|
|
Added 'visibility' to the list of potential columns for the plan list page
briley
committed
on 3 Jan 2017
|
|
|
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
|
|
|
fixed typo in params security on Projects controller. verified that plans can be created and updated
briley
committed
on 3 Jan 2017
|
|
|
Added permitted parameter list to projects controller to replace old attr_accessible on Project model
briley
committed
on 3 Jan 2017
|
|
|
Added is_test and is_public flags to the projects table. Added unit tests for new fields. Removed unecessary attr_accessible section from projects model. Added setters for new flag fields so that only one can be true at a given time
briley
committed
on 3 Jan 2017
|
|
| 2016-12-21 |
added and finalized unit tests for user, token_permission_types, identifier_Schemes, user_identifiers, organisations
briley
committed
on 21 Dec 2016
|
| 2016-12-20 |
added unit tests for question format
briley
committed
on 20 Dec 2016
|
|
attempted to add some unit tests for Answers but the data will be changing so much that it did not make sense to continue at this point. Created tests for Language
briley
committed
on 20 Dec 2016
|
|
| 2016-12-19 |
Added test fixtures for answers, questions, question formats, and answer formats
briley
committed
on 19 Dec 2016
|
| 2016-12-14 |
finished up application controller tests
briley
committed
on 14 Dec 2016
|
| 2016-12-12 |
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-12-08 |
Merge branch 'development' of https://github.com/CDLUC3/roadmap into development
briley
committed
on 8 Dec 2016
|
|
fixed issue with the oauth hash in the registrations controller
briley
committed
on 8 Dec 2016
|
|
|
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
|
|
|
removed unused link_to_function and link_to_add_object methods from application_helper
briley
committed
on 8 Dec 2016
|
|
|
added initial application_helper tests
briley
committed
on 8 Dec 2016
|
|
|
added simplecov gem for testing to provide us with a test coverage report. Added a test for application_helper.rb. Removed tab characters from application_helper.rb and added some lines to help with readability
briley
committed
on 8 Dec 2016
|
|
| 2016-12-02 |
Merge pull request #16 from DMPRoadmap/development
...
Brian Riley
authored
on 2 Dec 2016
GitHub
committed
on 2 Dec 2016
|
|
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 |
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-22 |
add a reset_password_link method for convenience
Ray Carrick
committed
on 22 Nov 2016
|
| 2016-11-21 |
fix double sign-up bug: #69
Ruby Rails Dev Account
committed
on 21 Nov 2016
|
|
get rid of explcit urls in admin/superadmin links
Ruby Rails Dev Account
committed
on 21 Nov 2016
|
|
| 2016-11-16 |
fixed nil check bug in registrations controller
briley
committed
on 16 Nov 2016
|
|
Moved org specific telephone, address and google maps link to config/branding.yml
briley
committed
on 16 Nov 2016
|
|
|
moved orcid and remove images to lib
briley
committed
on 16 Nov 2016
|
|
|
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
|
|
|
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
|