[Zope3-dev] Fix for request retry on ConflictError

2006-07-18 Thread Sven Schomaker
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 copy import re, time

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

2006-07-18 Thread Sven Schomaker
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 request.retry

[Zope3-dev] zope tales api patch

2006-06-30 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] 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: script type=text/javascript

[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