2016-09-07
@briley
further changes for create plan de-ajax-ing
briley committed on 7 Sep 2016
@briley
updated json for guidance_groups so that the organisation id is included for filtering purposes
briley committed on 7 Sep 2016
2016-09-06
@briley
Removed ajax calls in create project/plan page. It now passes all of the options to the UI and lets the UI filter them as needed. Also upgraded the select2.js script to the lates 4.x version
briley committed on 6 Sep 2016
@briley
Commented out other deprecated user<-->organisation methods so that they use the user.organisation_id field instead of the user.organisations structure. This needs to be cleaned up and overhauled in the user and organisation models so that user belongs to an organisation and organisations have many users, and any references to the old code need to be updated.
briley committed on 6 Sep 2016
@briley
commented out legacy user.organisation_id method in user model. Each user now belongs to one organisation
briley committed on 6 Sep 2016
2016-09-01
@Brian Riley
Merge pull request #8 from DMPRoadmap/master ...
Brian Riley authored on 1 Sep 2016 GitHub committed on 1 Sep 2016
@briley
Merge branch 'master' of https://github.com/DMPRoadmap/roadmap
briley committed on 1 Sep 2016
@briley
Fixed bug in logo branding view
briley committed on 1 Sep 2016
@Brian Riley
rebuilt Gemfile.lock (#28) ...
Brian Riley authored on 1 Sep 2016 GitHub committed on 1 Sep 2016
@briley
Updated Gemfile.lock
briley committed on 1 Sep 2016
@briley
Merge branch 'DMPRoadmap-master'
briley committed on 1 Sep 2016
@briley
fixed merge conflicts
briley committed on 1 Sep 2016
@briley
Merge branch 'development'
briley committed on 1 Sep 2016
@briley
Merged branding changes from the development branch into the master branch that now contains DCC's changes to permissions/roles, internationalization and bug fixes
briley committed on 1 Sep 2016
@briley
Merge branch 'DigitalCurationCentre-master'
briley committed on 1 Sep 2016
@briley
merged DCC changes into master
briley committed on 1 Sep 2016
@xsrust
updated efficiency of update_user_permissions
xsrust committed on 1 Sep 2016
@xsrust
more merge conflicts
xsrust committed on 1 Sep 2016
@xsrust
added ability to grant permissions to other users
xsrust committed on 1 Sep 2016
@xsrust
fixed a bug where users' api_tokens would display if they had none
xsrust committed on 1 Sep 2016
@xsrust
overhaul of performance of users admin-index
xsrust committed on 1 Sep 2016
@xsrust
added new permissions to api
xsrust committed on 1 Sep 2016
@xsrust
added docs to new function
xsrust committed on 1 Sep 2016
@xsrust
finished changes to update_user_permissions
xsrust committed on 1 Sep 2016
@xsrust
made changed to user.rb
xsrust committed on 1 Sep 2016
@xsrust
made changes to update user permissions
xsrust committed on 1 Sep 2016
@xsrust
added debug to update_user_permissions
xsrust committed on 1 Sep 2016
@xsrust
turns out we do user user_org_roles to determine organisation, re-added
xsrust committed on 1 Sep 2016
@xsrust
fixed bug in can_<do permission>? functions
xsrust committed on 1 Sep 2016
@xsrust
updated the organisation_id = (new) in user model, was causing seed to fail
xsrust committed on 1 Sep 2016