[Zope3-checkins] CVS: Zope3/src/zope/app/services - configure.zcml:1.80 hub.py:NONE hubcollaborations.txt:NONE

Stephan Richter srichter at cosmos.phy.tufts.edu
Thu Mar 11 04:20:06 EST 2004


Update of /cvs-repository/Zope3/src/zope/app/services
In directory cvs.zope.org:/tmp/cvs-serv28114/src/zope/app/services

Modified Files:
	configure.zcml 
Removed Files:
	hub.py hubcollaborations.txt 
Log Message:


Moved object hub to zope.app.hub. I did provide module aliases.


=== Zope3/src/zope/app/services/configure.zcml 1.79 => 1.80 ===
--- Zope3/src/zope/app/services/configure.zcml:1.79	Thu Mar 11 03:14:10 2004
+++ Zope3/src/zope/app/services/configure.zcml	Thu Mar 11 04:19:34 2004
@@ -14,21 +14,6 @@
       />
 </content>
 
-<content class="zope.app.services.hub.Registration">
-  <require
-    permission="zope.ManageServices"
-    interface="zope.app.services.hub.ISubscriptionControl"
-    />
-  
-  <!-- XXX
-       We really need to think through the security aspects of event
-       processing -->
-  <allow attributes="notify" /> 
-  <factory
-    id="zope.app.services.hub.Registration"
-    />
-</content>
-
 <adapter
   for="zope.app.interfaces.services.registration.IRegisterable"
   provides="zope.app.interfaces.services.registration.IRegistered"
@@ -151,27 +136,6 @@
     <factory
         id="IPrincipalAnnotationService"
         />
-    </content>
-
-<!-- Object Hub -->
-
-  <serviceType
-      id="HubIds"
-      interface="zope.app.interfaces.services.hub.IObjectHub" />
-
-  <content class="zope.app.services.hub.ObjectHub">
-    <factory
-        id="HubIds" />
-    <require
-        permission="zope.View"
-        attributes="notify getHubId getLocation getObject
-                    register unregister numRegistrations
-                    getRegistrations" />
-    <require
-        permission="zope.ManageServices"
-        attributes="bound unbound subscribe unsubscribe subscribeOnBind
-                    unsubscribedFrom subscribedTo unregisterMissingObjects
-                    iterRegistrations" />
     </content>
 
 

=== Removed File Zope3/src/zope/app/services/hub.py ===

=== Removed File Zope3/src/zope/app/services/hubcollaborations.txt ===




More information about the Zope3-Checkins mailing list