| 2017-02-08 |
some cleanup of irrelevant objects (e.g. removal of remaining OrganisationType)
briley
committed
on 8 Feb 2017
|
|---|---|
| 2017-02-02 |
fixed a few merge conflicts
briley
committed
on 2 Feb 2017
|
|
added theme unit tests and started cleanup of remaining existing tests
briley
committed
on 2 Feb 2017
|
|
|
merge in changes from origin
Ray Carrick
committed
on 2 Feb 2017
|
|
|
first port of plan creation and editing to new data model
Ray Carrick
committed
on 2 Feb 2017
|
|
| 2017-01-26 |
resolved merge conflicts
briley
committed
on 26 Jan 2017
|
| 2017-01-25 |
merged final_schema changes into visibility
briley
committed
on 25 Jan 2017
|
| 2017-01-24 |
extracted plan visibility work out of dev branch for PR to DCC
briley
committed
on 24 Jan 2017
|
| 2017-01-11 |
switched visibility over to an enum. updated the project objects accordingly. Added some more unit tests. Updated locale files with visibility text
briley
committed
on 11 Jan 2017
|
|
hacked templates landing page to work
xsrust
committed
on 11 Jan 2017
|
|
| 2017-01-10 |
Added a few 'TODO:' statements indicating some methods we should remove. (Do a "grep -r 'TODO:' ./app"). Added some template and comments unit tests
briley
committed
on 10 Jan 2017
|
| 2017-01-06 |
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 |
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
|
|
| 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-12-12 |
replaces Organisation. with Org. in all files
xsrust
committed
on 12 Dec 2016
|
| 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
|