[Checkins] SVN: Products.CMFUid/trunk/Products/CMFUid/ Forward-port CMFUid portion of fix for LP #299058.

Tres Seaver tseaver at palladion.com
Tue Nov 18 13:11:26 EST 2008


Log message for revision 93093:
  Forward-port CMFUid portion of fix for LP #299058.

Changed:
  U   Products.CMFUid/trunk/Products/CMFUid/CHANGES.txt
  U   Products.CMFUid/trunk/Products/CMFUid/profiles/default/componentregistry.xml

-=-
Modified: Products.CMFUid/trunk/Products/CMFUid/CHANGES.txt
===================================================================
--- Products.CMFUid/trunk/Products/CMFUid/CHANGES.txt	2008-11-18 18:05:41 UTC (rev 93092)
+++ Products.CMFUid/trunk/Products/CMFUid/CHANGES.txt	2008-11-18 18:11:26 UTC (rev 93093)
@@ -4,6 +4,9 @@
 2.2.0 (unreleased)
 ------------------
 
+- Add missing utility registration for IUniqueIdHandler.  See
+  https://bugs.launchpad.net/bugs/299058 .
+
 - UniqueIdHandlerTool: Call the reindexObject attribute of the object
   getting a uid, rather than portal_catalog's reindexObject.  This is
   needed to properly handle objects like the portal itself which shouldn't
@@ -14,7 +17,6 @@
   created by the default CMFUid GenericSetup profile.
   (http://www.zope.org/Collectors/CMF/472)
 
-
 2.1.2-beta (2008-08-26)
 ------------------
 

Modified: Products.CMFUid/trunk/Products/CMFUid/profiles/default/componentregistry.xml
===================================================================
--- Products.CMFUid/trunk/Products/CMFUid/profiles/default/componentregistry.xml	2008-11-18 18:05:41 UTC (rev 93092)
+++ Products.CMFUid/trunk/Products/CMFUid/profiles/default/componentregistry.xml	2008-11-18 18:11:26 UTC (rev 93093)
@@ -8,5 +8,8 @@
   <utility
      interface="Products.CMFUid.interfaces.IUniqueIdAnnotationManagement"
      object="portal_uidannotation"/>
+  <utility
+     interface="Products.CMFUid.interfaces.IUniqueIdHandler"
+     object="portal_uidhandler"/>
  </utilities>
 </componentregistry>



More information about the Checkins mailing list