[z3-checkins] r19024 - z3/Five/trunk

efge at codespeak.net efge at codespeak.net
Wed Oct 26 19:16:40 CEST 2005


Author: efge
Date: Wed Oct 26 19:16:40 2005
New Revision: 19024

Added:
   z3/Five/trunk/deprecated.zcml   (contents, props changed)
Modified:
   z3/Five/trunk/configure.zcml
Log:
Started adding some deprecated classes from Zope.

UserFolder has a manage_afterAdd that needs to be called.



Modified: z3/Five/trunk/configure.zcml
==============================================================================
--- z3/Five/trunk/configure.zcml	(original)
+++ z3/Five/trunk/configure.zcml	Wed Oct 26 19:16:40 2005
@@ -6,7 +6,10 @@
   <include file="interfaces.zcml" />
   <include file="permissions.zcml" />
   <include file="i18n.zcml" />
-  <!-- XXX in Five 1.3, directly include file="event.zcml" -->
+  <!-- XXX in Five 1.3, include this -->
+  <!-- <include file="event.zcml"/> -->
+  <!-- XXX in Five 1.3, fix these deprecations in core Zope instead -->
+  <include file="deprecated.zcml"/>
   <include package=".site" />
   <include package=".browser" />
   <include package=".form" />

Added: z3/Five/trunk/deprecated.zcml
==============================================================================
--- (empty file)
+++ z3/Five/trunk/deprecated.zcml	Wed Oct 26 19:16:40 2005
@@ -0,0 +1,9 @@
+<configure xmlns="http://namespaces.zope.org/zope"
+           xmlns:five="http://namespaces.zope.org/five">
+
+  <!-- deprecated in core Zope, should be fixed there in Zope 2.9 -->
+
+  <five:deprecatedManageAddDelete
+      class="AccessControl.User.BasicUserFolder"/>
+
+</configure>


More information about the z3-checkins mailing list