[Zope-dev] zipped versus unzipped eggs (was: Re: SVN: Zope2.buildout/trunk/ Don't pin setuptools.)

2008-08-30 Thread Dieter Maurer
Tres Seaver wrote at 2008-8-28 15:22 -0400: I don't think zipped eggs are a win in any real scenario, except possibly the goofy file-count-limited GAE. I would strongly prefer that you revert this one change (you can override it in your own '~/.buildout/default.cfg'). We have observed a

Re: [Zope-dev] ZPT and strict namespace mapping

2008-08-30 Thread Dieter Maurer
Malthe Borch wrote at 2008-8-29 13:20 +0200: ... Right, so this is basically a question of whether the following template is legal or not: div tal:replace=string:hello world! / In ZPT it would be, because it automatically assumes this namespace declaration:

Re: [Zope-dev] ZPT and strict namespace mapping

2008-08-30 Thread Malthe Borch
2008/8/30 Dieter Maurer [EMAIL PROTECTED]: This is correct for HTML PageTemplates; XML PageTemplates, too, require the namespace declarations -- at least this has been the case for the former Zope 2 version of PageTemplate (I do not yet know most details about the newer Zope 3 PageTemplate).

Re: [Zope-dev] ZPT and strict namespace mapping

2008-08-30 Thread Andreas Jung
--On 30. August 2008 07:39:05 +0200 Wichert Akkerman [EMAIL PROTECTED] wrote: Previously Malthe Borch wrote: Trying to get a feeling here on whether we want to require proper XML namespace definition (current z3c.pt behavior) or implicitly fallback to the standard mappings (current

[Zope-dev] Zope Tests: 5 OK

2008-08-30 Thread Zope Tests Summarizer
Summary of messages to the zope-tests list. Period Fri Aug 29 11:00:00 2008 UTC to Sat Aug 30 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: Fri Aug 29 20:52:13 EDT 2008 URL:

Re: [Zope-dev] z3c.form - extraction from sequence widget

2008-08-30 Thread Carsten Senger
Martin Aspeli schrieb: Marius Gedminas wrote: On Wed, Aug 27, 2008 at 05:15:48PM -0700, Stephan Richter wrote: On Wednesday 27 August 2008, Martin Aspeli wrote: [...] Wait a second, maybe I'm misunderstanding this, but I certainly oppose any change that would make an unchecked checkbox an

Re: [Zope-dev] Make simple ISource usable

2008-08-30 Thread Christian Theune
On Fri, 2008-08-29 at 15:01 +0200, Roger Ineichen wrote: [...] The only query API defined for ISource in zope.schema is the ISourceQueriables API. That's defently to less and makes it required to implement custom query APIs in UI frameworks if we need to work with terms. I no one objects,

Re: [Zope-dev] Make simple ISource usable

2008-08-30 Thread Roger Ineichen
Hi Chritian Betreff: Re: [Zope-dev] Make simple ISource usable On Fri, 2008-08-29 at 15:01 +0200, Roger Ineichen wrote: [...] The only query API defined for ISource in zope.schema is the ISourceQueriables API. That's defently to less and makes it required to implement custom

Re: [Zope-dev] Bug in z3c.form.browser.orderedselect

2008-08-30 Thread Stephan Richter
On Wednesday 20 August 2008, Dan Korostelev wrote: In the OrederedSelectWidget's input template there's a little bug in options displaying. Options (for selectedItems and notSelectedItems) are displayed using expression like this (simplified): option tal:content=entry/content / Which will

Re: [Zope-dev] SVN: zope.dublincore/trunk/ Move test-dependencies to 'extras'.

2008-08-30 Thread Tres Seaver
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Fred Drake wrote: On Fri, Aug 29, 2008 at 5:26 PM, Malthe Borch [EMAIL PROTECTED] wrote: I didn't know there was a controversy, but I do remember that there was consensus that ``extras_require`` is not the most elegant solution. Oh, there is!

Re: [Zope-dev] zipped versus unzipped eggs (was: Re: SVN: Zope2.buildout/trunk/ Don't pin setuptools.)

2008-08-30 Thread Fred Drake
On Sat, Aug 30, 2008 at 2:03 AM, Dieter Maurer [EMAIL PROTECTED] wrote: However, I am not sure whether our observations for a single large zip (in fact, we use two: one for our application, the other for Python's runtime library) is valid for the case of many small zipped eggs. The

Re: [Zope-dev] z3c.form - extraction from sequence widget

2008-08-30 Thread Martin Aspeli
Hi Roger, Btw., it is possible to have a three-state widget for booleans, such as a drop-down widget, that includes True/False/None, although it may not make much sense. No that's not possible! Because you can't save anything then False or True in a Bool field. Really? How is this

Re: [Zope-dev] z3c.form - extraction from sequence widget

2008-08-30 Thread Roger Ineichen
Hi Martin Betreff: Re: [Zope-dev] z3c.form - extraction from sequence widget Hi Roger, Btw., it is possible to have a three-state widget for booleans, such as a drop-down widget, that includes True/False/None, although it may not make much sense. No that's not possible!

Re: [Zope-dev] z3c.form - extraction from sequence widget

2008-08-30 Thread Christian Theune
On Thu, 2008-08-28 at 22:55 +0100, Martin Aspeli wrote: Hermann Himmelbauer wrote: Am Donnerstag 28 August 2008 02:35:28 schrieb Marius Gedminas: On Wed, Aug 27, 2008 at 05:15:48PM -0700, Stephan Richter wrote: On Wednesday 27 August 2008, Martin Aspeli wrote: This means that if the

Re: [Zope-dev] [Checkins] SVN: zope.dublincore/trunk/ Move test-dependencies to 'extras'.

2008-08-30 Thread Stephan Richter
On Friday 29 August 2008, Fred Drake wrote: On Fri, Aug 29, 2008 at 5:13 PM, Malthe Borch [EMAIL PROTECTED] wrote: Log message for revision 90599:  Move test-dependencies to 'extras'. This is a controversial change; can we avoid making changes like this until a policy is agreed upon? The

Re: [Zope-dev] Problems with schema Date field - year is truncated

2008-08-30 Thread Stephan Richter
On Wednesday 27 August 2008, Hermann Himmelbauer wrote: I'm somehow stuck on the following problem: I defined a Date() schema field in one of my interfaces. I currently have a de-AT locale, so I'd like to enter the value of my date as e.g. dd.MM., e.g. 01.02.1980 in my z3c.form based