[Checkins] SVN: plone.z3cform/trunk/ Revert [120798] as it breaks on Zope2.10 / Plone 3.3. We can deal with Zope 2.14 in 0.8.x

Laurence Rowe l at lrowe.co.uk
Tue May 3 15:37:28 EDT 2011


Log message for revision 121527:
  Revert [120798] as it breaks on Zope2.10 / Plone 3.3. We can deal with Zope 2.14 in 0.8.x

Changed:
  U   plone.z3cform/trunk/docs/HISTORY.txt
  U   plone.z3cform/trunk/plone/z3cform/configure.zcml

-=-
Modified: plone.z3cform/trunk/docs/HISTORY.txt
===================================================================
--- plone.z3cform/trunk/docs/HISTORY.txt	2011-05-03 19:11:52 UTC (rev 121526)
+++ plone.z3cform/trunk/docs/HISTORY.txt	2011-05-03 19:37:28 UTC (rev 121527)
@@ -4,6 +4,9 @@
 0.7.5 - unreleased
 ------------------
 
+* Revert [120798] as it breaks on Zope2.10 / Plone 3.3. We can deal with Zope
+  2.14 in 0.8.x.
+  [elro]
 
 0.7.4 - 2011-05-03
 ------------------

Modified: plone.z3cform/trunk/plone/z3cform/configure.zcml
===================================================================
--- plone.z3cform/trunk/plone/z3cform/configure.zcml	2011-05-03 19:11:52 UTC (rev 121526)
+++ plone.z3cform/trunk/plone/z3cform/configure.zcml	2011-05-03 19:37:28 UTC (rev 121527)
@@ -19,14 +19,12 @@
        sending encoded str's when z3c.form wants decoded unicode's.
     -->
   <monkey:patch
-      preconditions="Zope2-=2.13.999"
       description="Zope 2 integration - decode form inputs prior to form processing"
       class="z3c.form.form.BaseForm"
       original="update"
       replacement=".patch.BaseForm_update"
       />
   <monkey:patch
-      preconditions="Zope2-=2.13.999"
       description="Zope 2 integration - decode form inputs prior to form processing"
       class="z3c.form.group.GroupForm"
       original="update"



More information about the checkins mailing list