[Zope-Checkins] SVN: Zope/branches/ajung-zpt-end-game/lib/python/Products/PageTemplates/ Revert a change to a unit test that would assert that the results of hybrid

2006-05-25 Thread Philipp von Weitershausen
Log message for revision 68285: Revert a change to a unit test that would assert that the results of hybrid path expressions where the alternate expression wasn't a PathExpr is not called. See http://www.zope.org/Collectors/Zope/538, http://svn.zope.org/?view=revrev=22855 and

[Zope-Checkins] SVN: Zope/branches/ajung-zpt-end-game/lib/python/Products/PageTemplates/tests/testExpressions.py Supporting empty path elements seems a lost use case, as explained

2006-05-25 Thread Philipp von Weitershausen
Log message for revision 68287: Supporting empty path elements seems a lost use case, as explained in http://mail.zope.org/pipermail/zope-dev/2006-May/027493.html. Disable the corresponding tests therefore. Changed: U

[Zope-Checkins] SVN: Products.Five/trunk/ Fixed an issue where browser:page based views that didn't have template or attribute defined weren't getting BrowserView mixed in.

2006-05-25 Thread Rocky Burt
Log message for revision 68289: Fixed an issue where browser:page based views that didn't have template or attribute defined weren't getting BrowserView mixed in. Changed: U Products.Five/trunk/CHANGES.txt U Products.Five/trunk/browser/metaconfigure.py U

[Zope-Checkins] SVN: Products.Five/branches/1.4/ - Fixed an issue where browser:page based views that didn't have template or attribute defined weren't getting BrowserView mixed in.

2006-05-25 Thread Rocky Burt
Log message for revision 68290: - Fixed an issue where browser:page based views that didn't have template or attribute defined weren't getting BrowserView mixed in. - Fixed an issue where new-style classes could not be used for view components with browser:page. Changed: U

[Zope-Checkins] SVN: Products.Five/branches/1.3/ - Fixed an issue where browser:page based views that didn't have template or attribute defined weren't getting BrowserView mixed in.

2006-05-25 Thread Rocky Burt
Log message for revision 68291: - Fixed an issue where browser:page based views that didn't have template or attribute defined weren't getting BrowserView mixed in. - Fixed an issue where new-style classes could not be used for view components with browser:page. Changed: U

[Zope-Checkins] SVN: Products.Five/branches/1.2/ - Fixed an issue where browser:page based views that didn't have template or attribute defined weren't getting BrowserView mixed in.

2006-05-25 Thread Rocky Burt
Log message for revision 68292: - Fixed an issue where browser:page based views that didn't have template or attribute defined weren't getting BrowserView mixed in. - Fixed an issue where new-style classes could not be used for view components with browser:page. Changed: U

[Zope-Checkins] SVN: Zope/branches/ajung-zpt-end-game/lib/python/Products/PageTemplates/Expressions.py Fix last remaining Five test failure by providing the ZPT traverser

2006-05-25 Thread Philipp von Weitershausen
Log message for revision 68293: Fix last remaining Five test failure by providing the ZPT traverser (boboTraverseAwareSimpleTraverse) with a request. Since zope.app has already solved this problem (and I copied zope.app's approach in the traverser), we can just simply reuse zope.app's code

[Zope-Checkins] SVN: Zope/branches/ajung-zpt-end-game/lib/python/Products/PageTemplates/tests/testTALES.py Don't show deprecation warnings during running tests.

2006-05-25 Thread Philipp von Weitershausen
Log message for revision 68294: Don't show deprecation warnings during running tests. Changed: U Zope/branches/ajung-zpt-end-game/lib/python/Products/PageTemplates/tests/testTALES.py -=- Modified: Zope/branches/ajung-zpt-end-game/lib/python/Products/PageTemplates/tests/testTALES.py