[Zope-dev] z3c.form: Need to register SimpleFieldValidator in local site - how?

2009-09-30 Thread Hermann Himmelbauer
Hi, I currently have the following simple validator: --- snip -- class ActEmailValidator(SimpleFieldValidator): Validates ACT E-Mail Addresses for customers def validate(self, value): super(ActEmailValidator, self).validate(value) if

Re: [Zope-dev] z3c.form: Need to register SimpleFieldValidator in localsite - how?

2009-09-30 Thread Roger Ineichen
Hi Hermann Betreff: [Zope-dev] z3c.form: Need to register SimpleFieldValidator in localsite - how? Hi, I currently have the following simple validator: --- snip -- class ActEmailValidator(SimpleFieldValidator): Validates ACT E-Mail Addresses for customers

[Zope-dev] Zope Tests: 8 OK

2009-09-30 Thread Zope Tests Summarizer
Summary of messages to the zope-tests list. Period Tue Sep 29 12:00:00 2009 UTC to Wed Sep 30 12:00:00 2009 UTC. There were 8 messages: 8 from Zope Tests. Tests passed OK --- Subject: OK : Zope-2.10 Python-2.4.6 : Linux From: Zope Tests Date: Tue Sep 29 20:44:14 EDT 2009 URL:

Re: [Zope-dev] zope.catalog in ZTK

2009-09-30 Thread Tres Seaver
Albertas Agejevas wrote: People relying on automatic indexing would have to register a couple of event handlers in their configurations (or include zope.app.catalog), but the rest of us would be able to choose the policy of how and when the objects are registered with IntIds and indexed in

[Zope-dev] zope.filerepresentation

2009-09-30 Thread Martin Aspeli
Hi, I'm doing some work with WebDAV representations in Zope 2, among other things, and I'm trying to see if we should use zope.filerepresentation as the central abstraction for file read/write operations. However, I find myself lacking a couple of things: 1) A way for an IReadFile to return

Re: [Zope-dev] zope.filerepresentation

2009-09-30 Thread Hanno Schlichting
On Wed, Sep 30, 2009 at 5:00 PM, Martin Aspeli optilude+li...@gmail.com wrote: Here's an initial take on the interfaces: class IReadFile(Interface):     Provide read access to file data         def read():         Return the file data as a str             def size():         Return

[Zope-dev] ploneconf2009

2009-09-30 Thread Adam GROSZER
Hello, Anyone coming? (And ZTK sprinting?) -- Best regards, Adam GROSZER mailto:agros...@gmail.com -- Quote of the day: There is a difficulty about disagreeing with God. He is the source from which all your reasoning power comes: you could not be right and He wrong any

Re: [Zope-dev] ploneconf2009

2009-09-30 Thread Charlie Clark
Am 30.09.2009, 18:04 Uhr, schrieb Adam GROSZER agros...@gmail.com: Hello, Anyone coming? Me (And ZTK sprinting?) Unlikely - I have some time on the Saturday but if I get to some sprinting it will be CMF. Charlie -- Charlie Clark Managing Director Clark Consulting Research German Office

Re: [Zope-dev] zope.filerepresentation

2009-09-30 Thread Martin Aspeli
Hanno Schlichting wrote: Is there any reason to invent a new API and not just use Python's file API? I don't know. IReadFile and IWriteFile have been around for ever and are used by a number of things in Zope. They have read(), write() and size(). The first two are on file, the last one

[Zope-dev] zope2.zope.org launched

2009-09-30 Thread Andreas Jung
I am pleased to announce the launch of a new website dedicated to the Zope 2 application server: zope2.zope.org This site gives the Zope 2 application a much better representation on the web (which was more than necessary after having lived for years with the current old

[Zope-dev] Zope 2.12.0 released

2009-09-30 Thread Andreas Jung
On behalf of the Zope 2 developers community I am pleased to announce the official release of Zope 2.12.0. Major changes: - Ships with ZODB 3.9 - Runs on top of Python 2.5 and 2.6 (no official support for Python 2.4, your mileage may vary) - Fully eggified - you install Zope 2.12 directly