Diff for /versionedFile/Attic/externalVersionedFile.py between versions 1.3 and 1.5

version 1.3, 2006/10/04 17:50:17 version 1.5, 2006/10/11 10:00:27
Line 1 Line 1
   """this implementation of the is not supported anymore, it is replace by extVersionedFile
   DW 11.10.2006"""
   
 from Products.ExternalFile.FileUtils import copy_file  from Products.ExternalFile.FileUtils import copy_file
 from Products.ExternalFile.ExternalFile import ExternalFile  from Products.ExternalFile.ExternalFile import ExternalFile
 from OFS.Folder import Folder  from OFS.Folder import Folder
Line 22  class externalVersionedFileFolder(Folder Line 25  class externalVersionedFileFolder(Folder
     meta_type = "externalVersionedFileFolder"      meta_type = "externalVersionedFileFolder"
   
     security= ClassSecurityInfo()      security= ClassSecurityInfo()
     securityeclareProtected('AUTHENTICATED_USER','addFileForm')      security.declareProtected('AUTHENTICATED_USER','addFileForm')
           
     manage_options = Folder.manage_options+(      manage_options = Folder.manage_options+(
         {'label':'Generate Index.html','action':'generateIndexHTML'},          {'label':'Generate Index.html','action':'generateIndexHTML'},

Removed from v.1.3  
changed lines
  Added in v.1.5


FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>