[Zope-dev] CopySupport bug or feature?

2005-08-08 Thread Geoff Davis
I have been developing some classes that need to know when they are copied or moved. I have been achieving this by adding my own versions of _notifyOfCopyTo, _postCopy, and manage_afterClone. Everything works as expected when you copy / paste an individual object. However, I have recently been

Re: [Zope-dev] CopySupport bug or feature?

2005-08-08 Thread Bertrand Mathieu
There's a bug opened for a related problem (http://www.zope.org/Collectors/Zope/1028) (pending since zope 2.6) I feel that at least an API clarification is needed here. Le lundi 08 août 2005 à 11:05 -0400, Geoff Davis a écrit : manage_afterClone is called. In looking through OFS/CopySupport.py

[Zope-dev] CopySupport bug

2001-05-03 Thread Casey Duncan
There is a subtle bug in the CopySupport module that makes it impossible to copy and paste a folder that contains a ZCatalog with CatalogAware objects in indexed in the catalog also in that folder. The reason is as follows, CopySupport calls a hookable method manage_afterClone (which is hooked by