[Zope] Question about objects versioning

Chris McDonough chrism at plope.com
Wed Sep 15 10:36:30 EDT 2004


Hi Pascal,

You could override manage_editProperties and friends on the objects you
care about and manually include a "transaction note" (via
get_transaction().note('blabla')) that summarizes the state change in
properties, if that helps.

- C


On Wed, 2004-09-15 at 09:27, Pascal Peregrina wrote:
> Hi,
>  
> I would like to show a list of changes to an object by user.
>  
> For the content data itself, no problem.
> I read how the Undo tab works and from there it was easy to get
> Date/User/Action data.
>  
> But what about object properties ?
> Is there any way to show something like : "this user
> changed/added/deleted that specific property id" ?
> It looks like I can only show : "this user changed/added/deleted
> properties"
>  
> Thanks for your help.
>  
> Pascal
>  
>  
>  
> ________________________________________________________________________
> This e-mail has been scanned for all viruses by Star. The
> service is powered by MessageLabs. For more information on a proactive
> anti-virus service working around the clock, around the globe, visit:
> http://www.star.net.uk
> ________________________________________________________________________
> 
> 
> ______________________________________________________________________
> _______________________________________________
> Zope maillist  -  Zope at zope.org
> http://mail.zope.org/mailman/listinfo/zope
> **   No cross posts or HTML encoding!  **
> (Related lists - 
>  http://mail.zope.org/mailman/listinfo/zope-announce
>  http://mail.zope.org/mailman/listinfo/zope-dev )



More information about the Zope mailing list