[Zope-dev] Re: [Zope2.8.7] with Five 1.0 or Five 1.2

2006-03-27 Thread Alec Mitchell
Andreas Jung lists at zopyx.com writes: ... Should we upgrade the Five version in Zope 2.8 to Five 1.2 to make their lives a bit easier? +1 on a 2.8.7 with a viable Five. Alec Mitchell ___ Zope-Dev maillist - Zope-Dev@zope.org

[Zope-dev] Traversal issue which affects Five

2006-04-16 Thread Alec Mitchell
little performance impact except in the case where 'container == _none' and validate would otherwise raise a very unhelpful unauthorized error. Your feedback is much appreciated. Alec Mitchell ___ Zope-Dev maillist - Zope-Dev@zope.org http

[Zope-dev] Re: Traversal issue which affects Five

2006-04-17 Thread Alec Mitchell
committed asap, so yes please, provide one. ... Alec Mitchell wrote: It seems that the way OFS.Traversable.restrictedTraverse() handles security checking on objects with __bobo_traverse__ methods is considerably different from the way it normally checks security. The result is that traversal

Re: [Zope-dev] Traversal issue which affects Five

2006-04-17 Thread Alec Mitchell
On 4/17/06, Dieter Maurer [EMAIL PROTECTED] wrote: Alec Mitchell wrote at 2006-4-16 12:28 -0700: ... It seems that the way OFS.Traversable.restrictedTraverse() handles security checking on objects with __bobo_traverse__ methods is considerably different from the way it normally checks

Re: [Zope-dev] Re: Zope 2.9.3 release

2006-04-21 Thread Alec Mitchell
On 4/20/06, Dieter Maurer [EMAIL PROTECTED] wrote: Tres Seaver wrote at 2006-4-19 15:30 -0400: ... Is Alec's traversal patch or Dieter's alternative being considered? I'll note that I have a client who can't move forward from 2.9.1 to 2.9.3 because the changes to traversal semantics in

Re: [Zope-dev] Traversal issue which affects Five

2006-04-21 Thread Alec Mitchell
On 4/21/06, Andreas Jung [EMAIL PROTECTED] wrote: --On 21. April 2006 07:09:45 -0400 Jim Fulton [EMAIL PROTECTED] wrote: In general, I think that new features in bug-fix releases are a bad idea. Of course, the line between bug-fix and feature is not always crisp. Something that is really

Re: [Zope-dev] Zope 2.9.3 release

2006-05-09 Thread Alec Mitchell
On 5/9/06, Andreas Jung [EMAIL PROTECTED] wrote: Hi, I plan to release Zope 2.9.3 by this weekend. The release contains some important fixes and a Five update. Any objections? Sounds good to me, any chance of a new 2.8 release as well? Or is 2.8 completey 100% dead already. Alec

Re: [Zope-dev] Zope 2.9.3 release

2006-05-10 Thread Alec Mitchell
On 5/9/06, Andreas Jung [EMAIL PROTECTED] wrote: --On 9. Mai 2006 17:32:06 -0700 Alec Mitchell [EMAIL PROTECTED] wrote: On 5/9/06, Andreas Jung [EMAIL PROTECTED] wrote: Hi, I plan to release Zope 2.9.3 by this weekend. The release contains some important fixes and a Five update. Any

Re: [Zope-dev] Traversal issue which affects Five

2006-08-20 Thread Alec Mitchell
On 4/17/06, Dieter Maurer [EMAIL PROTECTED] wrote: ... In our local Zope version, I implemented a solution that is (in my opinion) superior: Define an exception UseTraversalDefault that can be used by __bobo_traverse__ to tell the traversal process (either URL traversal in the publisher

Re: [Zope-dev] Traversal issue which affects Five

2006-08-21 Thread Alec Mitchell
On 8/21/06, Lennart Regebro [EMAIL PROTECTED] wrote: On 8/20/06, Alec Mitchell [EMAIL PROTECTED] wrote: On 4/17/06, Dieter Maurer [EMAIL PROTECTED] wrote: ... In our local Zope version, I implemented a solution that is (in my opinion) superior: Define an exception UseTraversalDefault

Re: [Zope-dev] TypesTool speedup

2007-03-04 Thread Alec Mitchell
Looking at the changes rocky made, I don't see why allowing external methods from non-Products should require making the whole process completely dynamic on every call. The old mechanism of storing the product list should be put back in place, along with the addition of non-Product information

Re: [Zope-dev] adapting to None

2008-12-13 Thread Alec Mitchell
Chris Withers chris at simplistix.co.uk writes: Hi All, I have a need to be able to adapting certain objects to None, eg: def some_adapter(obj): if something: return None return somethingelse This is tricky, since returning None from an adapter results in a TypeError.

[Zope-dev] MailHost Improvements

2009-08-12 Thread Alec Mitchell
Hello, I've been working on making Plone use the standard Zope MailHost in place of the custom Products.SecureMailHost we've been using since Plone 2.1 (See: http://dev.plone.org/plone/ticket/8814). During this process I've run into a couple bugs in the MailHost implementation and I

Re: [Zope-dev] MailHost Improvements

2009-08-13 Thread Alec Mitchell
On Wed, Aug 12, 2009 at 9:42 PM, Andreas Jungli...@zopyx.com wrote: On 13.08.09 01:03, Alec Mitchell wrote: Hello, I've been working on making Plone use the standard Zope MailHost  in place of the custom Products.SecureMailHost we've been using since Plone 2.1 (See: http://dev.plone.org

Re: [Zope-dev] MailHost Improvements

2009-08-15 Thread Alec Mitchell
On Thu, 13 Aug 2009 21:22:07 -0700, Alec Mitchell ap...@columbia.edu wrote: On Wed, Aug 12, 2009 at 9:42 PM, Andreas Jungli...@zopyx.com wrote: On 13.08.09 01:03, Alec Mitchell wrote: Hello, I've been working on making Plone use the standard Zope MailHost  in place of the custom