Closed (fixed)
Project:
Universally Unique IDentifier
Version:
7.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
26 Aug 2013 at 21:03 UTC
Updated:
15 Mar 2016 at 06:07 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #1
timaholt commentedI'm changing this to actually remove all the contrib module functions from uuid.core.inc. Then will include links to patches for the individual modules that add this support back in.
Comment #2
skwashd commentedI support dropping support for all contrib modules from uuid core. Support should be included in the contrib modules. In many cases uuid can just become a soft dependency for the module. Where the module exposes an entity the maintainer can ship a [module_name]_uuid sub module to add UUID support if they don't want to add a dependency.
Given entity reference is going into D8 core, I am happy for it to remain in uuid.core.inc with a short comment explaining why it has been retained.
Comment #3
timaholt commentedHere is the full patch to remove contrib support.
Comment #4
timaholt commentedForgot the comment about keeping entity_reference included.
Comment #5
timaholt commentedFirst of many updates for contrib modules patches.
Field Collection UUID support: https://drupal.org/node/2075325 (this contains a patch for field_collection to add a field_collection_uuid submodule)
Comment #6
timaholt commentedReferences support: https://drupal.org/node/2075409 (this contains a patch for references to add a references_uuid submodule)
Comment #7
timaholt commentedWebform support: https://drupal.org/node/837594#comment-7799535
Comment #8
timaholt commentedNode Hierarchy support: https://drupal.org/node/2075467
Comment #9
indytechcook commentedWebform support moved to #2076483: Support UUIDs for Feature Exporting
Comment #10
sylus commentedWorkbench support: #2140107: Support for UUID/Deploy
Comment #11
skwashd commentedRedirect support #1517348: Add support for UUID/Deploy module.
Comment #12
skwashd commentedWe need some additional changes in uuid_services. The attached patch includes those changes.
Comment #13
skwashd commentedThe bot was happy, so am I - committing this.
Comment #15
dixon_@skwashd I don't think we have tests for any of those changes. But it should be fine.
Comment #17
skwashd commentedComment #18
skwashd commented