[Zope3-checkins] CVS: Zope3/src/zope/app/browser/rdb - gadflyda.zcml:1.2

Stephan Richter srichter at cosmos.phy.tufts.edu
Tue Aug 19 10:15:19 EDT 2003


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

Modified Files:
	gadflyda.zcml 
Log Message:
Removed all 'add_component' entries of SQL DAs, since this is just clumsy.
Instead, similar to Services, there is now a 'SQL Connection' menu item 
which brings you to a special screen for adding SQL Connections.


=== Zope3/src/zope/app/browser/rdb/gadflyda.zcml 1.1 => 1.2 ===
--- Zope3/src/zope/app/browser/rdb/gadflyda.zcml:1.1	Tue Aug 19 03:09:33 2003
+++ Zope3/src/zope/app/browser/rdb/gadflyda.zcml	Tue Aug 19 09:14:44 2003
@@ -9,14 +9,6 @@
       fields="dsn"
       permission="zope.ManageContent" />
 
-  <!-- Menu entry for "add component" menu -->
-  <menuItem
-      for="zope.app.interfaces.container.IAdding"
-      menu="add_component"
-      action="AddGadflyDA"
-      title="Gadfly DA" 
-      description="A DA for the built-in 100% Pure Python Gadfly Database" />
-
   <!-- Menu entry for "add utility" menu -->
   <menuItem
       for="zope.app.interfaces.container.IAdding"




More information about the Zope3-Checkins mailing list