- 15 Apr, 2008 1 commit
-
-
Hanno Schlichting authored
Added a test for the first of three problems found in real life applications with the ViewPageTemplateFile
-
- 15 Oct, 2007 1 commit
-
-
Hanno Schlichting authored
-
- 14 Oct, 2007 1 commit
-
-
Hanno Schlichting authored
-
- 01 Sep, 2007 4 commits
-
-
Philipp von Weitershausen authored
traversal.
-
Philipp von Weitershausen authored
from Explicit as well.
-
Philipp von Weitershausen authored
legacy attributes and they point to the right things.
-
Philipp von Weitershausen authored
be legacy implementations out there needing it. Therefore we need to keep our own ProviderExpression implementation. Added legacy tests for content providers and viewlets
-
- 30 Aug, 2007 1 commit
-
-
Philipp von Weitershausen authored
Minor cleanup.
-
- 28 Aug, 2007 10 commits
-
-
Philipp von Weitershausen authored
-
Philipp von Weitershausen authored
support the Acquisition BBB (and __parent__ in order for it to work).
-
Philipp von Weitershausen authored
-
Hanno Schlichting authored
-
Hanno Schlichting authored
-
Hanno Schlichting authored
-
Hanno Schlichting authored
-
Hanno Schlichting authored
-
Philipp von Weitershausen authored
-
Hanno Schlichting authored
Use an explicit __init__ to work around problems with magically inserted super classes when using BrowserView as a base for viewlets.
-
- 08 Aug, 2007 1 commit
-
-
Hanno Schlichting authored
-
- 02 Aug, 2007 1 commit
-
-
Hanno Schlichting authored
-
- 01 Aug, 2007 1 commit
-
-
Hanno Schlichting authored
Added hint on where the segfault happens. My test output is irritating, it seems we end up with a cyclic aq_chain again :(
-
- 30 Jul, 2007 5 commits
-
-
Philipp von Weitershausen authored
-
Philipp von Weitershausen authored
behaviour of BrowserView. Well, when I say failing I should really say segfaulting :/
-
Philipp von Weitershausen authored
class MyView(BrowserView): __call__ = ViewPageTemplateFile('...') work.
-
Philipp von Weitershausen authored
support since Zope 2.10)
-
Philipp von Weitershausen authored
class Foo: __call__ = SomeCallableObject() This is very useful for Zope 3 templates where this paradigm is used all over the place. In fact, mapply simply uses this part of Zope 3's __call__ finding logic. (I actually wish we could simply switch over to Zope 3's mapply, but the call signatures aren't the same. Sigh.)
-
- 29 Jul, 2007 14 commits
-
-
Philipp von Weitershausen authored
implementation from Zope 3.
-
Philipp von Weitershausen authored
-
Philipp von Weitershausen authored
that the publishTraverse method on the Zope3 implementation, which we use now, works as expected).
-
Philipp von Weitershausen authored
-
Philipp von Weitershausen authored
it with light shims over the Zope 3 stuff.
-
Philipp von Weitershausen authored
-
Philipp von Weitershausen authored
-
Hanno Schlichting authored
-
Hanno Schlichting authored
Moved special __parent__ behaviour up to the browserview class, so all classes inheriting from it, gain this special behavior.
-
Philipp von Weitershausen authored
-
Hanno Schlichting authored
-
Philipp von Weitershausen authored
browserDefault implementations that were returning object_thats_not_self, () didnt' work.
-
Hanno Schlichting authored
-
Hanno Schlichting authored
-