[Zope3-checkins] CVS: Zope3/src/zope/app/services - configure.zcml:1.58

Garrett Smith cvs-admin at zope.org
Fri Oct 31 18:11:15 EST 2003


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

Modified Files:
	configure.zcml 
Log Message:
Added the ability to view registered object (paths, hub ids, and status).
Missing objects (i.e. objects that cannot be traversed to via the
registered path) are highlighted in red.

Missing objects can still be removed via a 'Remove Missing Objects'
button.


=== Zope3/src/zope/app/services/configure.zcml 1.57 => 1.58 ===
--- Zope3/src/zope/app/services/configure.zcml:1.57	Sun Sep 21 13:32:48 2003
+++ Zope3/src/zope/app/services/configure.zcml	Fri Oct 31 18:11:14 2003
@@ -407,7 +407,8 @@
     <require
         permission="zope.ManageServices"
         attributes="bound unbound subscribe unsubscribe subscribeOnBind
-                    unsubscribedFrom subscribedTo unregisterMissingObjects" />
+                    unsubscribedFrom subscribedTo unregisterMissingObjects
+                    iterRegistrations" />
     </content>
 
 <!-- Old simple auth service --> <include file="auth.zcml" />




More information about the Zope3-Checkins mailing list