Log message for revision 38463:
- Collector #384: add __traceback_info__ for FSDTMLMethod.
Changed:
U CMF/branches/1.5/CHANGES.txt
U CMF/branches/1.5/CMFCore/FSDTMLMethod.py
-=-
Modified: CMF/branches/1.5/CHANGES.txt
===================================================================
--- CMF/branches/1.5/CHANGES.txt 2005-09-14 04:30:45 UTC (rev 38462)
+++ CMF/branches/1.5/CHANGES.txt 2005-09-14 13:32:32 UTC (rev 38463)
@@ -25,6 +25,9 @@
Others
+ - Collectors #384: Added '__traceback_info__' to FSDTMLMethod's
+ call-stack etnry.
+
- Collector #383: Added tab to 'portal_uidhandler' tool to allow
querying objects given UID.
Modified: CMF/branches/1.5/CMFCore/FSDTMLMethod.py
===================================================================
--- CMF/branches/1.5/CMFCore/FSDTMLMethod.py 2005-09-14 04:30:45 UTC (rev
38462)
+++ CMF/branches/1.5/CMFCore/FSDTMLMethod.py 2005-09-14 13:32:32 UTC (rev
38463)
@@ -121,6 +121,7 @@
kw['document_id'] =self.getId()
kw['document_title']=self.title
+ __traceback_info__ = self._filepath
security=getSecurityManager()
security.addContext(self)
try:
_______________________________________________
CMF-checkins mailing list
[email protected]
http://mail.zope.org/mailman/listinfo/cmf-checkins