[Zope3-checkins] CVS: Zope3/lib/python/Zope/App/Caching/RAMCache/Views/Browser - configure.zcml:1.2
Albertas Agejevas
alga@codeworks.lt
Mon, 2 Dec 2002 15:04:18 -0500
Update of /cvs-repository/Zope3/lib/python/Zope/App/Caching/RAMCache/Views/Browser
In directory cvs.zope.org:/tmp/cvs-serv5490/lib/python/Zope/App/Caching/RAMCache/Views/Browser
Modified Files:
configure.zcml
Log Message:
Added stats reporting to the RAMCache.
Had to make Zope.App.RDB.ResultSet pickleable on the way.
Renamed ResultSet.names to ResultSet.columns.
Updated SQLScript to pass the location to the cache, not self.
=== Zope3/lib/python/Zope/App/Caching/RAMCache/Views/Browser/configure.zcml 1.1 => 1.2 ===
--- Zope3/lib/python/Zope/App/Caching/RAMCache/Views/Browser/configure.zcml:1.1 Thu Oct 31 11:01:40 2002
+++ Zope3/lib/python/Zope/App/Caching/RAMCache/Views/Browser/configure.zcml Mon Dec 2 15:03:46 2002
@@ -17,10 +17,12 @@
>
<browser:page name="editAction.html" attribute="action" />
<browser:page name="edit.html" template="edit.pt" />
+ <browser:page name="stats.html" template="stats.pt" />
</browser:view>
<browser:menuItems menu="zmi_views" for="Zope.App.Caching.RAMCache.IRAMCache.">
- <browser:menuItem title="Edit" action="edit.html"/>
+ <browser:menuItem title="Edit" action="edit.html"/>
+ <browser:menuItem title="Statistics" action="stats.html"/>
</browser:menuItems>
</zopeConfigure>