[Zope-dev] zope-tests - FAILED: 9, OK: 82

2011-05-03 Thread Zope tests summarizer
This is the summary for test reports received on the zope-tests list between 2011-05-02 00:00:00 UTC and 2011-05-03 00:00:00 UTC: See the footnotes for test reports of unsuccessful builds. An up-to date view of the builders is also available in our buildbot documentation:

[Zope] Zope Dates

2011-05-03 Thread Richard Harley
Hello all Hoping there is a quick fix for this - I'm trying to change how Zope formats dates. I want dd/mm/ but Zope is forcing -mm-dd. I've changed the format in zope.conf to 'international' but this makes no difference. I know dates can be formatted at the front end (i.e. fmt=) but

Re: [Zope] Zope Dates

2011-05-03 Thread Andreas Jung
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 'international' only affects the format for parsing dates as far as I can recall. Using strftime() gives you full control over the output format. Your application should not rely on the default format. If you need a custom date output format then

Re: [Zope] Zope Dates

2011-05-03 Thread Richard Harley
Thanks Andreas - so there is no way to set a date format at an intermediate layer so that all dates are rendered a certain way without string formatting? Am I naive in thinking this could possibly be done at the db adapter level? Thanks On 03/05/11 12:26, Andreas Jung wrote: -BEGIN

[Zope] [zope-dev] zope.app.authentication / zope.pluggableauth problem

2011-05-03 Thread Thierry Florac
Hi, I've built an XML-RPC application built on Zope3 (3.4.1) components. I noticed that when a user is having one or more colons in his password, an exception is raised : File '/var/local/eggs/zope.app.wsgi-3.4.3-py2.5.egg/zope/app/wsgi/__init__.py', line 55 in __call__ request =