| 2017-01-05 |
added unit test for new visibility model and updated projects test to check visibility
Brian Riley
committed
on 5 Jan 2017
|
|---|---|
|
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
|
|
|
removed old is_test and is_public migrations for projects table and added migration for visibilities table
Brian Riley
committed
on 5 Jan 2017
|
|
|
updated organisations to orgs, and associated views/controller
xsrust
committed
on 5 Jan 2017
|
|
|
renamed organisations_controller to orgs_controller
xsrust
committed
on 5 Jan 2017
|
|
|
updated user policy for organisation->org renaming
xsrust
committed
on 5 Jan 2017
|
|
|
updated users controller
xsrust
committed
on 5 Jan 2017
|
|
|
updated users_controller, mainly renaming roles to perms
xsrust
committed
on 5 Jan 2017
|
|
|
updated code style in omniauth_shibboleth_request_controller
xsrust
committed
on 5 Jan 2017
|
|
|
renamed comments to notes
xsrust
committed
on 5 Jan 2017
|
|
| 2017-01-04 |
working on public dmp export
briley
committed
on 4 Jan 2017
|
|
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
|
|
|
added tests for public DMPs routes and controller endpoints
briley
committed
on 4 Jan 2017
|
|
|
Added initial public DMPs page to display public plans to unauthenticated users
briley
committed
on 4 Jan 2017
|
|
|
updated a view for settings controller
xsrust
committed
on 4 Jan 2017
|
|
|
code style change in sessions_controller
xsrust
committed
on 4 Jan 2017
|
|
|
added comments to home_controller, awaiting discussion
xsrust
committed
on 4 Jan 2017
|
|
|
updated contacts_controller
xsrust
committed
on 4 Jan 2017
|
|
|
removed organisation_users controller as duplicate from users controller
xsrust
committed
on 4 Jan 2017
|
|
|
updated some of the answers structure, commented for future updates
xsrust
committed
on 4 Jan 2017
|
|
| 2017-01-03 |
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
|
|
Added an index to the projects table for id, is_test and is_public
briley
committed
on 3 Jan 2017
|
|
|
fixed equality bug in is_test and is_public setters on Projects model
briley
committed
on 3 Jan 2017
|
|
|
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
|
|
|
Added locale specific column headers for new visibility column. Made the new column NOT a default
briley
committed
on 3 Jan 2017
|
|
|
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
|