[CMF-checkins] CVS: CMF - CHANGES.txt:1.255

Jens Vagelpohl jens at dataflake.org
Fri Sep 3 13:14:36 EDT 2004


Update of /cvs-repository/CMF
In directory cvs.zope.org:/tmp/cvs-serv22641

Modified Files:
	CHANGES.txt 
Log Message:
- ActionInformation: If a path expression ending in an object that
  gets called using __render_with_namespace__ (such as DTML objects
  and Scripts (Python)) is used a KeyError for "here" would be thrown
  inside PageTemplates.ZRPythonExpr.call_with_ns. call_with_ns
  expects the namespace to contain "here", which the context coming
  from CMFCore.Expressions.createExprContext did not provide. Added
  "here" as an alias pointing to the provided "object"
  (http://www.zope.org/Collectors/CMF/171)


=== CMF/CHANGES.txt 1.254 => 1.255 ===
--- CMF/CHANGES.txt:1.254	Fri Sep  3 11:58:48 2004
+++ CMF/CHANGES.txt	Fri Sep  3 13:14:00 2004
@@ -6,6 +6,15 @@
 
   Bugs Fixed
 
+    - ActionInformation: If a path expression ending in an object that
+      gets called using __render_with_namespace__ (such as DTML objects
+      and Scripts (Python)) is used a KeyError for "here" would be thrown 
+      inside PageTemplates.ZRPythonExpr.call_with_ns. call_with_ns
+      expects the namespace to contain "here", which the context coming
+      from CMFCore.Expressions.createExprContext did not provide. Added
+      "here" as an alias pointing to the provided "object"
+      (http://www.zope.org/Collectors/CMF/171)
+
     - http://www.zope.org/Collectors/cmf/205: When pasting a content item,
       local roles were not changed to reflect the neew ownership.
 



More information about the CMF-checkins mailing list