[Zope-Coders] Re: [ANN] Proposed Features for Zope 2.7: OrderedObjectManager

Yuppie yuppie@zedat.fu-berlin.de
Tue, 03 Dec 2002 23:54:44 +0100


Hi Shane!


Shane Hathaway wrote:
> Wouldn't this work be better applied to Zope 3 instead of Zope 2?

Why? People need it right now. And they do crazy things like 
cut&paste-in-place and double-renaming because they don't have this API!

The last time I saw the wheel reinvented is this product with own 
ordering API: <http://www.zope.org/Members/gregweb/CMFCollection>

> I don't understand what you're saying about BTreeFolder2.  BTreeFolder2 
> does not use _objects.

That's what I wanted to say. Default Folders use _objects. This way we 
can test for BTreeFolder2 and disable move methods.

> Why is it necessary to add sort key cookies to the ZMI at the same time? 
>  I suggest that is entirely different proposal.

Well, this could be a different proposal. It's included in this proposal 
because using the move methods needs position sorting selected. (Showing 
move up/down buttons with other sortings is just confusing.)
But we didn't want to change the default sorting.


Cheers,

Yuppie