[Zope-Checkins] SVN: Products.Five/ Put a certain changelog entry in the right place

Philipp von Weitershausen philikon at philikon.de
Sat Nov 4 15:41:28 EST 2006


Log message for revision 71074:
  Put a certain changelog entry in the right place
  

Changed:
  U   Products.Five/branches/1.3/CHANGES.txt
  U   Products.Five/branches/1.4/CHANGES.txt
  U   Products.Five/branches/1.5/CHANGES.txt
  U   Products.Five/trunk/CHANGES.txt

-=-
Modified: Products.Five/branches/1.3/CHANGES.txt
===================================================================
--- Products.Five/branches/1.3/CHANGES.txt	2006-11-04 20:27:14 UTC (rev 71073)
+++ Products.Five/branches/1.3/CHANGES.txt	2006-11-04 20:41:28 UTC (rev 71074)
@@ -13,6 +13,9 @@
 * Port code from Zope 3 making resource directories recursive.
   Thanks to Richard Waid.
 
+* Made the __call__ method of ViewMixinForAttributes have the same signature
+  as the original attribute.  This aids some pathological request parameter
+  marshalling.
 
 Five 1.3.7 (2006-08-13)
 =======================
@@ -20,10 +23,6 @@
 Bugfixes
 --------
 
-* Made the __call__ method of ViewMixinForAttributes have the same signature
-  as the original attribute.  This aids some pathological request parameter
-  marshalling.
-
 * Allow multiple uses of the <class>/<content> directive.
 
 * Fix problem with WebDAV/HEAD requests due to new traversal order.

Modified: Products.Five/branches/1.4/CHANGES.txt
===================================================================
--- Products.Five/branches/1.4/CHANGES.txt	2006-11-04 20:27:14 UTC (rev 71073)
+++ Products.Five/branches/1.4/CHANGES.txt	2006-11-04 20:41:28 UTC (rev 71074)
@@ -130,6 +130,9 @@
 * Port code from Zope 3 making resource directories recursive.
   Thanks to Richard Waid.
 
+* Made the __call__ method of ViewMixinForAttributes have the same signature
+  as the original attribute.  This aids some pathological request parameter
+  marshalling.
 
 Five 1.3.7 (2006-08-13)
 =======================

Modified: Products.Five/branches/1.5/CHANGES.txt
===================================================================
--- Products.Five/branches/1.5/CHANGES.txt	2006-11-04 20:27:14 UTC (rev 71073)
+++ Products.Five/branches/1.5/CHANGES.txt	2006-11-04 20:41:28 UTC (rev 71074)
@@ -227,6 +227,9 @@
 * Port code from Zope 3 making resource directories recursive.
   Thanks to Richard Waid.
 
+* Made the __call__ method of ViewMixinForAttributes have the same signature
+  as the original attribute.  This aids some pathological request parameter
+  marshalling.
 
 Five 1.3.7 (2006-08-13)
 =======================

Modified: Products.Five/trunk/CHANGES.txt
===================================================================
--- Products.Five/trunk/CHANGES.txt	2006-11-04 20:27:14 UTC (rev 71073)
+++ Products.Five/trunk/CHANGES.txt	2006-11-04 20:41:28 UTC (rev 71074)
@@ -236,6 +236,9 @@
 * Port code from Zope 3 making resource directories recursive.
   Thanks to Richard Waid.
 
+* Made the __call__ method of ViewMixinForAttributes have the same signature
+  as the original attribute.  This aids some pathological request parameter
+  marshalling.
 
 Five 1.3.7 (2006-08-13)
 =======================



More information about the Zope-Checkins mailing list