Re: [Zope] strcoll_nocase gone after moving site?

2005-07-02 Thread Daniel Dekany
Friday, July 1, 2005, 8:11:22 PM, Dieter Maurer wrote: > Daniel Dekany wrote at 2005-6-30 22:28 +0200: >>I have to move a Plone site to another server (from some FreeBSD to a >>new Trustix), while also switching from Zope 2.7.x<5 to 2.7.6, and from >>Python 2.3.x<5 to Python 2.3.5. > > Define "loc

Re: [Zope] Newbie Questions - many-many relationships? Zope 2 or 3?

2005-07-02 Thread Jim Vine
Hi, I hope it's not considered "bad form" to answer ones own questions on this board, but I think I've got it sussed. Reading through the ZWiki source from http://svn.zope.org I noticed the following line in the implementations: from zope.app.container.contained import Contained I added this t

Re: [Zope] Starting a search from the correct folder

2005-07-02 Thread John Poltorak
On Fri, Jul 01, 2005 at 08:15:20PM +0200, Dieter Maurer wrote: > John Poltorak wrote at 2005-6-30 22:27 +0100: > > ... > >If I want to generate a list > >of folders in say the 'groups' folder, how would I change the code above? > > You are aware that you will not get a list (but a tree) when you

Re: [Zope] Starting a search from the correct folder

2005-07-02 Thread Andreas Jung
--On 2. Juli 2005 15:52:52 +0100 John Poltorak <[EMAIL PROTECTED]> wrote: When you are ready to look up (in the hierarchy), then obj.aq_inner.aq_parent is the hierarchy parent of "obj". Well that would be useful if I understood what you meant. Is there a suggested explanation anywh

[Zope] MaildropHost:what is transitional email

2005-07-02 Thread robert rottermann
Hi there, can anybody tell me what the transitional email in MaildropHost is? I read that it is aware of transitions. what transitions? thanks Robert ___ Zope maillist - Zope@zope.org http://mail.zope.org/mailman/listinfo/zope ** No cross posts or

Re: [Zope] MaildropHost:what is transitional email

2005-07-02 Thread Andreas Jung
--On 2. Juli 2005 17:04:20 +0200 robert rottermann <[EMAIL PROTECTED]> wrote: Hi there, can anybody tell me what the transitional email in MaildropHost is? I read that it is aware of transitions. what transitions? You mean transactions? -aj pgpzDh78x0n2v.pgp Description: PGP signature __

Re: [Zope] Starting a search from the correct folder

2005-07-02 Thread John Poltorak
On Sat, Jul 02, 2005 at 05:03:06PM +0200, Andreas Jung wrote: > > > --On 2. Juli 2005 15:52:52 +0100 John Poltorak <[EMAIL PROTECTED]> wrote: > > > > > > >> When you are ready to look up (in the hierarchy), then > >> > >> obj.aq_inner.aq_parent > >> > >> is the hierarchy parent of "obj". >

Re: [Zope] MaildropHost:what is transitional email

2005-07-02 Thread robert rottermann
Andreas Jung wrote: --On 2. Juli 2005 17:04:20 +0200 robert rottermann <[EMAIL PROTECTED]> wrote: Hi there, can anybody tell me what the transitional email in MaildropHost is? I read that it is aware of transitions. what transitions? You mean transactions? -aj yes in deed. what is a t

[Zope] Re: MaildropHost:what is transitional email

2005-07-02 Thread Tres Seaver
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 robert rottermann wrote: > what is a transaction in the context of MaildropHost. > How does it affekt an email? The "transaction" here is the normal Zope / ZODB transaction, which ensures that writes to the ZODB (and any transaction-aware RDBMS) are

Re: [Zope] MaildropHost:what is transitional email

2005-07-02 Thread Andreas Jung
--On 2. Juli 2005 18:01:15 +0200 robert rottermann <[EMAIL PROTECTED]> wrote: Andreas Jung wrote: --On 2. Juli 2005 17:04:20 +0200 robert rottermann <[EMAIL PROTECTED]> wrote: Hi there, can anybody tell me what the transitional email in MaildropHost is? I read that it is aware of transit

[Zope] Apache 2 + Zope can't gzip HTTP response body?

2005-07-02 Thread Daniel Dekany
Can I use HTTP "Content-Encoding: gzip" for Zope if I use Apache 2? (And should I use gzip content-encoding?) The mod_gzip doesn't work with Apache 2, but instead it has mod_deflate. But mod_deflate can't chose which responses to gzip based on the MIME-type for responses that are coming through Pr