[CMF-checkins] CVS: Products/CMFCore - FSDTMLMethod.py:1.15 FSFile.py:1.6

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


Update of /cvs-repository/Products/CMFCore
In directory cvs.zope.org:/tmp/cvs-serv6765/CMFCore

Modified Files:
	FSDTMLMethod.py FSFile.py 
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


=== Products/CMFCore/FSDTMLMethod.py 1.14 => 1.15 ===
--- Products/CMFCore/FSDTMLMethod.py:1.14	Tue Nov 26 13:21:11 2002
+++ Products/CMFCore/FSDTMLMethod.py	Thu Feb 20 10:16:51 2003
@@ -190,5 +190,4 @@
 Globals.InitializeClass(FSDTMLMethod)
 
 registerFileExtension('dtml', FSDTMLMethod)
-registerFileExtension('css', FSDTMLMethod)
 registerMetaType('DTML Method', FSDTMLMethod)


=== Products/CMFCore/FSFile.py 1.5 => 1.6 ===
--- Products/CMFCore/FSFile.py:1.5	Thu Nov 28 13:52:50 2002
+++ Products/CMFCore/FSFile.py	Thu Feb 20 10:16:51 2003
@@ -139,4 +139,5 @@
 registerFileExtension('cab', FSFile)
 registerFileExtension('ico', FSFile)
 registerFileExtension('js', FSFile)
+registerFileExtension('css', FSFile)
 registerMetaType('File', FSFile)