Re: ZClass problem in 2.8 (Was: Re: [Zope-dev] Upcoming Zope 2.8 release)

2005-06-13 Thread John Barratt
Jo Meder wrote: A long time ago, Shane posted a very useful function to analyse acquisition wrappers: showaq. Maybe, the mailing list archive is still able to locate his post... Just ask Google: http://www.zope.org/Members/chrisw/showaq Thanks Jo. It seems though that there was a branch

Re: ZClass problem in 2.8 (Was: Re: [Zope-dev] Upcoming Zope 2.8 release)

2005-06-10 Thread Jo Meder
Am 09.06.2005, 19:28 Uhr schrieb Dieter Maurer [EMAIL PROTECTED]: A long time ago, Shane posted a very useful function to analyse acquisition wrappers: showaq. Maybe, the mailing list archive is still able to locate his post... Just ask Google:

Re: ZClass problem in 2.8 (Was: Re: [Zope-dev] Upcoming Zope 2.8 release)

2005-06-09 Thread John Barratt
Dieter Maurer wrote: Looks like an acquisition bug: obj.aq_inContextOf(context, 1) is recursively defined by: True, if obj.aq_base == context.aq_base or container(obj) is not None and container(obj).aq_inContextOf(context, 1) where container(obj)

Re: ZClass problem in 2.8 (Was: Re: [Zope-dev] Upcoming Zope 2.8 release)

2005-06-09 Thread Dieter Maurer
John Barratt wrote at 2005-6-9 16:54 +1000: ... I would hence suspect the wrapping, and/or behaviour of the object and/or context to be somehow different? A long time ago, Shane posted a very useful function to analyse acquisition wrappers: showaq. Maybe, the mailing list archive is still able

Re: ZClass problem in 2.8 (Was: Re: [Zope-dev] Upcoming Zope 2.8 release)

2005-06-08 Thread Dieter Maurer
John Barratt wrote at 2005-6-7 10:08 +1000: ... From a bit of digging through the code it seems there is a difference comes about in the call on line 166 of AccessControl.User inside _check_context : return object.aq_inContextOf(context, 1) In Zope 2.8 it returns 0, in 2.76 it returns 1

Re: [Zope-Coders] ZClass problem in 2.8 (Was: Re: [Zope-dev] Upcoming Zope 2.8 release)

2005-06-07 Thread Andreas Jung
--On 7. Juni 2005 16:10:55 +1000 Anthony Baxter [EMAIL PROTECTED] wrote: On Tuesday 07 June 2005 14:27, Andreas Jung wrote: This is likely a task for Jim. I don't have any about ZClasses (and I won't them). If necessary this problem might be fixed in a later release. This problem is not as

Re: [Zope-Coders] ZClass problem in 2.8 (Was: Re: [Zope-dev] Upcoming Zope 2.8 release)

2005-06-07 Thread John Barratt
Andreas Jung wrote: According to Jim ZClasses are working. A possibly isolated bug in ZClasses is bad but there are in general lots of such bugs in Zope. So this is not a release stopper for me now. As far as I can see this is either a serious bug with respect to ZClasses in that they just

ZClass problem in 2.8 (Was: Re: [Zope-dev] Upcoming Zope 2.8 release)

2005-06-06 Thread John Barratt
Andreas Jung wrote: [EMAIL PROTECTED] wrote: What about the ZClasses? Jim fixed them (hopefully :-)) They don't work for me in 2.8... :-( I can't shake a new permission problem when trying to add a ZClass instance in 2.8b2. This is a 2.8 specific problem as the same process works in

Re: [Zope-Coders] ZClass problem in 2.8 (Was: Re: [Zope-dev] Upcoming Zope 2.8 release)

2005-06-06 Thread Andreas Jung
--On 7. Juni 2005 10:08:56 +1000 John Barratt [EMAIL PROTECTED] wrote: Andreas Jung wrote: [EMAIL PROTECTED] wrote: What about the ZClasses? Jim fixed them (hopefully :-)) Thanks for any help. I hope this can be resolved before 2.8 goes final! This is likely a task for Jim. I

[Zope-dev] Upcoming Zope 2.8 release

2005-05-19 Thread Andreas Jung
Hi, after resolving all outstanding problems with Zope 2.8 under Windows the next releases will be Zope 2.8 b2 (this weekend) and Zope 2.8.0 final (scheduled for 2005/06/11). I will cut a 2.8 release branch for Zope 2.8 b2. This means that the trunk is open for new development (Zope 2.9). Bugs

Re: [Zope-dev] Upcoming Zope 2.8 release

2005-05-19 Thread Jim Fulton
Yay! :) Andreas Jung wrote: Hi, after resolving all outstanding problems with Zope 2.8 under Windows the next releases will be Zope 2.8 b2 (this weekend) and Zope 2.8.0 final (scheduled for 2005/06/11). I will cut a 2.8 release branch for Zope 2.8 b2. This means that the trunk is open for new

Re: [Zope-dev] Upcoming Zope 2.8 release

2005-05-19 Thread Dieter Maurer
Andreas Jung wrote at 2005-5-19 13:43 +0200: after resolving all outstanding problems with Zope 2.8 under Windows the next releases will be Zope 2.8 b2 (this weekend) and Zope 2.8.0 final (scheduled for 2005/06/11). What about the ZClasses? -- Dieter

Re: [Zope-dev] Upcoming Zope 2.8 release

2005-05-19 Thread Jim Fulton
Dieter Maurer wrote: Andreas Jung wrote at 2005-5-19 13:43 +0200: after resolving all outstanding problems with Zope 2.8 under Windows the next releases will be Zope 2.8 b2 (this weekend) and Zope 2.8.0 final (scheduled for 2005/06/11). What about the ZClasses? They work fine AFAIK. Jim -- Jim