[Zope3-checkins] CVS: Zope3/src/zope/app/browser - menus.zcml:1.12

Stephan Richter srichter at cosmos.phy.tufts.edu
Tue Aug 19 14:34:57 EDT 2003


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

Modified Files:
	menus.zcml 
Log Message:
Just to make it worth the effort, here is the rewrite of the Caching Service
to use local utilities. I am amazed how much cruft can go away. There are
still some dead chickens left that can be easily fixed by providing a 
default overview screen for these services and remodeling the local utility
service a bit.

Jim,

noone has complained about the changes yet. Are you guys at ZC having a fit
with it? I think in general people just not use these components heavily
yet and it is no big deal to create them, since their data does not contain
much programming logic (i.e. they are easily recreated) and there are only
a few around ata time usually.


=== Zope3/src/zope/app/browser/menus.zcml 1.11 => 1.12 ===
--- Zope3/src/zope/app/browser/menus.zcml:1.11	Fri Aug 15 20:42:34 2003
+++ Zope3/src/zope/app/browser/menus.zcml	Tue Aug 19 13:33:54 2003
@@ -16,6 +16,11 @@
       usage="activitydialog" />
 
   <menu
+      id="add_cache"
+      title="Menu of caches to be added"
+      usage="addingdialog" />
+
+  <menu
       id="add_content"
       title="Menu of objects to be added to content folders"
       usage="addingdialog" />
@@ -26,29 +31,25 @@
       usage="addingdialog" />
 
   <menu
-      id="add_service"
-      title="Menu of services to be added"
+      id="add_connection"
+      title="Menu of database connections to be added"
       usage="addingdialog" />
 
   <menu
-      id="add_utility"
-      title="Menu of utilities to be added"
+      id="add_registration"
+      title="Menu of addable configuration objects"
       usage="addingdialog" />
 
   <menu
-      id="add_connection"
-      title="Menu of database connections to be added"
+      id="add_service"
+      title="Menu of services to be added"
       usage="addingdialog" />
 
   <menu
-      id="add_cache"
-      title="Menu of database connections to be added"
+      id="add_utility"
+      title="Menu of utilities to be added"
       usage="addingdialog" />
 
-  <menu
-      id="add_registration"
-      title="Menu of addable configuration objects"
-      usage="addingdialog" />
 
   <!-- Management view selector -->
   <!-- Get first accessable item from zmi_views menu -->




More information about the Zope3-Checkins mailing list