[CMF-checkins] CVS: CMF - CHANGES.txt:1.261
Yvo Schubbe
y.2004_ at wcm-solutions.de
Tue Sep 14 15:02:50 EDT 2004
Update of /cvs-repository/CMF
In directory cvs.zope.org:/tmp/cvs-serv2613
Modified Files:
CHANGES.txt
Log Message:
Merged yuppie-post_1_5-cleanup-branch:
- removed a lot of deprecated code
- made CMFCollector work with CMF 1.4 *and* HEAD
=== CMF/CHANGES.txt 1.260 => 1.261 ===
--- CMF/CHANGES.txt:1.260 Wed Sep 8 11:57:14 2004
+++ CMF/CHANGES.txt Tue Sep 14 15:02:20 2004
@@ -9,10 +9,27 @@
Bug Fixes
- - CMFDefault and CMFTopic skins: Removed deprecated DTML skins and layers.
+ -
- - FSFile: Allow setting a content_type value using a .metadata file
- (http://www.zope.org/Collectors/CMF/281)
+ Removed Features
+
+ - CatalogTool: Removed deprecated indexes and metadata.
+ 'Creator' was replaced by 'listCreators', 'portal_type' should be used
+ instead of 'meta_type'.
+
+ - CMFCore: Removed some deprecated aliases and constants.
+
+ - Permissions: Removed deprecated oldstyle permission modules.
+
+ - TypeInformation: Removed deprecated Type method.
+
+ - PortalFolder: Removed deprecated _morphSpec() and spec arguments.
+
+ - Portal Types: Removed deprecated _getViewFor / getActionById machinery.
+ PortalContent objects might be used as methods, so __call__() still
+ returns their default view.
+
+ - CMFDefault and CMFTopic skins: Removed deprecated DTML skins and layers.
- ActionsTool: Removed deprecated support for oldstyle Action Providers.
If Action Providers don't implement the ActionProvider interface they
@@ -27,6 +44,9 @@
- Feature
Bug Fixes
+
+ - FSFile: Allow setting a content_type value using a .metadata file
+ (http://www.zope.org/Collectors/CMF/281)
- FSPageTemplate: Refine the XML content type detection so that
addtional data such as encoding is preserved
More information about the CMF-checkins
mailing list