2016-10-04
@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
@xsrust
removed all instances of comparing booleans to 1 or 0 for postgres compatability
xsrust committed on 4 Oct 2016
@Jimmy Angelakos
removed boolean limit as postgres has proper boolean support
Jimmy Angelakos authored on 4 Oct 2016 GitHub committed on 4 Oct 2016
@Jimmy Angelakos
Update Gemfile ...
Jimmy Angelakos authored on 4 Oct 2016 GitHub 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
@briley
ran bundle update to rebuild Gemfile.lock
briley committed on 28 Sep 2016
@briley
updated 'i accept the terms and conditions' link on sign up form so that the terms open in a separate window
briley committed on 28 Sep 2016
@briley
increased width of nav bar so that 'change language' and german/french versions stop wrapping
briley committed on 28 Sep 2016
@briley
Fixed bug in yaml files. Updated help page content so that it lists an MIT license
briley committed on 28 Sep 2016
@briley
updated links and email addresses on the static forms
briley committed on 28 Sep 2016
@briley
Changed Digital Curation 'Center' to 'Centre' in all locale files
briley committed on 28 Sep 2016
@briley
Added fix for issues when displaying column headings on the view plans page. Setup and 'Unknown' column heading that defaults to ' - ' but is updateable in the locale files. If there are issues determining the column heading it will use that value
briley committed on 28 Sep 2016
@Brian Riley
Merge pull request #11 from DMPRoadmap/master ...
Brian Riley authored on 28 Sep 2016 GitHub committed on 28 Sep 2016
@Brian Riley
Merge pull request #32 from DigitalCurationCentre/master ...
Brian Riley authored on 28 Sep 2016 GitHub committed on 28 Sep 2016
@xsrust
fixed issue where orgs cannot customise other org's(funders) templates. logic for this auth limiting dosent make me happy as it potentially allows organisations to submit edited json via post and change the other organisations existing sections, even if that option is not available through the ui
xsrust committed on 28 Sep 2016
2016-09-20
@xsrust
fixed bug where projects_controller wouldnt compile. there was an end in the middle of the file, terminiateing the class prematurely
xsrust committed on 20 Sep 2016
2016-09-19
@Ray Carrick
Merge branch 'fix_ul_html'
Ray Carrick committed on 19 Sep 2016