| 2016-11-02 |
merge postgresql -> master
Ray Carrick
committed
on 2 Nov 2016
|
|---|---|
| 2016-11-01 |
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
|
|
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
|
|
|
updated gitignore to include initializers that should be server specfic. removed reference to missing spinner.css
briley
committed
on 1 Nov 2016
|
|
|
translation no longer breaks on header link to create plan
xsrust
committed
on 1 Nov 2016
|
|
|
fixed display bug on plan creation confirmation pop up
xsrust
committed
on 1 Nov 2016
|
|
|
updated user permissions conversion to migrate org_admin details properly
xsrust
committed
on 1 Nov 2016
|
|
| 2016-10-28 |
removed user_org_roles from active admin
xsrust
committed
on 28 Oct 2016
|
|
updated user organisation in active-admin
xsrust
committed
on 28 Oct 2016
|
|
| 2016-10-26 |
resolving merge conflicts
briley
committed
on 26 Oct 2016
|
| 2016-10-25 |
removed comparison from boolean value to an integer in organisation model
xsrust
committed
on 25 Oct 2016
|
|
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 |
fixed issue with 'make small changes' selection on template version edit modal
briley
committed
on 20 Oct 2016
|
|
Fixed issues with modal dialog functionality when trying to edit a published template
briley
committed
on 20 Oct 2016
|
|
|
factor out question guidance to reduce sql queries
Ray Carrick
committed
on 20 Oct 2016
|
|
| 2016-10-19 |
Added tinymce configuration line to the template/phase edit page
briley
committed
on 19 Oct 2016
|
|
fixed authorization variable issue in dmptemplates_controller#admin_cloneversion
briley
committed
on 19 Oct 2016
|
|
| 2016-10-18 |
Merge branch 'master' of https://github.com/DMPRoadmap/roadmap into postgresql
Jimmy Angelakos
committed
on 18 Oct 2016
|
| 2016-10-17 |
Fixed issue with plan creation not properly saving guidance selections. Fixed contact us page typos
briley
committed
on 17 Oct 2016
|
|
Fixed JS issues with select2 boxes not properly updating contents when 'not applicable' clicked and not updating the funder/institution on the confirm dialog
briley
committed
on 17 Oct 2016
|
|
| 2016-10-13 |
Added wkhtmltopdf binaries to gemfile. Moved wicked_pdf config to an initializer so that it can be custom to the server instance. Updated dead link to DMP Checklist pdf
briley
committed
on 13 Oct 2016
|
|
removed data access from view of token_permission_types
xsrust
committed
on 13 Oct 2016
|
|
| 2016-10-12 |
reverted changes to devise that were attempting to redirect users to the login page after session expiration. It was causing occassional sign_in issues due to a redirect loop
briley
committed
on 12 Oct 2016
|
| 2016-10-10 |
Update users page logic so that current user cannot edit their own permissions
briley
committed
on 10 Oct 2016
|
|
Merge branch 'master' of https://github.com/CDLUC3/roadmap
briley
committed
on 10 Oct 2016
|
|
|
Fixes to the users page
briley
committed
on 10 Oct 2016
|
|
| 2016-10-07 |
Added tooltip for 'published' checkbox on guidance page. Added confirmation alert when clicking delete on guidance and guidance groups. Removed invalid policy check for organisation id match when creating new guidance
Brian Riley
committed
on 7 Oct 2016
|
|
fixed issue with missing organisation_id for current user
Brian Riley
committed
on 7 Oct 2016
|
|
|
fixed broken link between organisations and users
xsrust
committed
on 7 Oct 2016
|
|
|
updated the update_user_permissions function to make it more performant
xsrust
committed
on 7 Oct 2016
|