[Zope3-checkins] CVS: Zope3/src/zope/app/content -
configure.zcml:1.31
Mohan Chandra
mchandra at zeomega.com
Tue Dec 16 10:42:32 EST 2003
Update of /cvs-repository/Zope3/src/zope/app/content
In directory cvs.zope.org:/tmp/cvs-serv31106/src/zope/app/content
Modified Files:
configure.zcml
Log Message:
Included self.contentName in adding.py
Included addform and addMenuItem directives to browser/content/configure.zcml
Provided a customized add view for SQLScript
Defined a new slot extra_buttons in add.pt
Changed view/renderAddButton to context/renderAddButton
=== Zope3/src/zope/app/content/configure.zcml 1.30 => 1.31 ===
--- Zope3/src/zope/app/content/configure.zcml:1.30 Sat Dec 6 07:51:29 2003
+++ Zope3/src/zope/app/content/configure.zcml Tue Dec 16 10:42:00 2003
@@ -298,12 +298,7 @@
<content class="zope.app.content.sql.SQLScript">
- <factory
- id="SQLScript"
- permission="zope.ManageContent"
- title="SQL Script"
- description="Dynamic SQL Script" />
-
+
<require
permission = "zope.ManageContent"
interface = "zope.app.interfaces.content.sql.ISQLScript"
More information about the Zope3-Checkins
mailing list