[CMF-checkins] CVS: Releases/CMF - CHANGES.txt:1.132

Andrew Sawyers andrew@zope.com
Thu, 20 Feb 2003 10:17:21 -0500


Update of /cvs-repository/Releases/CMF
In directory cvs.zope.org:/tmp/cvs-serv6765

Modified Files:
	CHANGES.txt 
Log Message:
*Changed .css files to be loaded as FSFile rather then FSDTMLMethod; possible side effects of this this is the change causes .css files to retain their extension as well as no longer support DTML
 The CHANGES.txt file indicates this change and the fix for people who relied on this behavior prior to 1.4


=== Releases/CMF/CHANGES.txt 1.131 => 1.132 ===
--- Releases/CMF/CHANGES.txt:1.131	Thu Feb 13 02:46:20 2003
+++ Releases/CMF/CHANGES.txt	Thu Feb 20 10:16:50 2003
@@ -2,6 +2,10 @@
 
   New Features
   
+    - Added .css to the extensions that create FSFile objects in DirectoryViews (see CMFCore/FSFile.py)
+      All sites upgrading which expected css extension to be dropped and to contain DTML will be
+      required to rename their css files to foo.dtml.
+
     - Added .js to the extensions that create FSFile objects in
       DirectoryViews