History for dmpopidor / app
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-03
@briley
Bug fix to the column layout handler on the view plans page
briley 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
@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
@Ray Carrick
merge postgresql -> master
Ray Carrick committed on 2 Nov 2016
2016-11-01
@briley
updated application controller so that a user is redirected to the main landing page when then try to access a secure page when not logged in. Added the corresponding locale messages that will be displayed when this happens
briley committed on 1 Nov 2016
@briley
updated passwords controller to redirect user to the main landing page after initiating a password reset. Removed reference to invalid spinner css from main layout file
briley committed on 1 Nov 2016
@briley
updated gitignore to include initializers that should be server specfic. removed reference to missing spinner.css
briley committed on 1 Nov 2016
@xsrust
translation no longer breaks on header link to create plan
xsrust committed on 1 Nov 2016
@xsrust
fixed display bug on plan creation confirmation pop up
xsrust committed on 1 Nov 2016
@xsrust
updated user permissions conversion to migrate org_admin details properly
xsrust committed on 1 Nov 2016
2016-10-28
@xsrust
removed user_org_roles from active admin
xsrust committed on 28 Oct 2016
@xsrust
updated user organisation in active-admin
xsrust committed on 28 Oct 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
@xsrust
modifying relationship between users and organisations \n -users now belong_to organisation \n -organisations now have_many users \n -removed the depricated user_org_roles structure with migration \n -moved data out of that structure into the existing organisation_id field of users to complete relationship \n -re-evaluated functions to do with organisation_id field, as it was used as a placeholder before
xsrust committed on 25 Oct 2016
2016-10-20
@briley
fixed issue with 'make small changes' selection on template version edit modal
briley committed on 20 Oct 2016
@briley
Fixed issues with modal dialog functionality when trying to edit a published template
briley committed on 20 Oct 2016
@Ray Carrick
factor out question guidance to reduce sql queries
Ray Carrick committed on 20 Oct 2016
2016-10-19
@briley
Added tinymce configuration line to the template/phase edit page
briley committed on 19 Oct 2016