| 2016-11-07 |
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 |
Merge pull request #9 from DMPRoadmap/master
...
Ray Carrick
authored
on 4 Nov 2016
GitHub
committed
on 4 Nov 2016
|
|
Merge pull request #62 from CDLUC3/master
...
Ray Carrick
authored
on 4 Nov 2016
GitHub
committed
on 4 Nov 2016
|
|
|
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
|
|
| 2016-11-02 |
Corrected spelling of text_desription field in token_permission_types
briley
committed
on 2 Nov 2016
|
|
Updated locale files with proper labels for the plan export screen
briley
committed
on 2 Nov 2016
|
|
|
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
|
|
|
attempting to silence the activerecord log during tests.
briley
committed
on 2 Nov 2016
|
|
|
attempting to silence the activerecord log during tests.
briley
committed
on 2 Nov 2016
|
|
|
removed mysql dependency from travis file and updated database_example.yml so that it uses sqlite instead of mysql for testing
briley
committed
on 2 Nov 2016
|
|
|
added 'bundle exec' to the rake commands in travis file
briley
committed
on 2 Nov 2016
|
|
|
removed mysql db from travis since we're using sqlite for testing now. added line to have it run db:migrate on test db
briley
committed
on 2 Nov 2016
|
|
|
fixed merge conflict issue in travis file
briley
committed
on 2 Nov 2016
|
|
|
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
|
|
|
commented out guidance and guidance_group tests
briley
committed
on 2 Nov 2016
|
|
|
fixed some existing template and guidance tests. Fixed reference to user.organisations in the GuidanceGroup model
briley
committed
on 2 Nov 2016
|
|
|
updated fixture reference in api_projects_controller_test
briley
committed
on 2 Nov 2016
|
|
|
removed forced test flunks from api_projects_controller_test
briley
committed
on 2 Nov 2016
|
|
|
commented out guidance_group and guidance tests because they were referencing old defunct fixtures
briley
committed
on 2 Nov 2016
|
|
|
removed template relationship tests in User test
briley
committed
on 2 Nov 2016
|
|
|
added template, version and phase test fixtures
briley
committed
on 2 Nov 2016
|
|
|
removed user_status and user_type from tests
briley
committed
on 2 Nov 2016
|
|
|
switched User->Language relationship in Model from has_one to belongs_to
briley
committed
on 2 Nov 2016
|
|
|
fixed db migration so that it does not update user records in TEST mode. Added sqlite3 to gemfile for tests. Added languages fixture
briley
committed
on 2 Nov 2016
|