[Zope3-checkins] CVS: Zope3/src/zope/app/browser/services - connection.zcml:1.15

Anthony Baxter anthony at interlink.com.au
Mon Feb 9 00:35:47 EST 2004


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

Modified Files:
	connection.zcml 
Log Message:
The add_utility and add_service menus are now entirely removed. All
items that used them have been switched to use addMenuItem, instead.

Removed a last trace of the SQL Connection Service, and also removed
the add interface for deprecated Role Service.


=== Zope3/src/zope/app/browser/services/connection.zcml 1.14 => 1.15 ===
--- Zope3/src/zope/app/browser/services/connection.zcml:1.14	Fri Dec 19 11:53:15 2003
+++ Zope3/src/zope/app/browser/services/connection.zcml	Mon Feb  9 00:35:16 2004
@@ -29,16 +29,7 @@
       
   </view> -->
 
-  <!-- "Add service" menu entry to add a connection service.
-       The action attribute matches a factory name defined in
-       zope/app/services/configure.zcml. -->
-  <menuItem
-      for="zope.app.interfaces.container.IAdding"
-      menu="add_service" title="SQL Connection Service"
-      description="A Persistent SQL Connection Service for TTW development"
-      action="zope.services.ConnectionService"
-      permission="zope.ManageServices" />
- 
+
   <!-- <page
       for="zope.app.interfaces.services.connection.ILocalConnectionService"
       name="index.html"




More information about the Zope3-Checkins mailing list