[Zope-dev] Zope Tests: 5 OK

2008-05-08 Thread Zope Tests Summarizer
Summary of messages to the zope-tests list. Period Wed May 7 11:00:00 2008 UTC to Thu May 8 11:00:00 2008 UTC. There were 5 messages: 5 from Zope Tests. Tests passed OK --- Subject: OK : Zope-2.8 Python-2.3.6 : Linux From: Zope Tests Date: Wed May 7 21:01:04 EDT 2008 URL:

Re: AW: [Zope-dev] Re: AW: Re: New i18n locale extraction concept

2008-05-08 Thread Stephan Richter
On Wednesday 07 May 2008, Roger Ineichen wrote: I like that it can extract locales from eggs.  I don't like that it uses zcml for this.  Is the zcml really necessary? zcml is needed for exctract locales from page templates.   ZCML is needed to extract strings from ZCML. Regards, Stephan --

[Zope-dev] Re: AW: Re: AW: Re: New i18n locale extraction concept

2008-05-08 Thread Maurits van Rees
Stephan Richter, on 2008-05-08: On Wednesday 07 May 2008, Roger Ineichen wrote: I like that it can extract locales from eggs.  I don't like that it uses zcml for this.  Is the zcml really necessary? zcml is needed for exctract locales from page templates.   ZCML is needed to extract

[Zope-dev] Re: AW: Re: AW: Re: New i18n locale extraction concept

2008-05-08 Thread Maurits van Rees
Hi Roger, Roger Ineichen, on 2008-05-07: Uhaaa, that's a left over from a copied README.txt file. I need to review that part again. I thought it might be something like that. :-) Why specify both eggs and packages? And why specify those packages in the setup.py too? At least that is what

[Zope-dev] OrderedMultiSelectWidget in Zope2: context weirdness?

2008-05-08 Thread Josh Johnson (jjmojojjmojo)
I'm looking at the code for OrderedMultiSelectWidget, in zope.app.form.browser.itemswidgets (line 535). This code doesn't make sense to me: if hasattr(self.context.context, self.context.__name__): available_values = self.context.get(self.context.context) else: available_values = []

Re: AW: [Zope-dev] Re: Heads up - package lost on pypi!

2008-05-08 Thread Jim Fulton
On May 7, 2008, at 11:04 AM, Roger Ineichen wrote: Hi Betreff: [Zope-dev] Re: Heads up - package lost on pypi! Baiju M wrote: Roger Ineichen wrote: Hi all The z3c.configurator package is gone on PyPi. Does sombody know what's happen? And more important, how can we recover this? AFAIK,

Re: AW: [Zope-dev] Re: Heads up - package lost on pypi!

2008-05-08 Thread Jim Fulton
I wrote: I wouldn't assume that. One of my packages, buildoutsftp has gone missing too. :( Never mind. I was looking for the wrong package name. :/ Jim -- Jim Fulton Zope Corporation ___ Zope-Dev maillist - Zope-Dev@zope.org

[Zope-dev] Building on python 2.5 - any progress?

2008-05-08 Thread David Pratt
Hi. I am wondering if there was any further resolution to builds with python 2.5 as discussed in the following articles: http://mail.zope.org/pipermail/zope3-users/2007-September/006909.html http://mail.zope.org/pipermail/zope3-users/2007-September/006916.html In addition to the warnings

AW: [Zope-dev] Re: AW: Re: AW: Re: New i18n locale extraction concept

2008-05-08 Thread Roger Ineichen
Hi Maurits -Ursprüngliche Nachricht- Von: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Im Auftrag von Maurits van Rees Gesendet: Donnerstag, 8. Mai 2008 18:55 An: zope-dev@zope.org Betreff: [Zope-dev] Re: AW: Re: AW: Re: New i18n locale extraction concept Stephan Richter, on

AW: [Zope-dev] Re: AW: Re: AW: Re: New i18n locale extraction concept

2008-05-08 Thread Roger Ineichen
Hi Maurits Betreff: [Zope-dev] Re: AW: Re: AW: Re: New i18n locale extraction concept [...] Packages are used for extract locales from. That could be very different then the egg setup. The i18nextrac.py will only deep into this packages, but probably this packages will need different

Re: [Zope-dev] zope.sqlalchemy

2008-05-08 Thread Andreas Jung
--On 6. Mai 2008 06:01:14 +0200 Andreas Jung [EMAIL PROTECTED] wrote: --On 6. Mai 2008 02:26:58 +0100 Laurence Rowe [EMAIL PROTECTED] wrote: Following discussions with Kapil, Christian and Martin I've developed zope.sqlalchemy. The aim is to provide a common base for transaction

Re: [Zope] Making Zope stop storing old object versions

2008-05-08 Thread Jonathan
Sinang, Danny wrote: Hello, We've got lots of Catalog reads and writes and our Data.fs is growing at an immense rate. Is there a way we can tell Zope to stop storing old object versions to limit the growth and not have to pack that often ? Well in fact it (Filestorage) does only store new

Re: [Zope] Making Zope stop storing old object versions

2008-05-08 Thread Jonathan
snip - Original Message - From: Sinang, Danny [EMAIL PROTECTED] To: Jonathan [EMAIL PROTECTED] Cc: zope@zope.org Sent: Thursday, May 08, 2008 10:03 AM Subject: RE: [Zope] Making Zope stop storing old object versions How do I go about replacing a Catalog using MySQL ? This is the

RE: [Zope] Making Zope stop storing old object versions

2008-05-08 Thread Sinang, Danny
Thanks Jonathan. But I thought you were referring to a way to make Catalog writes transparently write to MySQL. The article you're pointing to teaches how to use use ZSQLMethods, which we're already doing. But the product we're using to do workflows (OpenFlow) uses the Zcatalog. So we either

RE: [Zope] Making Zope stop storing old object versions

2008-05-08 Thread Sinang, Danny
How do I go about replacing a Catalog using MySQL ? This is the first time I've heard this. -Original Message- From: Jonathan [mailto:[EMAIL PROTECTED] Sent: Thursday, May 08, 2008 7:16 PM To: Sinang, Danny Cc: zope@zope.org Subject: Re: [Zope] Making Zope stop storing old object

[Zope] zope 2 wiki updated

2008-05-08 Thread Simon Michael
Good day all.. http://wiki.zope.org/zope2 has just received a pretty major cleanup (I can tell by my inbox, this was about a 400-er.) Your critique, help and improvements are welcome. Best - Simon ___ Zope maillist - Zope@zope.org