- 21 May, 2006 7 commits
-
-
Philipp von Weitershausen authored
-
Philipp von Weitershausen authored
old Zope 2 code.
-
Philipp von Weitershausen authored
traversal works.
-
Philipp von Weitershausen authored
zope.pagetemplate.pagetemplate.PageTemplate, we need to provide some Zope 2 specifics still. This isn't a big deal, though, the wrapper code is small.
-
Philipp von Weitershausen authored
as an instance by Expressions.py). Minor style cleanup in ZRPythonExpr.py.
-
Philipp von Weitershausen authored
-
Philipp von Weitershausen authored
Some docstring fixes.
-
- 20 May, 2006 1 commit
-
-
Philipp von Weitershausen authored
-
- 10 May, 2006 2 commits
-
-
Philipp von Weitershausen authored
the original thing
-
Philipp von Weitershausen authored
-
- 09 May, 2006 13 commits
-
-
Philipp von Weitershausen authored
aren't evaluated by RestrictedPython. Five needs this.
-
Philipp von Weitershausen authored
-
Philipp von Weitershausen authored
in Zope 2.10 now, so we could just as well register it here. Gets rid of some stupid code duplication in Five as well...
-
Philipp von Weitershausen authored
-
Philipp von Weitershausen authored
-
Philipp von Weitershausen authored
-
Philipp von Weitershausen authored
-
Philipp von Weitershausen authored
-
Philipp von Weitershausen authored
-
Philipp von Weitershausen authored
-
Philipp von Weitershausen authored
* Made ZRPythonExpr subclass the one from zope.tales.pythonexpr. * Made Expressions use ZRPythonExpr instead of the standard one from zope.tales.pythonexpr.
-
Philipp von Weitershausen authored
-
Philipp von Weitershausen authored
the old-style expressions. We now use the ones from Zope 3. If we can. Not sure yet :)
-
- 08 May, 2006 10 commits
-
-
Philipp von Weitershausen authored
this still needs further clean up, is to say consolidation. also, Five needs to be fixed regarding its (very funky) usage of Expressions.py
-
Philipp von Weitershausen authored
-
Philipp von Weitershausen authored
Basically, zope.app's path expressions use ITraversable adapters to traverse through the object graph. This is the only sane thing to do, really. However, we still want to take care of Zope2's OFS.Traversable which most promimently allowes the __bobo_traverse__ hook. (The irony is that OFS.Traversable uses Zope 3-style *URL* traversal these days; yes, *URL* traversal, not *object graph* traversal). Still confused? Basically, if we encounter something that is OFS.Traversable'ish, use restrictedTraverse. Use Zope3-style object graph traversal in all other cases....
-
Philipp von Weitershausen authored
-
Philipp von Weitershausen authored
-
Philipp von Weitershausen authored
correct argument order in useful implementation
-
Philipp von Weitershausen authored
-
Philipp von Weitershausen authored
-
Philipp von Weitershausen authored
-
Philipp von Weitershausen authored
-
- 06 May, 2006 3 commits
-
-
Andreas Jung authored
-
Andreas Jung authored
-
Andreas Jung authored
-
- 05 May, 2006 2 commits
-
-
Zachery Bir authored
-
Paul Winkler authored
Fixes issue with AcceleratedHTTPCacheManager sending PURGE from a virtual-hosted zope, and adds a bunch of related tests and comments.
-
- 04 May, 2006 1 commit
-
-
Rocky Burt authored
-
- 03 May, 2006 1 commit
-
-
Philipp von Weitershausen authored
-