[Zope3-checkins] CVS: Zope3/lib/python/Zope/App/OFS/Services/CachingService/Views/Browser - configure.zcml:1.2

Marius Gedminas mgedmin@codeworks.lt
Thu, 3 Oct 2002 09:06:02 -0400


Update of /cvs-repository/Zope3/lib/python/Zope/App/OFS/Services/CachingService/Views/Browser
In directory cvs.zope.org:/tmp/cvs-serv14753/lib/python/Zope/App/OFS/Services/CachingService/Views/Browser

Modified Files:
	configure.zcml 
Log Message:
There's no sensible default view for caches.

=== Zope3/lib/python/Zope/App/OFS/Services/CachingService/Views/Browser/configure.zcml 1.1 => 1.2 ===
--- Zope3/lib/python/Zope/App/OFS/Services/CachingService/Views/Browser/configure.zcml:1.1	Thu Oct  3 07:56:33 2002
+++ Zope3/lib/python/Zope/App/OFS/Services/CachingService/Views/Browser/configure.zcml	Thu Oct  3 09:06:00 2002
@@ -3,8 +3,6 @@
    xmlns:browser="http://namespaces.zope.org/browser"
    package="Zope.App.OFS.Services.CachingService">
 
-<!-- Handle all Caching Service configuration -->
-
   <browser:menu id="add_cache"
       title="Menu for adding new caches." />
 
@@ -37,27 +35,5 @@
        description="A Persistent Caching Service for TTW
        development"
        />
-
-  <!-- Handle all generic Cache configuration -->
-
-<!-- TODO
-
-  <browser:defaultView for="Zope.App.Caching.ICache."
-      name="editForm.html" />
-
-  <browser:view
-      for="Zope.App.Caching.ICache."
-      permission="Zope.View"
-      factory=".Views.Browser.Caching.">
-    <browser:page name="editForm.html"
-        template="Views/Browser/caching.pt" />
-    <browser:page name="edit.html" attribute="edit" />
-  </browser:view>
-
-  <browser:menuItems menu="zmi_views" for="Zope.App.Caching.ICache.">
-    <browser:menuItem title="Edit" action="editForm.html"/>
-  </browser:menuItems>
-
-  -->
 
 </zopeConfigure>