[Zapp-cvs-commit] ZApp ZApp_CMFBase.py,1.56,1.57
Brought to you by:
sspickle
|
From: Steve S. <ssp...@us...> - 2004-09-21 17:32:18
|
Update of /cvsroot/zapp/ZApp In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv8127 Modified Files: ZApp_CMFBase.py Log Message: save new zodb skin templates Index: ZApp_CMFBase.py =================================================================== RCS file: /cvsroot/zapp/ZApp/ZApp_CMFBase.py,v retrieving revision 1.56 retrieving revision 1.57 diff -C2 -d -r1.56 -r1.57 *** ZApp_CMFBase.py 9 Sep 2004 19:22:09 -0000 1.56 --- ZApp_CMFBase.py 21 Sep 2004 17:31:39 -0000 1.57 *************** *** 809,812 **** --- 809,814 ---- Image.PUT(self, REQUEST, RESPONSE) self.manage_callPUTFilter() + self.setFormat(self.content_type) + self.reindexObject() def edit(self, precondition='', file=''): *************** *** 944,948 **** 'actions': ({'id': 'view', 'name': 'View', ! 'action': 'image_view', 'permissions': (CMFCorePermissions.View,), }, --- 946,950 ---- 'actions': ({'id': 'view', 'name': 'View', ! 'action': 'zapp_zodb_image_view', 'permissions': (CMFCorePermissions.View,), }, |