[Checkins] SVN: CMF/branches/2.1/C Fixed all componentregistry.xml files to use plain object paths and strip and slashes. GenericSetup does only support registering objects which are in the site root.

Hanno Schlichting plone at hannosch.info
Sat Jul 21 17:01:27 EDT 2007


Log message for revision 78275:
  Fixed all componentregistry.xml files to use plain object paths and strip and slashes. GenericSetup does only support registering objects which are in the site root.
  

Changed:
  U   CMF/branches/2.1/CHANGES.txt
  U   CMF/branches/2.1/CMFActionIcons/profiles/actionicons/componentregistry.xml
  U   CMF/branches/2.1/CMFDefault/profiles/default/componentregistry.xml
  U   CMF/branches/2.1/CMFUid/profiles/default/componentregistry.xml

-=-
Modified: CMF/branches/2.1/CHANGES.txt
===================================================================
--- CMF/branches/2.1/CHANGES.txt	2007-07-21 20:56:32 UTC (rev 78274)
+++ CMF/branches/2.1/CHANGES.txt	2007-07-21 21:01:26 UTC (rev 78275)
@@ -1,3 +1,11 @@
+CMF 2.1.0-beta3
+
+  Bug Fixes
+
+    - Fixed all componentregistry.xml files to use plain object paths and strip
+      and slashes. GenericSetup does only support registering objects which are
+      in the site root.
+
 CMF 2.1.0-beta2 (2007/07/12)
 
   New Features

Modified: CMF/branches/2.1/CMFActionIcons/profiles/actionicons/componentregistry.xml
===================================================================
--- CMF/branches/2.1/CMFActionIcons/profiles/actionicons/componentregistry.xml	2007-07-21 20:56:32 UTC (rev 78274)
+++ CMF/branches/2.1/CMFActionIcons/profiles/actionicons/componentregistry.xml	2007-07-21 21:01:26 UTC (rev 78275)
@@ -4,6 +4,6 @@
  <utilities>
   <utility
      interface="Products.CMFActionIcons.interfaces.IActionIconsTool"
-     object="/portal_actionicons"/>
+     object="portal_actionicons"/>
  </utilities>
 </componentregistry>

Modified: CMF/branches/2.1/CMFDefault/profiles/default/componentregistry.xml
===================================================================
--- CMF/branches/2.1/CMFDefault/profiles/default/componentregistry.xml	2007-07-21 20:56:32 UTC (rev 78274)
+++ CMF/branches/2.1/CMFDefault/profiles/default/componentregistry.xml	2007-07-21 21:01:26 UTC (rev 78275)
@@ -4,27 +4,27 @@
  <utilities>
   <utility
      interface="Products.CMFCore.interfaces.IDiscussionTool"
-     object="/portal_discussion"/>
+     object="portal_discussion"/>
   <utility
      interface="Products.CMFCore.interfaces.IMetadataTool"
-     object="/portal_metadata"/>
+     object="portal_metadata"/>
   <utility
      interface="Products.CMFCore.interfaces.IPropertiesTool"
-     object="/portal_properties"/>
+     object="portal_properties"/>
   <utility
      interface="Products.CMFCore.interfaces.ISiteRoot"
-     object="/"/>
+     object=""/>
   <utility
      interface="Products.CMFCore.interfaces.ISyndicationTool"
-     object="/portal_syndication"/>
+     object="portal_syndication"/>
   <utility
      interface="Products.CMFCore.interfaces.IUndoTool"
-     object="/portal_undo"/>
+     object="portal_undo"/>
   <utility
      interface="Products.GenericSetup.interfaces.ISetupTool"
-     object="/portal_setup"/>
+     object="portal_setup"/>
   <utility
      interface="Products.MailHost.interfaces.IMailHost"
-     object="/MailHost"/>
+     object="MailHost"/>
  </utilities>
 </componentregistry>

Modified: CMF/branches/2.1/CMFUid/profiles/default/componentregistry.xml
===================================================================
--- CMF/branches/2.1/CMFUid/profiles/default/componentregistry.xml	2007-07-21 20:56:32 UTC (rev 78274)
+++ CMF/branches/2.1/CMFUid/profiles/default/componentregistry.xml	2007-07-21 21:01:26 UTC (rev 78275)
@@ -4,9 +4,9 @@
  <utilities>
   <utility
      interface="Products.CMFUid.interfaces.IUniqueIdGenerator"
-     object="/portal_uidgenerator"/>
+     object="portal_uidgenerator"/>
   <utility
      interface="Products.CMFUid.interfaces.IUniqueIdAnnotationManagement"
-     object="/portal_uidannotation"/>
+     object="portal_uidannotation"/>
  </utilities>
 </componentregistry>



More information about the Checkins mailing list