History for dmpopidor / app
2016-11-30
@xsrust
updated code to write user-generated content (answers/notes)
xsrust committed on 30 Nov 2016
2016-11-29
@xsrust
updated models for data migration
xsrust committed on 29 Nov 2016
2016-11-15
@xsrust
removed commented out code from admin/question.rb
xsrust committed on 15 Nov 2016
@xsrust
removed the unused user_id field from the dmptemplates table
xsrust committed on 15 Nov 2016
@xsrust
removed models and super admin pages for removed tables user_role_type, user_status, and user_type
xsrust committed on 15 Nov 2016
@xsrust
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
@xsrust
removed role_in_plans, resource_id, and resource_type from the roles table. All were unused
xsrust committed on 15 Nov 2016
@xsrust
removed parent_id field from questions table
xsrust committed on 15 Nov 2016
@xsrust
removed option_warnings table and unused code surrounding the structure
xsrust committed on 15 Nov 2016
@xsrust
removed user_statuses, user_types, and user_role_types tables and associations which referenced them
xsrust committed on 15 Nov 2016
2016-11-14
@Ruby Rails Dev Account
text changes requested by Sarah 2016/11/14
Ruby Rails Dev Account committed on 14 Nov 2016
2016-11-11
@Ruby Rails Dev Account
if no title for news tab miss it out
Ruby Rails Dev Account committed on 11 Nov 2016
2016-11-10
@Ray Carrick
Merge branch 'postgresql' of https://github.com/DigitalCurationCentre/roadmap into postgresql
Ray Carrick committed on 10 Nov 2016
@Ray Carrick
fix save profile
Ray Carrick committed on 10 Nov 2016
2016-11-08
@xsrust
fixed bug where selecting guidance was impropperly filtering
xsrust committed on 8 Nov 2016
@Ray Carrick
Merge branch 'master' into postgresql
Ray Carrick committed on 8 Nov 2016
2016-11-07
@Brian Riley
removed commented out code from new branding changes
Brian Riley committed on 7 Nov 2016
@Brian Riley
removed commented out code from new branding changes
Brian Riley committed on 7 Nov 2016
@Brian Riley
removed local version of app/assets/logo from version control
Brian Riley committed on 7 Nov 2016
@Brian Riley
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
@Brian Riley
removed ability to customize view branding folder name. It will just be called branded now
Brian Riley committed on 7 Nov 2016
@Brian Riley
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
@xsrust
removed <p> wrapping from default answers in preview
xsrust committed on 4 Nov 2016
@xsrust
updated behavior of the create plan page
xsrust committed on 4 Nov 2016
@xsrust
allowed default answers to show in admin preview of templates
xsrust committed on 4 Nov 2016
2016-11-03
@briley
Bug fix to the column layout handler on the view plans page
briley committed on 3 Nov 2016
@xsrust
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
2016-11-02
@briley
Corrected spelling of text_desription field in token_permission_types
briley committed on 2 Nov 2016
@briley
fixed issue with settings data saved to the DB using an old version of the gem. stripped html tags from question text for display in the export form.
briley committed on 2 Nov 2016
@briley
attempting to silence the activerecord log during tests.
briley committed on 2 Nov 2016