2016-10-10
@briley
fixed typo with class name
briley committed on 10 Oct 2016
@briley
Updated devise to redirect user to the home page after session expiration rather than the unauthorized page
briley committed on 10 Oct 2016
@briley
Merge branch 'master' of https://github.com/CDLUC3/roadmap
briley committed on 10 Oct 2016
@briley
Fixes to the users page
briley committed on 10 Oct 2016
2016-10-07
@Brian Riley
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
@Brian Riley
fixed issue with missing organisation_id for current user
Brian Riley committed on 7 Oct 2016
2016-10-06
@briley
added nil check to user model's keep token method
briley committed on 6 Oct 2016
2016-10-05
@briley
removed tooltip for now defunct description field from the organisation page
briley committed on 5 Oct 2016
@briley
fixed typo in invalid web address notification
briley committed on 5 Oct 2016
2016-10-04
@briley
Updated 'destroy' label on view plans page to read 'delete'
briley committed on 4 Oct 2016
@briley
Changed 'plan title' to 'file name' in export settings to more accurately reflect what the information will be used for.
briley committed on 4 Oct 2016
@briley
fixed issue with policy check when saving changes to a plans export settings
briley committed on 4 Oct 2016
@briley
Updated export page so that the settings section of each phase's accorordion panel is not an accordion. Its now just a div.
briley committed on 4 Oct 2016
@briley
updated actionmailer to use the hostname when adding urls to emails. Also fixed bug in [object]_path route helpers contained within an ActionMailer view. ActionMailer was not proviing the localization portion of the url. Manually including the default locale now in links to the project
briley committed on 4 Oct 2016
@briley
fixed issue with plan list column display issue
briley committed on 4 Oct 2016
@briley
fixed issue with branding variable resolution on plan modal dialogs
briley committed on 4 Oct 2016
@briley
Fixed typos: changed all change_org_detials to change_org_details
briley committed on 4 Oct 2016
2016-10-03
@briley
removed references to old existinguser controller that was used to handle logins from old DMPOnline v3 accounts
briley committed on 3 Oct 2016
2016-09-29
@briley
added errors to organisation controller flash notice
briley committed on 29 Sep 2016
@briley
fixed bad route reference in organisations controller
briley committed on 29 Sep 2016
@briley
Added trap for Dragonfly exceptions on the organisation update. It will now display the logo upload error message stored in the locale files
briley committed on 29 Sep 2016
@briley
Fixed duplicate table issue in edit organisation details page cause by an old merge conflict resolution
briley committed on 29 Sep 2016
@briley
fixed organisation policy file to use user.organisation instead or user.organisation_id and fixed typos
briley committed on 29 Sep 2016
@briley
fixed policy name typo in locale files
briley committed on 29 Sep 2016
@briley
Updated association between User and Organisation to reflect the removed user_org_roles table. Each User now belongs_to an Organisation.
briley committed on 29 Sep 2016
@briley
Updated css so that admin/profile popup menu links fit regardless of language selection. Updated profile save so that if user changed the language selection it updates the current user's locale
briley committed on 29 Sep 2016
@briley
Moved language load from registrations/edit page into the controller. Updated registrations/edit page code to directly create the <select> box rather than using rails helpers which for some reason would not actually select the current language value
briley committed on 29 Sep 2016
@briley
Updated controller so that user is kept on the edit profile page after saving their changes
briley committed on 29 Sep 2016
2016-09-28
@briley
added json response back to the settings/projects controller. This just returns the list of selected and available columns for the user's preferences
briley committed on 28 Sep 2016
@briley
fixed position and look of organisation dropdown in Sign Up form
briley committed on 28 Sep 2016