[Zope-CMF] Re: What is really "talkback" ?

Gregoire Weber gregweb at gmx.ch
Mon Sep 27 16:09:29 EDT 2004


Hi,

in the upcoming CMF 1.5 release you can mark an attribute as ICallableOpaqueItem.
In this case the manage_after/before methods get called on copy/move, add, etc.

You should not override 'talkback'. 

 From CMF 1.5 'talkback' is only a special case implicitely called by the CMF 
machinery (but not "officially" marked as ICallabelOpaqueItem).

Have a look at CMFUid, how this ICallableOpaqueItem are used:

   http://cvs.zope.org/CMF/CMFUid/

Especialy:

   IUniqueIdAnnotation in <http://cvs.zope.org/CMF/CMFUid/interfaces.py?rev=1.12&content-type=text/vnd.viewcvs-markup>

   UniqueIdAnnotation in <http://cvs.zope.org/CMF/CMFUid/UniqueIdAnnotationTool.py?rev=1.8&content-type=text/vnd.viewcvs-markup>

File me an e-mail if questions arise.

A release candidate of CMF 1.5 will be released the next days or next week (hopefully).

Gregoire

At 09:07 27.09.2004 -0500, Alan wrote:
>take a look at PluggableDiscussions in sf.net/projects/collective
>we really should use something like this in CMF.  although we are
>dependant on AT it should be easily removed - its better to plug-in
>discussions than continually override the discussions tool.
>
>>samuzeau at oreka.com wrote:
>>>Hi,
>>>What is really the "talback"'s error mention after a CMF Document's link ?
>>
>>it's an 'opaque item container', i.e., something that serves as
>>a container for subobjects even for non-folderish types
>>(no object managers) and that don't appear in folder listings,
>>object/contentIds etc.
>>
>>Raphael
>>
>>>Where the "talkback" belongs to ?
>>>I've tried to export a CMF Document in another Document and I've got a such error, but when I've open my new Document, it appears that the export was well done.
>>>The first time that a Zope/CMF's error give a good result !!!
>>>Sincerily
>>>PS
>>>////////////////////////////////////////////////////////////
>>>// Webmail Oreka : http://www.oreka.com
>>>////////////////////////////////////////////////////////////
>>>_______________________________________________
>>>Zope-CMF maillist  -  Zope-CMF at lists.zope.org
>>>http://mail.zope.org/mailman/listinfo/zope-cmf
>>>See http://collector.zope.org/CMF for bug reports and feature requests
>>
>>_______________________________________________
>>Zope-CMF maillist  -  Zope-CMF at lists.zope.org
>>http://mail.zope.org/mailman/listinfo/zope-cmf
>>
>>See http://collector.zope.org/CMF for bug reports and feature requests
>
>_______________________________________________
>Zope-CMF maillist  -  Zope-CMF at lists.zope.org
>http://mail.zope.org/mailman/listinfo/zope-cmf
>
>See http://collector.zope.org/CMF for bug reports and feature requests



More information about the Zope-CMF mailing list