[Zope-Checkins] SVN: Zope/branches/philikon-aq/lib/python/Products/Five/browser/metaconfigure.py Simplify by using more machinery from Zope 3 (which we can thanks to IBrowserPUblisher

2007-07-30 Thread Philipp von Weitershausen
Log message for revision 78482: Simplify by using more machinery from Zope 3 (which we can thanks to IBrowserPUblisher support since Zope 2.10) Changed: U Zope/branches/philikon-aq/lib/python/Products/Five/browser/metaconfigure.py -=- Modified:

[Zope-Checkins] SVN: Zope/branches/philikon-aq/lib/python/Products/Five/browser/tests/pages Assert that views of the form

2007-07-30 Thread Philipp von Weitershausen
Log message for revision 78483: Assert that views of the form class MyView(BrowserView): __call__ = ViewPageTemplateFile('...') work. Changed: U Zope/branches/philikon-aq/lib/python/Products/Five/browser/tests/pages.py U

[Zope-Checkins] SVN: Zope/branches/philikon-aq/lib/python/Products/Five/browser/ Some legacy tests. And a (disabled) failing one that tests the __of__

2007-07-30 Thread Philipp von Weitershausen
Log message for revision 78489: Some legacy tests. And a (disabled) failing one that tests the __of__ behaviour of BrowserView. Well, when I say failing I should really say segfaulting :/ Changed: U Zope/branches/philikon-aq/lib/python/Products/Five/browser/__init__.py A