[Zope-Checkins] SVN: Zope/branches/2.13/ Do not assume that you can iterate over a publishable object

2012-07-12 Thread Partick Gerken
Log message for revision 127339: Do not assume that you can iterate over a publishable object Changed: U Zope/branches/2.13/doc/CHANGES.rst U Zope/branches/2.13/src/ZPublisher/BaseRequest.py -=- Modified: Zope/branches/2.13/doc/CHANGES.rst

[Zope-Checkins] SVN: Zope/branches/2.13/src/ZPublisher/BaseRequest.py Last commit used hasattr on wrong object

2012-07-12 Thread Partick Gerken
Log message for revision 127341: Last commit used hasattr on wrong object Changed: U Zope/branches/2.13/src/ZPublisher/BaseRequest.py -=- Modified: Zope/branches/2.13/src/ZPublisher/BaseRequest.py === ---

[Zope-Checkins] SVN: Zope/branches/2.13/ Do not guess it is a webdav request if the http method is purge

2012-07-12 Thread Partick Gerken
Log message for revision 127342: Do not guess it is a webdav request if the http method is purge Changed: U Zope/branches/2.13/doc/CHANGES.rst U Zope/branches/2.13/src/ZPublisher/BaseRequest.py -=- Modified: Zope/branches/2.13/doc/CHANGES.rst

[Zope-Checkins] SVN: Zope/trunk/src/ZPublisher/BaseRequest.py Do not guess it is a webdav request if the http method is purge

2012-07-12 Thread Partick Gerken
Log message for revision 127343: Do not guess it is a webdav request if the http method is purge Changed: U Zope/trunk/src/ZPublisher/BaseRequest.py -=- Modified: Zope/trunk/src/ZPublisher/BaseRequest.py === ---