History for dmpopidor / app
2017-03-03
@Brian Riley
switched registrations controller to user org_id instead of organisation_id. fixes DMPRoadmap/roadmap#145
Brian Riley committed on 3 Mar 2017
2017-02-15
@Ray Carrick
trying to fix settings routes and views
Ray Carrick 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
fixed bug where guidance_policy was attempting to prefetch question
xsrust committed on 14 Feb 2017
@Jose Lloret
Merge branch 'final_schema' of https://github.com/DigitalCurationCentre/roadmap into final_schema
Jose Lloret committed on 14 Feb 2017
@xsrust
removed organisation_type admin interface as was causing conflicts
xsrust committed on 14 Feb 2017
@xsrust
Merge branch 'final_schema' of https://github.com/DigitalCurationCentre/roadmap into final_schema
xsrust committed on 14 Feb 2017
@xsrust
bugfixing update customized template
xsrust committed on 14 Feb 2017
@xsrust
customizers can always add sections to a phase
xsrust committed on 14 Feb 2017
@xsrust
removed slugs unique requirement from phases ** may break other code
xsrust committed on 14 Feb 2017
@xsrust
updated show/edit for template publishing
xsrust committed on 14 Feb 2017
@xsrust
added versioning/updating for customizations, and updated display logic for customizations on admin_index page
xsrust committed on 14 Feb 2017
@xsrust
added customization function for only suggested_answers and annotations
xsrust committed on 14 Feb 2017
@Jose Lloret
views/shared and views/layours converted to gettext_rails
Jose Lloret committed on 14 Feb 2017
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
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