| 2017-01-24 |
added unit tests for options and option_warnings
briley
committed
on 24 Jan 2017
|
|---|---|
| 2017-01-21 |
finished guidance_groups test. started on guidance tests
Brian Riley
committed
on 21 Jan 2017
|
| 2017-01-20 |
put validation back in place that ensures a question can only have a single answer within a plan
Brian Riley
committed
on 20 Jan 2017
|
|
removed substance-forms modifications from the dev branch. will place in a separate branch so that we can continue development
Brian Riley
committed
on 20 Jan 2017
|
|
| 2017-01-13 |
fixed merge conflict in seeds.rb file. installed substance-rails gem and updated code to swap in the substance-forms text-area for tinymce on the answer section of the edit plans page
Brian Riley
committed
on 13 Jan 2017
|
| 2017-01-12 |
Switched answer text area to substance editor.
briley
committed
on 12 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
|
| 2017-01-10 |
added unit test for exported_plan. added validations to exported_plan and has_many side of relationship to user and plan
briley
committed
on 10 Jan 2017
|
|
removed tests for methods that should be purged from templates model (See issue #89)
briley
committed
on 10 Jan 2017
|
|
|
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
|
|
|
added validations and associations for Comment model. Also added unit test
briley
committed
on 10 Jan 2017
|
|
|
added validations to the Answer model and added unit test
briley
committed
on 10 Jan 2017
|
|
|
switched visibility to be a bit flag using FlagShihTzu instead of a lookup table. adjusted db migration. Removed all of the empty stub test files generated by the rails scaffolding mechanism.
briley
committed
on 10 Jan 2017
|
|
| 2017-01-06 |
fixed functional tests on static_pages controller
Brian Riley
committed
on 6 Jan 2017
|
|
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
|
|
|
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 |
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
|