| 2017-01-05 |
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 |
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 initial public DMPs page to display public plans to unauthenticated users
briley
committed
on 4 Jan 2017
|
|
| 2017-01-03 |
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
|
|
|
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
|
|
| 2016-10-05 |
replaced invalid SQL conditionals "&&" with "AND"
Jimmy Angelakos
committed
on 5 Oct 2016
|
| 2016-09-20 |
fixed bug where projects_controller wouldnt compile. there was an end in the middle of the file, terminiateing the class prematurely
xsrust
committed
on 20 Sep 2016
|
| 2016-09-16 |
added auth and removed json from project_groups controller. additionally added constraint to projects and plans controllers that all actions must be authenticated through pundit
xsrust
committed
on 16 Sep 2016
|
|
removed json and added authorization to projects controller
xsrust
committed
on 16 Sep 2016
|
|
| 2016-09-08 |
Removal of ajax calls from the Create Plan page (#31)
Brian Riley
authored
on 8 Sep 2016
GitHub
committed
on 8 Sep 2016
|
| 2016-08-17 |
Merging current stable development branch into master (#23)
...
Brian Riley
authored
on 17 Aug 2016
GitHub
committed
on 17 Aug 2016
|
| 2016-06-03 |
DMPonline4 - RAILS 4.0 (#4)
...
Marta Ribeiro
authored
on 3 Jun 2016
Brian Riley
committed
on 3 Jun 2016
|