| 2017-03-03 |
created a to_hash method for templates to help remove data access from views
xsrust
committed
on 3 Mar 2017
|
|---|---|
| 2017-03-02 |
reinstate funder_id used in create plan
ray.carrick
committed
on 2 Mar 2017
|
|
change question_format to use enum rather than bits
ray.carrick
committed
on 2 Mar 2017
|
|
| 2017-03-01 |
merge optimistic locking into dev
ray.carrick
committed
on 1 Mar 2017
|
|
|
|
|
completed fixes for guidances and guidance_groups controllers
xsrust
committed
on 1 Mar 2017
|
|
|
updated all_viewable method of guidances to return an array of guidance
xsrust
committed
on 1 Mar 2017
|
|
|
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
|
|
|
updated guidance and and perm. added constants to token_permission_types
xsrust
committed
on 1 Mar 2017
|
|
| 2017-02-24 |
Fixed merge conflicts
Jose Lloret
committed
on 24 Feb 2017
|
| 2017-02-22 |
|
|
Chnage progress bar to reduce num queries. Fixes DMPRoadmap/roadmap#103
Ray Carrick
committed
on 22 Feb 2017
|
|
| 2017-02-21 |
added plans to prefetching for users
xsrust
committed
on 21 Feb 2017
|
|
set user's default scope to prefetch organisation and permissions
xsrust
committed
on 21 Feb 2017
|
|
|
added constants for all perms in model
xsrust
committed
on 21 Feb 2017
|
|
| 2017-02-16 |
Merge branch 'final_schema' of https://github.com/DigitalCurationCentre/roadmap into final_schema
Jose Lloret
committed
on 16 Feb 2017
|
| 2017-02-15 |
URLs without locale param
Jose Lloret
committed
on 15 Feb 2017
|
|
sort out post merge issues
Ray Carrick
committed
on 15 Feb 2017
|
|
|
fix up post merge errors
Ray Carrick
committed
on 15 Feb 2017
|
|
|
mege in head changes
Ray Carrick
committed
on 15 Feb 2017
|
|
|
trying to reduce data access queries. Needs more work
Ray Carrick
committed
on 15 Feb 2017
|
|
| 2017-02-14 |
Merge branch 'final_schema' of https://github.com/DigitalCurationCentre/roadmap into final_schema
xsrust
committed
on 14 Feb 2017
|
|
removed slugs unique requirement from phases ** may break other code
xsrust
committed
on 14 Feb 2017
|
|
| 2017-02-09 |
finalized helper tests. additional tweaks to Plan tests
briley
committed
on 9 Feb 2017
|
|
Merge pull request #30 from DigitalCurationCentre/final_schema
...
Brian Riley
authored
on 9 Feb 2017
GitHub
committed
on 9 Feb 2017
|
|
|
re-wrote guidance_for_org fuction to hit the db less
xsrust
committed
on 9 Feb 2017
|
|
|
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 |
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
|
|
removed NewPlan, AdminUser models. Updated API base controller to check auth via token type and org
briley
committed
on 8 Feb 2017
|
|
|
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
|