| 2016-12-08 |
began changing models to reflect the new model names and relationships, additionally deleting some old/unused models which no longer apply in the new schema.
xsrust
committed
on 8 Dec 2016
|
|---|---|
|
removed unused models
xsrust
committed
on 8 Dec 2016
|
|
|
added migration to add foreign keys. Also needed to remove the temporary models, and update existing models to reflect the new relationships
xsrust
committed
on 8 Dec 2016
|
|
| 2016-11-30 |
updated code to write user-generated content (answers/notes)
xsrust
committed
on 30 Nov 2016
|
| 2016-11-29 |
updated models for data migration
xsrust
committed
on 29 Nov 2016
|
| 2016-11-15 |
removed commented out code from admin/question.rb
xsrust
committed
on 15 Nov 2016
|
|
removed the unused user_id field from the dmptemplates table
xsrust
committed
on 15 Nov 2016
|
|
|
removed models and super admin pages for removed tables user_role_type, user_status, and user_type
xsrust
committed
on 15 Nov 2016
|
|
|
removed domain and stylesheet_id from organisation. Both were unused on the front and back ends of the tool
xsrust
committed
on 15 Nov 2016
|
|
|
removed role_in_plans, resource_id, and resource_type from the roles table. All were unused
xsrust
committed
on 15 Nov 2016
|
|
|
removed parent_id field from questions table
xsrust
committed
on 15 Nov 2016
|
|
|
removed option_warnings table and unused code surrounding the structure
xsrust
committed
on 15 Nov 2016
|
|
|
removed user_statuses, user_types, and user_role_types tables and associations which referenced them
xsrust
committed
on 15 Nov 2016
|
|
| 2016-11-14 |
text changes requested by Sarah 2016/11/14
Ruby Rails Dev Account
committed
on 14 Nov 2016
|
| 2016-11-11 |
if no title for news tab miss it out
Ruby Rails Dev Account
committed
on 11 Nov 2016
|
| 2016-11-10 |
Merge branch 'postgresql' of https://github.com/DigitalCurationCentre/roadmap into postgresql
Ray Carrick
committed
on 10 Nov 2016
|
|
fix save profile
Ray Carrick
committed
on 10 Nov 2016
|
|
| 2016-11-08 |
fixed bug where selecting guidance was impropperly filtering
xsrust
committed
on 8 Nov 2016
|
|
Merge branch 'master' into postgresql
Ray Carrick
committed
on 8 Nov 2016
|
|
| 2016-11-07 |
removed commented out code from new branding changes
Brian Riley
committed
on 7 Nov 2016
|
|
removed commented out code from new branding changes
Brian Riley
committed
on 7 Nov 2016
|
|
|
removed local version of app/assets/logo from version control
Brian Riley
committed
on 7 Nov 2016
|
|
|
renamed layout partials to remove reference to dmponline. Updated configurations so that the code default assets are stored in lib/assets and any instance specific versions would be stored within app/assets. Move static page content out of the large locales files and placed examples of them into config/locales/static_pages
Brian Riley
committed
on 7 Nov 2016
|
|
|
removed ability to customize view branding folder name. It will just be called branded now
Brian Riley
committed
on 7 Nov 2016
|
|
|
moved assets from app/assets to lib/assets. The files in lib/assets will be used by Rails unless override by an equivalent file in app/assets. Added logic to applicationController so that it will look first for a template in app/views/[:branded folder name] before using the default in app/views
Brian Riley
committed
on 7 Nov 2016
|
|
| 2016-11-04 |
removed <p> wrapping from default answers in preview
xsrust
committed
on 4 Nov 2016
|
|
updated behavior of the create plan page
xsrust
committed
on 4 Nov 2016
|
|
|
allowed default answers to show in admin preview of templates
xsrust
committed
on 4 Nov 2016
|
|
| 2016-11-03 |
Bug fix to the column layout handler on the view plans page
briley
committed
on 3 Nov 2016
|
|
fixed bug where templates were not based on most recent version, causing organizational customizations of templates to not show up to the end user
xsrust
committed
on 3 Nov 2016
|