[Zope-Checkins] SVN: Zope/branches/philikon-aq/lib/python/Products/PageTemplates/ Synced the old pt's with the new code in Five.

2007-07-29 Thread Hanno Schlichting
Log message for revision 78452: Synced the old pt's with the new code in Five. Changed: U Zope/branches/philikon-aq/lib/python/Products/PageTemplates/PageTemplateFile.py U Zope/branches/philikon-aq/lib/python/Products/PageTemplates/ZopePageTemplate.py -=- Modified:

[Zope-Checkins] SVN: Zope/branches/philikon-aq/lib/python/Products/Five/browser/resource.py Remove no longer needed workaround

2007-07-29 Thread Hanno Schlichting
Log message for revision 78453: Remove no longer needed workaround Changed: U Zope/branches/philikon-aq/lib/python/Products/Five/browser/resource.py -=- Modified: Zope/branches/philikon-aq/lib/python/Products/Five/browser/resource.py

[Zope-Checkins] SVN: Zope/branches/philikon-aq/lib/python/Products/Five/viewlet/ Freed viewlets from their Acquisition chains

2007-07-29 Thread Hanno Schlichting
Log message for revision 78454: Freed viewlets from their Acquisition chains Changed: U Zope/branches/philikon-aq/lib/python/Products/Five/viewlet/README.txt U Zope/branches/philikon-aq/lib/python/Products/Five/viewlet/manager.py U

[Zope-Checkins] SVN: Zope/branches/philikon-aq/lib/python/Products/Five/browser/providerexpression.py We don't need a custom Z2ProviderExpression anymore :)

2007-07-29 Thread Hanno Schlichting
Log message for revision 78456: We don't need a custom Z2ProviderExpression anymore :) Changed: U Zope/branches/philikon-aq/lib/python/Products/Five/browser/providerexpression.py -=- Modified: Zope/branches/philikon-aq/lib/python/Products/Five/browser/providerexpression.py

[Zope-Checkins] SVN: Zope/branches/philikon-aq/lib/python/ZPublisher/ Fix a bug in the traversal code regarding IBrowserPublisher.browserDefault.

2007-07-29 Thread Philipp von Weitershausen
Log message for revision 78460: Fix a bug in the traversal code regarding IBrowserPublisher.browserDefault. browserDefault implementations that were returning object_thats_not_self, () didnt' work. Changed: U Zope/branches/philikon-aq/lib/python/ZPublisher/BaseRequest.py U

[Zope-Checkins] SVN: Zope/branches/philikon-aq/lib/python/Products/Five/browser/ Moved special __parent__ behaviour up to the browserview class, so all classes inheriting from it, gain this special b

2007-07-29 Thread Hanno Schlichting
Log message for revision 78463: Moved special __parent__ behaviour up to the browserview class, so all classes inheriting from it, gain this special behavior. Changed: U Zope/branches/philikon-aq/lib/python/Products/Five/browser/__init__.py U

[Zope-Checkins] SVN: Zope/branches/philikon-aq/lib/python/Products/Five/browser/__init__.py Simplify aq_parent

2007-07-29 Thread Hanno Schlichting
Log message for revision 78464: Simplify aq_parent Changed: U Zope/branches/philikon-aq/lib/python/Products/Five/browser/__init__.py -=- Modified: Zope/branches/philikon-aq/lib/python/Products/Five/browser/__init__.py === ---

[Zope-Checkins] SVN: Zope/branches/philikon-aq/lib/python/ZPublisher/ getHeader as it is in Zope3's HTTPRequest.

2007-07-29 Thread Philipp von Weitershausen
Log message for revision 78465: getHeader as it is in Zope3's HTTPRequest. Changed: U Zope/branches/philikon-aq/lib/python/ZPublisher/HTTPRequest.py U Zope/branches/philikon-aq/lib/python/ZPublisher/tests/testHTTPRequest.py -=- Modified:

[Zope-Checkins] SVN: Zope/branches/philikon-aq/lib/python/Products/Five/browser/tests/pages.txt Fix test and explain how and why.

2007-07-29 Thread Philipp von Weitershausen
Log message for revision 78470: Fix test and explain how and why. Changed: U Zope/branches/philikon-aq/lib/python/Products/Five/browser/tests/pages.txt -=- Modified: Zope/branches/philikon-aq/lib/python/Products/Five/browser/tests/pages.txt

[Zope-Checkins] SVN: Zope/branches/philikon-aq/lib/python/Products/Five/browser/tests/resource_ftest.txt Assert that standard resources can't be traversed any further (in other words,

2007-07-29 Thread Philipp von Weitershausen
Log message for revision 78473: Assert that standard resources can't be traversed any further (in other words, that the publishTraverse method on the Zope3 implementation, which we use now, works as expected). Changed: U

[Zope-Checkins] SVN: Zope/branches/philikon-aq/lib/python/Products/Five/browser/tests/pages.py new-style classes have worked for years now... *cough* *cough*

2007-07-29 Thread Philipp von Weitershausen
Log message for revision 78474: new-style classes have worked for years now... *cough* *cough* Changed: U Zope/branches/philikon-aq/lib/python/Products/Five/browser/tests/pages.py -=- Modified: Zope/branches/philikon-aq/lib/python/Products/Five/browser/tests/pages.py