History for dmpopidor / app / models
2016-12-09
@Sam Rust
added users to new_plan relationships
Sam Rust authored on 9 Dec 2016 GitHub committed on 9 Dec 2016
2016-12-08
@xsrust
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
@xsrust
removed unused models
xsrust committed on 8 Dec 2016
@xsrust
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
@xsrust
updated code to write user-generated content (answers/notes)
xsrust committed on 30 Nov 2016
@Ray Carrick
fixes from feedback from french testing of dmponline
Ray Carrick committed on 30 Nov 2016
2016-11-29
@Ray Carrick
bugs found in fr dmponline
Ray Carrick committed on 29 Nov 2016
@xsrust
updated models for data migration
xsrust committed on 29 Nov 2016
2016-11-22
@Ray Carrick
add a reset_password_link method for convenience
Ray Carrick committed on 22 Nov 2016
2016-11-15
@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-10
@Ray Carrick
profile save crashing
Ray Carrick committed on 10 Nov 2016
2016-11-08
@Ray Carrick
Merge branch 'master' into postgresql
Ray Carrick committed on 8 Nov 2016
2016-11-03
@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
tidied up new tests and fixtures. Commented out old tests that were failing. Updated relationship between TokenPermissionType and Organisation so that token_permission_type.organisations works
briley committed on 2 Nov 2016
@briley
commented out guidance and guidance_group tests
briley committed on 2 Nov 2016
@briley
fixed some existing template and guidance tests. Fixed reference to user.organisations in the GuidanceGroup model
briley committed on 2 Nov 2016
@briley
switched User->Language relationship in Model from has_one to belongs_to
briley committed on 2 Nov 2016
@xsrust
allowed organisations to save their details without submitting a contact email
xsrust committed on 2 Nov 2016
@Ray Carrick
merge postgresql -> master
Ray Carrick committed on 2 Nov 2016
2016-11-01
@xsrust
updated user permissions conversion to migrate org_admin details properly
xsrust committed on 1 Nov 2016
2016-10-26
@briley
resolving merge conflicts
briley committed on 26 Oct 2016
2016-10-25
@xsrust
removed comparison from boolean value to an integer in organisation model
xsrust committed on 25 Oct 2016