Re: [Zope-dev] Standard namechooser

2008-02-11 Thread Christian Theune
Hi, Aaron Lehmann schrieb: On Feb 11, 2008, at 10:15 AM, Aaron Lehmann wrote: Possibly instead of returning an error, it might resolve the name, and take an optional callback that performs said resolution? That way, people who have their own resolution code can easily factor it in. Or is

Re: [Zope-dev] Standard namechooser

2008-02-11 Thread Aaron Lehmann
On Feb 11, 2008, at 10:15 AM, Aaron Lehmann wrote: Possibly instead of returning an error, it might resolve the name, and take an optional callback that performs said resolution? That way, people who have their own resolution code can easily factor it in. Or is this a case where anothe

Re: [Zope-dev] Standard namechooser

2008-02-11 Thread Christian Theune
Aaron Lehmann schrieb: On Feb 11, 2008, at 10:06 AM, Christian Theune wrote: Hi, Aaron Lehmann schrieb: Christian, What if people are relying on those error messages to do different things? Possibly they already have normalization code they expect to come into play in this situation, whi

Re: [Zope-dev] Standard namechooser

2008-02-11 Thread Aaron Lehmann
On Feb 11, 2008, at 10:06 AM, Christian Theune wrote: Hi, Aaron Lehmann schrieb: Christian, What if people are relying on those error messages to do different things? Possibly they already have normalization code they expect to come into play in this situation, which is different than you

Re: [Zope-dev] Standard namechooser

2008-02-11 Thread Christian Theune
Hi, Aaron Lehmann schrieb: Christian, What if people are relying on those error messages to do different things? Possibly they already have normalization code they expect to come into play in this situation, which is different than yours . I see that people might be doing that, however, it

Re: [Zope-dev] Standard namechooser

2008-02-11 Thread Aaron Lehmann
Christian, What if people are relying on those error messages to do different things? Possibly they already have normalization code they expect to come into play in this situation, which is different than yours . On the other hand, having to do this seems annoying, so as someone writing ne

[Zope-dev] zc.extrinsicreference release

2008-02-11 Thread David Pratt
Hi. Wondering if zc.extrinsicreference ought to be included in the versions.cfg. Currently it is at 0.1dev. It has been this way in the repository for about a year. Could/should it be released? Many thanks. Regards, David ___ Zope-Dev maillist - Zop

[Zope-dev] Standard namechooser

2008-02-11 Thread Christian Theune
Hi, the standard name chooser makes sure that the character '+', '@' are not used in the beginning of a name and '/' is never used. When asking the name chooser to choose a name for me, I thought it would normalize those characters away, giving me a usable name. Reading the interface, there

[Zope-dev] Zope Tests: 6 OK

2008-02-11 Thread Zope Tests Summarizer
Summary of messages to the zope-tests list. Period Sun Feb 10 12:00:00 2008 UTC to Mon Feb 11 12:00:00 2008 UTC. There were 6 messages: 6 from Zope Unit Tests. Tests passed OK --- Subject: OK : Zope-2.7 Python-2.3.6 : Linux From: Zope Unit Tests Date: Sun Feb 10 21:02:03 EST 2008 URL

Re: [Zope-dev] zeo and queuecatalog conflict-resolution

2008-02-11 Thread Chris McDonough
You might be interested in: https://bugs.launchpad.net/zope2/+bug/143770 Joachim Schmitz wrote: Andreas Jung schrieb: --On 10. Februar 2008 18:34:54 +0100 Joachim Schmitz <[EMAIL PROTECTED]> wrote: What is the recommended method to make the conflict-resolution-code available to the zeo-s