[CMF-checkins] CVS: CMF - CHANGES.txt:1.248.2.120
Yvo Schubbe
y.2005- at wcm-solutions.de
Mon Jun 20 13:14:53 EDT 2005
Update of /cvs-repository/CMF
In directory cvs.zope.org:/tmp/cvs-serv31099
Modified Files:
Tag: CMF-1_5-branch
CHANGES.txt
Log Message:
minor cleanup: 'other' is not a very useful category for changes that can be interpreted as new features or bug fixes.
=== CMF/CHANGES.txt 1.248.2.119 => 1.248.2.120 ===
--- CMF/CHANGES.txt:1.248.2.119 Mon Jun 20 05:24:33 2005
+++ CMF/CHANGES.txt Mon Jun 20 13:14:52 2005
@@ -2,32 +2,20 @@
New Features
- - Interfaces: Added newstyle (Zope 3) interfaces.
- This change has no effect on Zope 2.7 without Five.
-
- - CMFSetup.skins: Small featurelet that adds a new keyword to the
- "layer" tag in skins.xml named "remove". If "remove" is
- specified, the named layer will be explicitly removed from the
- skins path(s).
-
- Other
-
- CMFCore.ActionProviderBase: Add the methods _getOAI and _getExprContext
which can be used to hook in custom version of getOAI() and
getExprContext().
-
+
- CMFCore.TypesTool.TypeInformation.queryMethodID(): Add new argument
context=None and change all calls of queryMethodID to apply the context.
- - CMFTopic.Topic/CMFCore.PortalContent: Clean up a previous change
- by changing __call__ methods to be aligned with what's on CVS
- HEAD and using the old _getViewFor function as a fallback to
- retain backwards compatibility.
+ - Interfaces: Added newstyle (Zope 3) interfaces.
+ This change has no effect on Zope 2.7 without Five.
- - DCWorkflow: Add a note to the Transitions and States forms
- explaining that the renaming actions will not automatically
- update any items in the workflow that might be affected by
- the change. (http://www.zope.org/Collectors/CMF/89)
+ - CMFSetup.skins: Small featurelet that adds a new keyword to the
+ "layer" tag in skins.xml named "remove". If "remove" is
+ specified, the named layer will be explicitly removed from the
+ skins path(s).
- CMFCatalogAware: reindexObjectSecurity() now supports an
optional argument 'skip_self' that prevents the object itself
@@ -43,7 +31,17 @@
_checkTransitionGuard() until the guard.check() method so that
StateChangeInfo() can be constructed with those kwargs.
- Bugs Fixed
+ Bug Fixes
+
+ - CMFTopic.Topic/CMFCore.PortalContent: Clean up a previous change
+ by changing __call__ methods to be aligned with what's on CVS
+ HEAD and using the old _getViewFor function as a fallback to
+ retain backwards compatibility.
+
+ - DCWorkflow: Add a note to the Transitions and States forms
+ explaining that the renaming actions will not automatically
+ update any items in the workflow that might be affected by
+ the change. (http://www.zope.org/Collectors/CMF/89)
- CMFDefault.SyndicationTool: Zope 2.8 raises AttributeError where
earlier Zopes used to raise KeyError.
More information about the CMF-checkins
mailing list