[Zope3-checkins] CVS: Zope3/src/zope/app/browser/cache - configure.zcml:1.8
Godefroid Chapelle
gotcha@swing.be
Fri, 11 Apr 2003 18:16:15 -0400
Update of /cvs-repository/Zope3/src/zope/app/browser/cache
In directory cvs.zope.org:/tmp/cvs-serv9040/app/browser/cache
Modified Files:
configure.zcml
Log Message:
- added usage argument to ZCML menu directive
The menu usage is used by the configuration to initialize
the page view usage in case a page is registered as a
menu item included in a menu declared with a usage argument.
- added corresponding tests
- various ZCML refactorings to improve usage initialization
- added tests for menu and usage on page directive
=== Zope3/src/zope/app/browser/cache/configure.zcml 1.7 => 1.8 ===
--- Zope3/src/zope/app/browser/cache/configure.zcml:1.7 Tue Apr 8 17:43:45 2003
+++ Zope3/src/zope/app/browser/cache/configure.zcml Fri Apr 11 18:15:44 2003
@@ -33,8 +33,8 @@
>
<browser:page name="Caching.html"
- attribute="form"
- menu="zmi_views" title="Caching"
+ attribute="form"
+ menu="zmi_views" title="Caching"
/>
<browser:page name="ChangeCaching.html"
attribute="action" />