[CMF-checkins] SVN: CMF/branches/1.5/C - Collector #384: add __traceback_info__ for FSDTMLMethod.

Tres Seaver tseaver at palladion.com
Wed Sep 14 09:32:33 EDT 2005


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:



More information about the CMF-checkins mailing list