[Zapp-cvs-commit] ZApp ZApp_Application.py,1.25.2.1,1.25.2.2 ZApp_CMFBase.py,1.16.2.2,1.16.2.3
Brought to you by:
sspickle
|
From: <ssp...@us...> - 2003-10-19 05:07:31
|
Update of /cvsroot/zapp/ZApp
In directory sc8-pr-cvs1:/tmp/cvs-serv13950
Modified Files:
Tag: CMF_relations
ZApp_Application.py ZApp_CMFBase.py
Log Message:
fixed problem with type info
Index: ZApp_Application.py
===================================================================
RCS file: /cvsroot/zapp/ZApp/ZApp_Application.py,v
retrieving revision 1.25.2.1
retrieving revision 1.25.2.2
diff -C2 -d -r1.25.2.1 -r1.25.2.2
*** ZApp_Application.py 8 Oct 2003 20:37:47 -0000 1.25.2.1
--- ZApp_Application.py 18 Oct 2003 21:07:05 -0000 1.25.2.2
***************
*** 129,132 ****
--- 129,133 ----
applicationMetaType = meta_type = 'Z App Application'
specialistMetaTypes = ['Specialist','Z App Specialist']
+
LOCALE_ID = 'TST'
***************
*** 274,278 ****
SDT = 'SESSION_DATA_TYPE'
!
def getUserSessions(self, browserID=None, create=0):
"""
--- 275,279 ----
SDT = 'SESSION_DATA_TYPE'
!
def getUserSessions(self, browserID=None, create=0):
"""
Index: ZApp_CMFBase.py
===================================================================
RCS file: /cvsroot/zapp/ZApp/ZApp_CMFBase.py,v
retrieving revision 1.16.2.2
retrieving revision 1.16.2.3
diff -C2 -d -r1.16.2.2 -r1.16.2.3
*** ZApp_CMFBase.py 13 Oct 2003 19:36:51 -0000 1.16.2.2
--- ZApp_CMFBase.py 18 Oct 2003 21:07:05 -0000 1.16.2.3
***************
*** 42,46 ****
class ZApp_CMFBase(FreeRangeDS, ZApp_Base, SkinnedFolder, DefaultDublinCoreImpl, ZApp_MiscDataUser, ZApp_RelatedObject):
! meta_type = 'ZApp CMF Content Type'
zapp_cmf_type = 1
--- 42,46 ----
class ZApp_CMFBase(FreeRangeDS, ZApp_Base, SkinnedFolder, DefaultDublinCoreImpl, ZApp_MiscDataUser, ZApp_RelatedObject):
! meta_type = 'ZApp CMF Content'
zapp_cmf_type = 1
***************
*** 201,206 ****
copy object relations that belong to the object I was cloned from...
"""
- #print "copyObjectRelations", theObjectRelations
-
for relationDict in theObjectRelations:
get = relationDict.get
--- 201,204 ----
|