[CMF-checkins] CVS: Products/CMFDefault - Portal.py:1.53

Yvo Schubbe y.2005- at wcm-solutions.de
Sun Mar 13 14:06:59 EST 2005


Update of /cvs-repository/Products/CMFDefault
In directory cvs.zope.org:/tmp/cvs-serv29991/CMFDefault

Modified Files:
	Portal.py 
Log Message:
forward-porting CMFUid related changes from CMF-1_5-branch


=== Products/CMFDefault/Portal.py 1.52 => 1.53 ===
--- Products/CMFDefault/Portal.py:1.52	Tue Dec 14 12:46:18 2004
+++ Products/CMFDefault/Portal.py	Sun Mar 13 14:06:29 2005
@@ -279,6 +279,7 @@
         p._setProperty('email_from_name', email_from_name, 'string')
         p._setProperty('validate_email', validate_email and 1 or 0, 'boolean')
         p._setProperty('default_charset', default_charset, 'string')
+        p._setProperty('enable_permalink', 0, 'boolean')
         p.title = title
         p.description = description
 



More information about the CMF-checkins mailing list