| 2017-01-19 |
updated admin_addphase in templates controller
xsrust
committed
on 19 Jan 2017
|
|---|---|
|
updated admin_destroy for templates
xsrust
committed
on 19 Jan 2017
|
|
|
updated admin_create in templates controller
xsrust
committed
on 19 Jan 2017
|
|
|
updated admin_new to reflect new schema, converted tabs to spaces
xsrust
committed
on 19 Jan 2017
|
|
|
templates admin_update working
xsrust
committed
on 19 Jan 2017
|
|
|
updated admin_template action and views, also removed spaces from affected files
xsrust
committed
on 19 Jan 2017
|
|
| 2017-01-18 |
updated accessing of own templates to only display most current versions
xsrust
committed
on 18 Jan 2017
|
|
added gemfile and broken branding file
xsrust
committed
on 18 Jan 2017
|
|
| 2017-01-17 |
changed schema to be correct for data migration
xsrust
committed
on 17 Jan 2017
|
|
updated the migration to set the customizing organisation properly
xsrust
committed
on 17 Jan 2017
|
|
|
patch so that templates_controller index displays
xsrust
committed
on 17 Jan 2017
|
|
|
updated schema to reflect final set of migrations after going through process from scratch
xsrust
committed
on 17 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
|
|
Added substance-rails gem and then included the appropriate js and css libraries into the asset pipeline
briley
committed
on 12 Jan 2017
|
|
|
fixed template versioning and customisers in migration
xsrust
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
|
|
updated foreign keys null refreence ripper to remove things from a join table
xsrust
committed
on 11 Jan 2017
|
|
|
changed Org.organisation_type to Org.type to fix conflict in running migration
xsrust
committed
on 11 Jan 2017
|
|
|
re-aranged migrations so that big_flags for orgs happen before foreign keys
xsrust
committed
on 11 Jan 2017
|
|
|
re-aranged migraitons so that bit_flags for roles happens before foreign keys
xsrust
committed
on 11 Jan 2017
|
|
|
added role scrubbing to foreign keys migration
xsrust
committed
on 11 Jan 2017
|
|
|
hacked templates landing page to work
xsrust
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
|
|
|
removed organisation_type unit test since its being replaced with a flag on the organisation object
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
|