[Zope3-checkins] CVS: Zope3/src/zope/app/browser/cache - configure.zcml:1.15

Richard Jones richard at commonground.com.au
Mon Feb 9 01:02:20 EST 2004


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

Modified Files:
	configure.zcml 
Log Message:
At the moment, SQLScripts are the only things that are cachable (not IAnnotatable)


=== Zope3/src/zope/app/browser/cache/configure.zcml 1.14 => 1.15 ===
--- Zope3/src/zope/app/browser/cache/configure.zcml:1.14	Sun Feb  8 20:18:15 2004
+++ Zope3/src/zope/app/browser/cache/configure.zcml	Mon Feb  9 01:02:20 2004
@@ -21,7 +21,7 @@
   </pages>
 
   <pages 
-      for="zope.app.interfaces.annotation.IAnnotatable"
+      for="zope.app.interfaces.content.sql.ISQLScript"
       permission="zope.ManageBindings"
       class="zope.app.browser.cache.cacheable.CacheableView">
     <page name="Caching.html" attribute="form"  




More information about the Zope3-Checkins mailing list