History for dmpopidor / app / models
2017-03-02
@ray.carrick
timestamp off updated_at rather than created_at plus other tidying up
ray.carrick committed on 2 Mar 2017
@ray.carrick
reinstate funder_id used in create plan
ray.carrick committed on 2 Mar 2017
@ray.carrick
change question_format to use enum rather than bits
ray.carrick committed on 2 Mar 2017
2017-03-01
@ray.carrick
merge optimistic locking into dev
ray.carrick committed on 1 Mar 2017
@ray.carrick
Optimistic Locking ...
ray.carrick committed on 1 Mar 2017
@xsrust
completed fixes for guidances and guidance_groups controllers
xsrust committed on 1 Mar 2017
@xsrust
updated all_viewable method of guidances to return an array of guidance
xsrust committed on 1 Mar 2017
@xsrust
updated gudiance api \n - brough auth in line with the rest of site using pundit \n - updated displayed information in line with model changes\n - removed multiple guidance groups and removed templates/guidance groups
xsrust committed on 1 Mar 2017
@xsrust
updated guidance and and perm. added constants to token_permission_types
xsrust committed on 1 Mar 2017
2017-02-24
@Jose Lloret
Fixed merge conflicts
Jose Lloret committed on 24 Feb 2017
2017-02-22
@Ray Carrick
Merge branch 'final_schema' into development ...
Ray Carrick committed on 22 Feb 2017
@Ray Carrick
Chnage progress bar to reduce num queries. Fixes DMPRoadmap/roadmap#103
Ray Carrick committed on 22 Feb 2017
2017-02-21
@xsrust
added plans to prefetching for users
xsrust committed on 21 Feb 2017
@xsrust
set user's default scope to prefetch organisation and permissions
xsrust committed on 21 Feb 2017
@xsrust
added constants for all perms in model
xsrust committed on 21 Feb 2017
2017-02-16
@Jose Lloret
Merge branch 'final_schema' of https://github.com/DigitalCurationCentre/roadmap into final_schema
Jose Lloret committed on 16 Feb 2017
2017-02-15
@Jose Lloret
URLs without locale param
Jose Lloret committed on 15 Feb 2017
@Ray Carrick
sort out post merge issues
Ray Carrick committed on 15 Feb 2017
@Ray Carrick
fix up post merge errors
Ray Carrick committed on 15 Feb 2017
@Ray Carrick
mege in head changes
Ray Carrick committed on 15 Feb 2017
@Ray Carrick
trying to reduce data access queries. Needs more work
Ray Carrick committed on 15 Feb 2017
2017-02-14
@xsrust
Merge branch 'final_schema' of https://github.com/DigitalCurationCentre/roadmap into final_schema
xsrust committed on 14 Feb 2017
@xsrust
removed slugs unique requirement from phases ** may break other code
xsrust committed on 14 Feb 2017
2017-02-09
@briley
finalized helper tests. additional tweaks to Plan tests
briley committed on 9 Feb 2017
@Brian Riley
Merge pull request #30 from DigitalCurationCentre/final_schema ...
Brian Riley authored on 9 Feb 2017 GitHub committed on 9 Feb 2017
@xsrust
re-wrote guidance_for_org fuction to hit the db less
xsrust committed on 9 Feb 2017
@xsrust
updated migrations to comply with validations, added guidance-guidance_groups many to many relationship back in for migration
xsrust committed on 9 Feb 2017
2017-02-08
@briley
updted some stale references to Project and Dmptemplate. built more unit tests for Plan methods. Commented out a lot of methods that appear to be unused
briley committed on 8 Feb 2017
@briley
removed NewPlan, AdminUser models. Updated API base controller to check auth via token type and org
briley committed on 8 Feb 2017
@briley
removed org_token_permission and users_perm models. They are declared via a has_and_belongs_to_many relationship which designates the underlying table so there is no need for a model. Removed old organisation_type which has been replaced
briley committed on 8 Feb 2017