| 2017-02-21 |
added constants for all perms in model
xsrust
committed
on 21 Feb 2017
|
|---|---|
| 2017-02-15 |
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
|
|
|
removed old Ability model which was used by the CanCan gem. added some more test coverage for Org and User
briley
committed
on 8 Feb 2017
|
|
|
removed User.org_type method and updated calls to in on some template views to use the new org.funder? instead
briley
committed
on 8 Feb 2017
|
|
|
filled in test coverage gaps. Removed duplicate User.can_grant_api_to_orgs? method
briley
committed
on 8 Feb 2017
|
|
|
Merge branch 'final_schema' of https://github.com/CDLUC3/roadmap into final_schema
briley
committed
on 8 Feb 2017
|
|
|
commented out unecessary org_token_permission model. We use a has_and_belongs_to_many relationship which defines the join table directly
briley
committed
on 8 Feb 2017
|
|
|
customizations generate new templates or template versions
xsrust
committed
on 8 Feb 2017
|
|
|
fixed minor typo in deep_copy for question
xsrust
committed
on 8 Feb 2017
|
|
|
some cleanup of irrelevant objects (e.g. removal of remaining OrganisationType)
briley
committed
on 8 Feb 2017
|
|
| 2017-02-07 |
commented out organisation getter/setter in user. switched calls to org
briley
committed
on 7 Feb 2017
|
|
removed references to organisation_id in several models and replaced with .org.id
briley
committed
on 7 Feb 2017
|
|
|
added some missing unit tests. fixed typo on Template.has_customisations? method
briley
committed
on 7 Feb 2017
|
|
|
renamed projects_helper to plans_helper. moved template.settings tests to settings:template_test
briley
committed
on 7 Feb 2017
|
|
|
fixed bug where sections not editable, questions not saveable
xsrust
committed
on 7 Feb 2017
|
|
| 2017-02-06 |
Merge branch 'final_schema' of https://github.com/DigitalCurationCentre/roadmap into final_schema
Ray Carrick
committed
on 6 Feb 2017
|
|
move plan list settings from project to plan
Ray Carrick
committed
on 6 Feb 2017
|
|
| 2017-02-03 |
added a few attributes to Plan and User attr_accessible sections
Brian Riley
committed
on 3 Feb 2017
|