[CMF-checkins] CVS: CMF - CHANGES.txt:1.137
Yvo Schubbe
schubbe@web.de
Mon, 10 Mar 2003 04:53:16 -0500
Update of /cvs-repository/CMF
In directory cvs.zope.org:/tmp/cvs-serv13096
Modified Files:
CHANGES.txt
Log Message:
Cleanup:
- Removed 1.3.1 changes from 1.4 alpha section.
=== CMF/CHANGES.txt 1.136 => 1.137 ===
--- CMF/CHANGES.txt:1.136 Thu Mar 6 05:53:27 2003
+++ CMF/CHANGES.txt Mon Mar 10 04:53:14 2003
@@ -90,9 +90,6 @@
Bug Fixes
- - Fixed editSyInformationProperties in SyndicationTool to ensure
- that updateBase is saved as a DateTime instance.
-
- Action providers: Default _actions' are now tuples, not lists.
(Collector #123)
@@ -119,18 +116,3 @@
- Remove redundant VERSION.txt files; the canonical spelling is
'version.txt' (Collector #13).
-
- - Fixed a race condition in CMFCore.FSObject._updateFromFS() which
- sometimes led to initialization problems in FSPythonScripts.
- (Collector #37)
-
- - FSPageTemplates overwrote a user-generated 'Content-Type' header.
- We now check to make sure a Content-Type header is not already set
- before allowing a page template to set its own.
-
- - Fixed CalendarTool to use portal_type and not Type to search for
- events in the catalog (Collector #28, thanks to Heimo Laukkanen
- for the report).
-
- - Fixed a bug in CalendarTool where events were not showing on the
- last day of the month.