2017-01-04
@briley
Added initial public DMPs page to display public plans to unauthenticated users
briley committed on 4 Jan 2017
2017-01-03
@briley
fixed bug in is_test and is_public setters so that it allows both a true boolean or an int
briley committed on 3 Jan 2017
@briley
Added an index to the projects table for id, is_test and is_public
briley committed on 3 Jan 2017
@briley
fixed equality bug in is_test and is_public setters on Projects model
briley committed on 3 Jan 2017
@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
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
Added 'visibility' to the list of potential columns for the plan list page
briley committed on 3 Jan 2017
@briley
Added 'visibility' to the list of potential columns for the plan list page
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
@briley
fixed typo in params security on Projects controller. verified that plans can be created and updated
briley committed on 3 Jan 2017
@briley
Added permitted parameter list to projects controller to replace old attr_accessible on Project model
briley committed on 3 Jan 2017
@briley
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
@briley
added and finalized unit tests for user, token_permission_types, identifier_Schemes, user_identifiers, organisations
briley committed on 21 Dec 2016
2016-12-20
@briley
added unit tests for question format
briley committed on 20 Dec 2016
@briley
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
@briley
Added test fixtures for answers, questions, question formats, and answer formats
briley committed on 19 Dec 2016
@briley
removed test fixtures for Settings.
briley committed on 19 Dec 2016
@briley
Added test fixtures for ExportedPlan and Settings.
briley committed on 19 Dec 2016
2016-12-14
@briley
finished up application controller tests
briley committed on 14 Dec 2016
2016-12-12
@briley
updated roles test fixture to use the modified magic string name
briley committed on 12 Dec 2016
@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-12-08
@briley
fixed bug in new config test
briley committed on 8 Dec 2016
@briley
moved devise config checks to a test
briley committed on 8 Dec 2016
@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
@briley
Merge branch 'development' of https://github.com/CDLUC3/roadmap into development
briley committed on 8 Dec 2016
@briley
fixed issue with the oauth hash in the registrations controller
briley committed on 8 Dec 2016
@briley
finished application_helper tests
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
@briley
removed unused link_to_function and link_to_add_object methods from application_helper
briley committed on 8 Dec 2016