[Zope-CMF] CMF-1_3-branch, trivial patch: add 'ico' to FSFile.py and fix comment
on 'editSynProperties.py'
Jean Jordaan
jean@upfrontsystems.co.za
Fri, 01 Nov 2002 20:48:32 +0200
Adding 'ico' is to cater for 'favicon.ico' which is now included in
Plone, and which doesn't show up in the Directory View w/o this.
The comment fix is just for the sake of obsessive greppers like me.
Index: CMFCore/FSFile.py
===================================================================
RCS file: /cvs-repository/CMF/CMFCore/FSFile.py,v
retrieving revision 1.1
diff -u -r1.1 FSFile.py
--- CMFCore/FSFile.py 28 Aug 2002 11:23:22 -0000 1.1
+++ CMFCore/FSFile.py 1 Nov 2002 18:43:00 -0000
@@ -142,4 +142,5 @@
registerFileExtension('swf', FSFile)
registerFileExtension('jar', FSFile)
registerFileExtension('cab', FSFile)
+registerFileExtension('ico', FSFile)
registerMetaType('File', FSFile)
Index: CMFDefault/skins/control/editSynProperties.py
===================================================================
RCS file:
/cvs-repository/CMF/CMFDefault/skins/control/editSynProperties.py,v
retrieving revision 1.1
diff -u -r1.1 editSynProperties.py
--- CMFDefault/skins/control/editSynProperties.py 27 Jun 2001 16:33:48
-0000 1.1
+++ CMFDefault/skins/control/editSynProperties.py 1 Nov 2002 18:43:06 -0000
@@ -1,4 +1,4 @@
-## Script (Python) "enableSyndication"
+## Script (Python) "editSynProperties"
##title=Enable Syndication for a resource
##parameters=
REQUEST=context.REQUEST
--
Jean Jordaan
http://www.upfrontsystems.co.za