| 2017-01-17 |
changed schema to be correct for data migration
xsrust
committed
on 17 Jan 2017
|
|---|---|
| 2016-11-15 |
expand migration to work with pg
Ruby Rails Dev Account
committed
on 15 Nov 2016
|
| 2016-11-14 |
add spanish translations
Ray Carrick
committed
on 14 Nov 2016
|
| 2016-11-02 |
Corrected spelling of text_desription field in token_permission_types
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
|
|
| 2016-10-26 |
ran db migrations
briley
committed
on 26 Oct 2016
|
| 2016-10-25 |
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-18 |
Merge branch 'master' of https://github.com/DMPRoadmap/roadmap into postgresql
Jimmy Angelakos
committed
on 18 Oct 2016
|
| 2016-10-06 |
changed schema to be correct for point of migration of data
xsrust
committed
on 6 Oct 2016
|
| 2016-10-04 |
Fixed typos: changed all change_org_detials to change_org_details
briley
committed
on 4 Oct 2016
|
|
removed all instances of comparing booleans to 1 or 0 for postgres compatability
xsrust
committed
on 4 Oct 2016
|
|
|
removed boolean limit as postgres has proper boolean support
Jimmy Angelakos
authored
on 4 Oct 2016
GitHub
committed
on 4 Oct 2016
|
|
| 2016-09-01 |
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
|
|
merged DCC changes into master
briley
committed
on 1 Sep 2016
|
|
|
ensured users loose roles upon org changing and added depricated tags to roles
xsrust
committed
on 1 Sep 2016
|
|
|
added granting api to orgs permission
xsrust
committed
on 1 Sep 2016
|
|
| 2016-08-22 |
|
| 2016-08-18 |
updated seeds file
xsrust
committed
on 18 Aug 2016
|
|
added pundit auth to organisations controller
xsrust
committed
on 18 Aug 2016
|
|
|
added magic string and constant structure for auth
xsrust
committed
on 18 Aug 2016
|
|
| 2016-08-17 |
Merging current stable development branch into master (#23)
...
Brian Riley
authored
on 17 Aug 2016
GitHub
committed
on 17 Aug 2016
|
| 2016-08-16 |
fixed merge conflicts in Gemfile and Schema.rb
briley
committed
on 16 Aug 2016
|
|
Reorganized gemfile and commented out unused gems
briley
committed
on 16 Aug 2016
|
|
| 2016-08-12 |
fixed merge conflict with schema.rb
Brian Riley
committed
on 12 Aug 2016
|
|
fixed merge conflict in schema.rb
Brian Riley
committed
on 12 Aug 2016
|
|
|
Updated Gemfile to use Rails 4.2.7, fixed some minor issues with locale initializer (#21)
...
Brian Riley
authored
on 12 Aug 2016
GitHub
committed
on 12 Aug 2016
|
|
|
Added languages to the seeds.rb file
Brian Riley
committed
on 12 Aug 2016
|
|
|
Updated gemfile to specify >= ruby 2.2.2. Updated Rails to the latest version due to an XSS vulnerability. updated locale initializer to handle migration issue where it was checking default_location in langauges table before the column exists. Also added check for instances where no default langauge is specified. Rebuilt schema.rb. Fixed issue with seeds.rb reported by Weiwei
Brian Riley
committed
on 12 Aug 2016
|
|
|
Resolved merge conflicts
Brian Riley
committed
on 12 Aug 2016
|
|
|
|