| 2017-02-13 |
Merge pull request #20 from CDLUC3/final_schema
...
DigitalCurationCentre
authored
on 13 Feb 2017
GitHub
committed
on 13 Feb 2017
|
|---|---|
|
fixed Users menu item missing when refactoring
Jose Lloret
committed
on 13 Feb 2017
|
|
| 2017-02-10 |
Merge pull request #31 from DigitalCurationCentre/final_schema
...
Brian Riley
authored
on 10 Feb 2017
GitHub
committed
on 10 Feb 2017
|
|
started the migration from i18n to gettext
Jose Lloret
committed
on 10 Feb 2017
|
|
| 2017-02-09 |
removed test logging from omniauth controller
briley
committed
on 9 Feb 2017
|
|
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
|
|
|
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
|
|
|
updated logic around customizations display
xsrust
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
|
|
|
Merge branch 'final_schema' of https://github.com/CDLUC3/roadmap into final_schema
briley
committed
on 7 Feb 2017
|
|
|
Updated projects_helper by renaming 'project_list_column_body' to 'plan_list_column_body'. updated references to that code block. moved hard-coded 'Unknown' to locale files. Added tests for projects_helper
briley
committed
on 7 Feb 2017
|
|
|
initial customization functionality
xsrust
committed
on 7 Feb 2017
|
|
|
fixed bug where sections not editable, questions not saveable
xsrust
committed
on 7 Feb 2017
|
|
|
fixed minor typo in admin_phase view
xsrust
committed
on 7 Feb 2017
|
|
| 2017-02-06 |
first step in reducing page edit sql queries
Ray Carrick
committed
on 6 Feb 2017
|