[CMF-checkins] CVS: CMF/CMFDefault - Link.py:1.13.2.5
Andrew Sawyers
andrew@zope.com
Tue, 8 Jan 2002 16:21:47 -0500
Update of /cvs-repository/CMF/CMFDefault
In directory cvs.zope.org:/tmp/cvs-serv28299/CMFDefault
Modified Files:
Tag: CMF-1_2-branch
Link.py
Log Message:
*Fixed where new instances of Link were not getting the proper
format set to 'text/url'.
*Added unittests for format and URL_FORMAT.
*Updated changes to CHANGES.txt
=== CMF/CMFDefault/Link.py 1.13.2.4 => 1.13.2.5 ===
self.remote_url=remote_url
self.description=description
+ self.format=self.URL_FORMAT
security.declareProtected( CMFCorePermissions.ModifyPortalContent
, 'manage_edit' )