On Wed, Aug 5, 2009 at 1:18 PM, David Glick<davidgl...@onenw.org> wrote:
> On Aug 5, 2009, at 1:00 PM, Erik Rose wrote:
>>
>> Python 2.6, Zope 2.12 (https://dev.plone.org/plone/ticket/8808):
>>
>> * David ported the migration procedure to GS and moved it into
>>  plone.app.upgrade. Ran a migration from a stock Plone 2.5 to 4.0,
>>  and it seemed to work, though he welcomes more thorough testing.
>
> Actually Hanno did the work here, and I just copied it :)
>
>> * IPublishTraverse is used where ITraverse should be; that's why some
>>  linkintegrity tests are failing.
>
> Actually they both need to be used.  And that's just a guess -- I haven't
> actually looked at this yet.

It doesn't look like there's any way to override OFS traversal using a
component (other than a view of course).  Perhaps we should just be
using the existing custom __getitem__ that's already in
BaseObject/BaseFolder instead of traversal magic.

Alec

_______________________________________________
Framework-Team mailing list
Framework-Team@lists.plone.org
http://lists.plone.org/mailman/listinfo/framework-team

Reply via email to