[CMF-checkins] CVS: CMF - CHANGES.txt:1.190
Yvo Schubbe
y.2004_ at wcm-solutions.de
Mon Mar 8 12:33:50 EST 2004
Update of /cvs-repository/CMF
In directory cvs.zope.org:/tmp/cvs-serv5809
Modified Files:
CHANGES.txt
Log Message:
- marked spec argument as deprecated; if not specified, it's no longer used
- added a deprecation warning in _morphSpec
- fixed portal_type acquisition bug in ContentFilter (was exposed by the spec change)
- optimized listFolderContents a bit
=== CMF/CHANGES.txt 1.189 => 1.190 ===
--- CMF/CHANGES.txt:1.189 Mon Mar 8 08:46:07 2004
+++ CMF/CHANGES.txt Mon Mar 8 12:33:19 2004
@@ -172,6 +172,12 @@
Bug Fixes
+ - PortalFolder: Marked the 'spec' argument as deprecated.
+ Use the 'filter' argument with 'portal_type' instead for contentItems(),
+ contentIds(), contentValues() and listFolderContents().
+
+ - PortalFolder: Fixed portal_type acquisition bug in ContentFilter.
+
- DynamicType: Added 'getPortalTypeName()' to the interface.
- Collector #227: expose ZPT filename in tracebacks which include
More information about the CMF-checkins
mailing list