[z3-checkins] r18358 - in z3/sqlos/branch/jinty-Five: . auth event
jinty at codespeak.net
jinty at codespeak.net
Tue Oct 11 08:03:27 CEST 2005
Author: jinty
Date: Tue Oct 11 08:03:24 2005
New Revision: 18358
Modified:
z3/sqlos/branch/jinty-Five/auth/configure.zcml
z3/sqlos/branch/jinty-Five/configure.zcml
z3/sqlos/branch/jinty-Five/event/configure.zcml
Log:
Remove whatever ZCML is necessary to get the sqlos to load with a spartan minimal site.zcml.
Modified: z3/sqlos/branch/jinty-Five/auth/configure.zcml
==============================================================================
--- z3/sqlos/branch/jinty-Five/auth/configure.zcml (original)
+++ z3/sqlos/branch/jinty-Five/auth/configure.zcml Tue Oct 11 08:03:24 2005
@@ -24,10 +24,4 @@
</content>
- <browser:addMenuItem
- title="SQLObject Principal Source"
- class=".SQLObjectPrincipalSource"
- permission="zope.ManageServices"
- />
-
</configure>
Modified: z3/sqlos/branch/jinty-Five/configure.zcml
==============================================================================
--- z3/sqlos/branch/jinty-Five/configure.zcml (original)
+++ z3/sqlos/branch/jinty-Five/configure.zcml Tue Oct 11 08:03:24 2005
@@ -6,13 +6,6 @@
<include package=".auth" />
<include package=".event" />
- <browser:addMenuItem
- class="sqlos.container.SQLObjectContainer"
- title="SQLObject Container"
- description="A persistent container for non-persistent SQLObject instances"
- permission="zope.ManageContent"
- />
-
<!-- ISQLObjectContainer Views -->
<browser:view
@@ -21,8 +14,7 @@
class=".container.SQLObjectAdding"
permission="sqlos.AddContent"
allowed_attributes="addingInfo"
- menu="zmi_actions"
- title="Add">
+ >
<browser:page name="index.html" template="add.pt" />
<browser:page name="action.html" attribute="action" />
</browser:view>
@@ -60,7 +52,6 @@
<browser:page
name="contents.html"
- menu="zmi_views" title="Contents"
for=".interfaces.container.ISQLObjectContainer"
permission="zope.ManageContent"
class="zope.app.container.browser.contents.Contents"
Modified: z3/sqlos/branch/jinty-Five/event/configure.zcml
==============================================================================
--- z3/sqlos/branch/jinty-Five/event/configure.zcml (original)
+++ z3/sqlos/branch/jinty-Five/event/configure.zcml Tue Oct 11 08:03:24 2005
@@ -1,17 +1,17 @@
<configure xmlns="http://namespaces.zope.org/zope">
<subscriber
- handler=".subscriber.sqlobjectModifiedSubscriber"
+ factory=".subscriber.sqlobjectModifiedSubscriber"
for="zope.app.event.interfaces.IObjectModifiedEvent"
/>
<subscriber
- handler=".subscriber.sqlobjectCreatedSubscriber"
+ factory=".subscriber.sqlobjectCreatedSubscriber"
for="zope.app.event.interfaces.IObjectCreatedEvent"
/>
<subscriber
- handler=".subscriber.sqlobjectExpiredSubscriber"
+ factory=".subscriber.sqlobjectExpiredSubscriber"
for="sqlos.event.interfaces.IObjectExpiredEvent"
/>
More information about the z3-checkins
mailing list