[Zope3-checkins] CVS: Zope3/src/zope/app/browser/cache -
configure.zcml:1.16
Philipp von Weitershausen
philikon at philikon.de
Tue Feb 24 11:51:07 EST 2004
Update of /cvs-repository/Zope3/src/zope/app/browser/cache
In directory cvs.zope.org:/tmp/cvs-serv27095/src/zope/app/browser/cache
Modified Files:
configure.zcml
Log Message:
Moved the SQL Script content type into its own package below zope.app,
including browser views and interfaces. Also, separated out the DTML
directives into their own module, zope.app.sqlscript.dtml, so they can
more easily be reused independently.
=== Zope3/src/zope/app/browser/cache/configure.zcml 1.15 => 1.16 ===
--- Zope3/src/zope/app/browser/cache/configure.zcml:1.15 Mon Feb 9 01:02:20 2004
+++ Zope3/src/zope/app/browser/cache/configure.zcml Tue Feb 24 11:50:36 2004
@@ -20,14 +20,4 @@
menu="zmi_views" title="Statistics"/>
</pages>
- <pages
- for="zope.app.interfaces.content.sql.ISQLScript"
- permission="zope.ManageBindings"
- class="zope.app.browser.cache.cacheable.CacheableView">
- <page name="Caching.html" attribute="form"
- menu="zmi_views" title="Caching" />
- <page name="ChangeCaching.html" attribute="action" />
- <page name="InvalidateCache.html" attribute="invalidate" />
- </pages>
-
</zope:configure>
More information about the Zope3-Checkins
mailing list