[Zope3-checkins] CVS: Zope3/lib/python/Zope/App/OFS/Services/ConnectionService/Views/Browser - configure.zcml:1.8.2.3 AdapterAdd.py:NONE Connection.py:NONE TestSQL.py:NONE add.pt:NONE connection.pt:NONE testResults.pt:NONE testSQL.pt:NONE
Marius Gedminas
mgedmin@codeworks.lt
Wed, 11 Dec 2002 07:38:10 -0500
Update of /cvs-repository/Zope3/lib/python/Zope/App/OFS/Services/ConnectionService/Views/Browser
In directory cvs.zope.org:/tmp/cvs-serv816/lib/python/Zope/App/OFS/Services/ConnectionService/Views/Browser
Modified Files:
Tag: named-component-configuration-branch
configure.zcml
Removed Files:
Tag: named-component-configuration-branch
AdapterAdd.py Connection.py TestSQL.py add.pt connection.pt
testResults.pt testSQL.pt
Log Message:
Moved IZopeDatabaseAdapter views into Zope.App.RDB
=== Zope3/lib/python/Zope/App/OFS/Services/ConnectionService/Views/Browser/configure.zcml 1.8.2.2 => 1.8.2.3 ===
--- Zope3/lib/python/Zope/App/OFS/Services/ConnectionService/Views/Browser/configure.zcml:1.8.2.2 Wed Dec 11 07:20:07 2002
+++ Zope3/lib/python/Zope/App/OFS/Services/ConnectionService/Views/Browser/configure.zcml Wed Dec 11 07:37:40 2002
@@ -52,33 +52,4 @@
description="Database Connection"
/>
-<!-- ZopeDatabaseAdapter default views -->
-
- <browser:defaultView for="Zope.App.RDB.IZopeDatabaseAdapter."
- name="editForm.html" />
-
- <browser:view
- for="Zope.App.RDB.IZopeDatabaseAdapter."
- permission="Zope.View"
- factory=".Views.Browser.Connection.">
- <browser:page name="editForm.html"
- template="Views/Browser/connection.pt" />
- <browser:page name="edit.html" attribute="edit" />
- <browser:page name="connect.html" attribute="connect" />
- <browser:page name="disconnect.html" attribute="disconnect" />
- </browser:view>
-
- <browser:view
- for="Zope.App.RDB.IZopeDatabaseAdapter."
- permission="Zope.View"
- factory=".Views.Browser.TestSQL.">
- <browser:page name="testForm.html" template="Views/Browser/testSQL.pt" />
- <browser:page name="test.html" template="Views/Browser/testResults.pt" />
- </browser:view>
-
- <browser:menuItems menu="zmi_views" for="Zope.App.RDB.IZopeDatabaseAdapter.">
- <browser:menuItem title="Edit" action="editForm.html"/>
- <browser:menuItem title="Test" action="testForm.html"/>
- </browser:menuItems>
-
</zopeConfigure>
=== Removed File Zope3/lib/python/Zope/App/OFS/Services/ConnectionService/Views/Browser/AdapterAdd.py ===
=== Removed File Zope3/lib/python/Zope/App/OFS/Services/ConnectionService/Views/Browser/Connection.py ===
=== Removed File Zope3/lib/python/Zope/App/OFS/Services/ConnectionService/Views/Browser/TestSQL.py ===
=== Removed File Zope3/lib/python/Zope/App/OFS/Services/ConnectionService/Views/Browser/add.pt ===
=== Removed File Zope3/lib/python/Zope/App/OFS/Services/ConnectionService/Views/Browser/connection.pt ===
=== Removed File Zope3/lib/python/Zope/App/OFS/Services/ConnectionService/Views/Browser/testResults.pt ===
=== Removed File Zope3/lib/python/Zope/App/OFS/Services/ConnectionService/Views/Browser/testSQL.pt ===