[Zapp-cvs-commit] ZApp ZApp_CMFBase.py,1.44,1.45
Brought to you by:
sspickle
|
From: Steve S. <ssp...@us...> - 2004-03-30 17:34:43
|
Update of /cvsroot/zapp/ZApp In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv13824 Modified Files: ZApp_CMFBase.py Log Message: fixin' more bugs. Index: ZApp_CMFBase.py =================================================================== RCS file: /cvsroot/zapp/ZApp/ZApp_CMFBase.py,v retrieving revision 1.44 retrieving revision 1.45 diff -C2 -d -r1.44 -r1.45 *** ZApp_CMFBase.py 30 Mar 2004 17:06:26 -0000 1.44 --- ZApp_CMFBase.py 30 Mar 2004 17:23:03 -0000 1.45 *************** *** 677,681 **** __dav_collection__ = 0 - __implements__ = ( Image.__implements__, --- 677,680 ---- *************** *** 683,693 **** - manage_options = ( - { 'label' : 'Dublin Core' - , 'action' : 'manage_metadata' - } - ,) \ - + SkinnedFolder.manage_options - class_default_for_copyable = 0 # make these guys default to 'not copyable' --- 682,685 ---- *************** *** 734,740 **** __str__ = Image.__str__ __len__ = Image.__len__ - manage_FTPget = Image.index_html get_size = Image.get_size getContentType = Image.getContentType extendProperties(ZApp_CMF_ZODBImage, []) --- 726,734 ---- __str__ = Image.__str__ __len__ = Image.__len__ get_size = Image.get_size getContentType = Image.getContentType + manage_FTPget = Image.index_html + manage_FTPstat = Image.manage_FTPstat + manage_FTPlist = Image.manage_FTPlist extendProperties(ZApp_CMF_ZODBImage, []) |