History for dmpopidor / app
2017-02-13
@DigitalCurationCentre
Merge pull request #20 from CDLUC3/final_schema ...
DigitalCurationCentre authored on 13 Feb 2017 GitHub committed on 13 Feb 2017
@Jose Lloret
fixed Users menu item missing when refactoring
Jose Lloret committed on 13 Feb 2017
2017-02-10
@Brian Riley
Merge pull request #31 from DigitalCurationCentre/final_schema ...
Brian Riley authored on 10 Feb 2017 GitHub committed on 10 Feb 2017
@Jose Lloret
started the migration from i18n to gettext
Jose Lloret committed on 10 Feb 2017
2017-02-09
@briley
removed test logging from omniauth controller
briley committed on 9 Feb 2017
@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
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
@briley
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
@briley
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
@briley
filled in test coverage gaps. Removed duplicate User.can_grant_api_to_orgs? method
briley committed on 8 Feb 2017
@briley
Merge branch 'final_schema' of https://github.com/CDLUC3/roadmap into final_schema
briley committed on 8 Feb 2017
@briley
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
@xsrust
updated logic around customizations display
xsrust committed on 8 Feb 2017
@xsrust
customizations generate new templates or template versions
xsrust committed on 8 Feb 2017
@xsrust
fixed minor typo in deep_copy for question
xsrust committed on 8 Feb 2017
@briley
some cleanup of irrelevant objects (e.g. removal of remaining OrganisationType)
briley committed on 8 Feb 2017
2017-02-07
@briley
commented out organisation getter/setter in user. switched calls to org
briley committed on 7 Feb 2017
@briley
removed references to organisation_id in several models and replaced with .org.id
briley committed on 7 Feb 2017
@briley
added some missing unit tests. fixed typo on Template.has_customisations? method
briley committed on 7 Feb 2017
@briley
renamed projects_helper to plans_helper. moved template.settings tests to settings:template_test
briley committed on 7 Feb 2017
@briley
Merge branch 'final_schema' of https://github.com/CDLUC3/roadmap into final_schema
briley committed on 7 Feb 2017
@briley
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
@xsrust
initial customization functionality
xsrust committed on 7 Feb 2017
@xsrust
fixed bug where sections not editable, questions not saveable
xsrust committed on 7 Feb 2017
@xsrust
fixed minor typo in admin_phase view
xsrust committed on 7 Feb 2017
2017-02-06
@Ray Carrick
first step in reducing page edit sql queries
Ray Carrick committed on 6 Feb 2017