[Zope3-dev] zope tales api patch

2006-06-29 Thread Sven Schomaker
Hi all, I got some minor enhancements to the zope tales API. Maybe someone can check this into the repos, if it's of public interest. kind regards, sven Index: /data/mnemonic/Workspace/Zope-3.2.1/Dependencies/zope.app-Zope-3.2.1/zope.app/pagetemplate/talesapi.py ===

[Zope3-dev] AssertionError in ZEO cache

2006-07-04 Thread Sven Schomaker
Hi all, I just upgraded to Zope 3.2.1 and changed my setup to use a ZEO backend. This results in the exception below. Returning to the standard FileStorage backend everything works fine. Any hints welcome, thanks + greetings sven schomaker Traceback (most recent call last): File "

[Zope3-dev] Fix for request retry on ConflictError

2006-07-18 Thread Sven Schomaker
/more precise one:)). greetings, Sven Schomaker Index: http.py === --- http.py (revision 178) +++ http.py (working copy) @@ -15,6 +15,7 @@ $Id: http.py 41004 2005-12-23 21:01:20Z jim $ """ +from copy import

Re: [Zope3-dev] Fix for request retry on ConflictError

2006-07-18 Thread Sven Schomaker
ngs, Sven Jim On Jul 18, 2006, at 4:28 AM, Sven Schomaker wrote: Hi all, the retry of a request in case of a ConflictError in Zope 3.2.1 fails with a NotFound error, while looking up the requested view in zope/app/traversing/namespace.py (line 362). It seems as the newly created request (in req

[Zope3-dev] i18n feature question/proposal

2005-04-07 Thread Sven Schomaker
ther way to get fractional content internationalization, that I missed? (Such as a pretty nifty z3 package I just overlooked) What is your opinion on this? Is there any interest on making such thing part of z3, or would it have to vegetate in a z3 branch hosted at my workplace, for the rest of its life

[Zope3-dev] Bugfix on i18n parsing

2005-05-23 Thread Sven Schomaker
ent does not perform in-place modification of the instance but returns a copy of the string with the replacement applied. 2. float constructor does not accept locale specific fraction delimiter so we need to replace it by the standard '.' to get the string parsed correctly. Greetings

[Zope3-dev] Extending the zope tales api.

2005-06-14 Thread Sven Schomaker
Hi all, would anyone mind if we extend the ZopeTalesAPI to give access to all DC metadata actually in use by zope3 (such as creators). Maybe we could also provide access to the absolute url as is similarly done with the objects size? Regards, Sven ___

[Zope3-dev] Bug in viewmeta.py (page directive handler)

2005-11-04 Thread Sven Schomaker
t probably be: _handle_allowed_attributes(_context, allowed_attributes, permission, required) This seems still to be present in the trunk, so maybe someone with repository access wants to fix this. Kind regards + nice weekend Sven

[Zope3-dev] Maybe bug in pagetemplate parser?

2005-11-13 Thread Sven Schomaker
Hi all, currently I'm trying to output a pretty tiny code snippet in a page template, but the compilation fails due to a nesting error. It seems as if the pt engine erroneously parses the following snippet, complaining about a nesting error on the closing div: