[Checkins] SVN: Products.CMFUid/branches/2.1/Products/CMFUid/ Add missing utility registration for IUniqueIdHandler.

Tres Seaver tseaver at palladion.com
Tue Nov 18 13:05:41 EST 2008


Log message for revision 93092:
  Add missing utility registration for IUniqueIdHandler.
  
  o See https://bugs.launchpad.net/bugs/299058 .
  

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

-=-
Modified: Products.CMFUid/branches/2.1/Products/CMFUid/CHANGES.txt
===================================================================
--- Products.CMFUid/branches/2.1/Products/CMFUid/CHANGES.txt	2008-11-18 17:54:29 UTC (rev 93091)
+++ Products.CMFUid/branches/2.1/Products/CMFUid/CHANGES.txt	2008-11-18 18:05:41 UTC (rev 93092)
@@ -4,6 +4,8 @@
 2.1.3-beta (unreleased)
 -----------------------
 
+- Add missing utility registration for IUniqueIdHandler.  See
+  https://bugs.launchpad.net/bugs/299058 .
 
 2.1.2 (2008-09-13)
 ------------------

Modified: Products.CMFUid/branches/2.1/Products/CMFUid/profiles/default/componentregistry.xml
===================================================================
--- Products.CMFUid/branches/2.1/Products/CMFUid/profiles/default/componentregistry.xml	2008-11-18 17:54:29 UTC (rev 93091)
+++ Products.CMFUid/branches/2.1/Products/CMFUid/profiles/default/componentregistry.xml	2008-11-18 18:05:41 UTC (rev 93092)
@@ -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