[Zapp-cvs-commit] ZApp ZApp_CMFBase.py,1.28,1.29
Brought to you by:
sspickle
|
From: <ssp...@us...> - 2004-02-05 20:56:17
|
Update of /cvsroot/zapp/ZApp In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv26528 Modified Files: ZApp_CMFBase.py Log Message: safe Index: ZApp_CMFBase.py =================================================================== RCS file: /cvsroot/zapp/ZApp/ZApp_CMFBase.py,v retrieving revision 1.28 retrieving revision 1.29 diff -C2 -d -r1.28 -r1.29 *** ZApp_CMFBase.py 5 Feb 2004 17:27:32 -0000 1.28 --- ZApp_CMFBase.py 5 Feb 2004 20:53:37 -0000 1.29 *************** *** 69,81 **** class_default_for_copyable = 0 # make these guys default to 'not copyable' - # we're converting our primaru key to an URL that points to filesystem - # src="http://hecxs.spvi.net:9180/HECPlone/fSystem/HECPlone/HEC/Media/Foods/clay.jpg" - - _custom_skin_scripts = ("WITH SELF COMPUTE portal_object_id=_.getattr(self, 'zapp_portal_id')", - "WITH SELF COMPUTE portal_object=_.getattr(self.findApplication(), self.portal_object_id)", - "WITH SELF COMPUTE graphic_url=self.findApplication().absolute_url() + ( '/fSystem/%s/%s/%s' % (self.getPhysicalPath()[1], self.portal_object_id, self.cmfdataid[1:].replace(',','/')))", - ) - - _primaryKeyStringSize=255 # allow for a pretty rediculous size... _primaryKeyGenerator='self.calcPathID()' --- 69,72 ---- |