- 28 Aug, 2007 5 commits
-
-
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 23 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
-
Hanno Schlichting authored
-
Hanno Schlichting authored
-
Hanno Schlichting authored
-
Philipp von Weitershausen authored
towards OFS.Traversable and OFS.Application. Name them so. Introduce a more generic implementation that's very very close to the Zope 3 one and works on objects that don't inherit from OFS.Traversable or support acquisition (e.g. views, resources, etc.)
-
Hanno Schlichting authored
-
Hanno Schlichting authored
-
Philipp von Weitershausen authored
-
Philipp von Weitershausen authored
-
Philipp von Weitershausen authored
-
- 28 Jul, 2007 4 commits
-
-
Philipp von Weitershausen authored
-
Hanno Schlichting authored
-
Hanno Schlichting authored
-
Hanno Schlichting authored
-