[CMF-checkins] CVS: CMF - CHANGES.txt:1.248.2.13
Jens Vagelpohl
jens at dataflake.org
Fri Sep 3 13:18:53 EDT 2004
Update of /cvs-repository/CMF
In directory cvs.zope.org:/tmp/cvs-serv23818
Modified Files:
Tag: CMF-1_5-branch
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.248.2.12 => 1.248.2.13 ===
--- CMF/CHANGES.txt:1.248.2.12 Fri Sep 3 13:04:35 2004
+++ CMF/CHANGES.txt Fri Sep 3 13:18:18 2004
@@ -11,6 +11,15 @@
Bug Fixes
+ - 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)
+
- DiscussionItem: Made sure that the workflow is notified of their
creation (Issue #280).
More information about the CMF-checkins
mailing list