[Zope3-checkins] CVS: Zope3/src/zope/app/publisher/browser - configure.zcml:1.10

Jim Fulton jim at zope.com
Tue Sep 2 17:47:20 EDT 2003


Update of /cvs-repository/Zope3/src/zope/app/publisher/browser
In directory cvs.zope.org:/tmp/cvs-serv16881/src/zope/app/publisher/browser

Modified Files:
	configure.zcml 
Log Message:
Added ISite, which is a marker interface indicating that an object is
a site.

When an object is made into a site, ISite is declared for it.

Change to test whether something is a site by testing whether 
it (declares it) implements ISite.


=== Zope3/src/zope/app/publisher/browser/configure.zcml 1.9 => 1.10 ===
--- Zope3/src/zope/app/publisher/browser/configure.zcml:1.9	Fri Aug 22 16:02:19 2003
+++ Zope3/src/zope/app/publisher/browser/configure.zcml	Tue Sep  2 16:46:49 2003
@@ -60,7 +60,7 @@
 <browser:page 
     name=""
     class="zope.app.publisher.browser.resources.Resources"
-    for="zope.app.interfaces.services.service.IServiceManagerContainer"
+    for="zope.app.interfaces.services.service.ISite"
     permission="zope.Public"
     allowed_interface="zope.publisher.interfaces.browser.IBrowserPublisher"
     />




More information about the Zope3-Checkins mailing list