[Zope-Checkins] SVN: Zope/branches/2.10/ LP/#143873: Fixed problems when no HTTP_ACCEPT_CHARSET is in the request. This required an update of zope.publisher to 3.3.3.
Hanno Schlichting
plone at hannosch.info
Mon Feb 9 08:35:00 EST 2009
Log message for revision 96312:
LP/#143873: Fixed problems when no HTTP_ACCEPT_CHARSET is in the request. This required an update of zope.publisher to 3.3.3.
Changed:
U Zope/branches/2.10/doc/CHANGES.txt
_U Zope/branches/2.10/lib/python/zope/
-=-
Modified: Zope/branches/2.10/doc/CHANGES.txt
===================================================================
--- Zope/branches/2.10/doc/CHANGES.txt 2009-02-09 13:26:42 UTC (rev 96311)
+++ Zope/branches/2.10/doc/CHANGES.txt 2009-02-09 13:35:00 UTC (rev 96312)
@@ -19,13 +19,16 @@
Bugs fixed
+ - LP/#143873: Fixed problems when no HTTP_ACCEPT_CHARSET is in the
+ request. This required an update of zope.publisher to 3.3.3.
+
- LP/#324876: tighened regex for detecting the charset
from a meta-equiv header
- Acquisition wrappers now correctly proxy __iter__.
- Products.PluginIndexes.PathIndex: backported doc fixes /
- optiimizations from trunk (and ExtendedPathIndex).
+ optimizations from trunk (and ExtendedPathIndex).
- Launchpad #174705: ensure that the error info object exposed to a
'tal:on_error' handler has attributes visible to restricted code.
Property changes on: Zope/branches/2.10/lib/python/zope
___________________________________________________________________
Modified: svn:externals
- annotation svn://svn.zope.org/repos/main/Zope3/tags/3.3.2/src/zope/annotation
cachedescriptors svn://svn.zope.org/repos/main/Zope3/tags/3.3.2/src/zope/cachedescriptors
component svn://svn.zope.org/repos/main/Zope3/tags/3.3.2/src/zope/component
configuration svn://svn.zope.org/repos/main/Zope3/tags/3.3.2/src/zope/configuration
contentprovider svn://svn.zope.org/repos/main/Zope3/tags/3.3.2/src/zope/contentprovider
contenttype svn://svn.zope.org/repos/main/Zope3/tags/3.3.2/src/zope/contenttype
copypastemove svn://svn.zope.org/repos/main/Zope3/tags/3.3.2/src/zope/copypastemove
datetime svn://svn.zope.org/repos/main/Zope3/tags/3.3.2/src/zope/datetime
decorator svn://svn.zope.org/repos/main/Zope3/tags/3.3.2/src/zope/decorator
deferredimport svn://svn.zope.org/repos/main/Zope3/tags/3.3.2/src/zope/deferredimport
deprecation svn://svn.zope.org/repos/main/Zope3/tags/3.3.2/src/zope/deprecation
documenttemplate svn://svn.zope.org/repos/main/Zope3/tags/3.3.2/src/zope/documenttemplate
dottedname svn://svn.zope.org/repos/main/Zope3/tags/3.3.2/src/zope/dottedname
dublincore svn://svn.zope.org/repos/main/Zope3/tags/3.3.2/src/zope/dublincore
event svn://svn.zope.org/repos/main/Zope3/tags/3.3.2/src/zope/event
exceptions svn://svn.zope.org/repos/main/Zope3/tags/3.3.2/src/zope/exceptions
filerepresentation svn://svn.zope.org/repos/main/Zope3/tags/3.3.2/src/zope/filerepresentation
formlib svn://svn.zope.org/repos/main/Zope3/tags/3.3.2/src/zope/formlib
hookable svn://svn.zope.org/repos/main/Zope3/tags/3.3.2/src/zope/hookable
i18n svn://svn.zope.org/repos/main/Zope3/tags/3.3.2/src/zope/i18n
i18nmessageid svn://svn.zope.org/repos/main/Zope3/tags/3.3.2/src/zope/i18nmessageid
index svn://svn.zope.org/repos/main/Zope3/tags/3.3.2/src/zope/index
interface svn://svn.zope.org/repos/main/Zope3/tags/3.3.2/src/zope/interface
lifecycleevent svn://svn.zope.org/repos/main/Zope3/tags/3.3.2/src/zope/lifecycleevent
location svn://svn.zope.org/repos/main/Zope3/tags/3.3.2/src/zope/location
modulealias svn://svn.zope.org/repos/main/Zope3/tags/3.3.2/src/zope/modulealias
pagetemplate svn://svn.zope.org/repos/main/Zope3/tags/3.3.2/src/zope/pagetemplate
proxy svn://svn.zope.org/repos/main/Zope3/tags/3.3.2/src/zope/proxy
publisher svn://svn.zope.org/repos/main/Zope3/tags/3.3.2/src/zope/publisher
rdb svn://svn.zope.org/repos/main/Zope3/tags/3.3.2/src/zope/rdb
schema svn://svn.zope.org/repos/main/Zope3/tags/3.3.2/src/zope/schema
security svn://svn.zope.org/repos/main/zope.security/tags/3.3.3/src/zope/security
sendmail svn://svn.zope.org/repos/main/Zope3/tags/3.3.2/src/zope/sendmail
server svn://svn.zope.org/repos/main/Zope3/tags/3.3.2/src/zope/server
size svn://svn.zope.org/repos/main/Zope3/tags/3.3.2/src/zope/size
structuredtext svn://svn.zope.org/repos/main/Zope3/tags/3.3.2/src/zope/structuredtext
tal svn://svn.zope.org/repos/main/Zope3/tags/3.3.2/src/zope/tal
tales svn://svn.zope.org/repos/main/Zope3/tags/3.3.2/src/zope/tales
testbrowser svn://svn.zope.org/repos/main/Zope3/tags/3.3.2/src/zope/testbrowser
testing svn://svn.zope.org/repos/main/zope.testing/tags/3.0/src/zope/testing
thread svn://svn.zope.org/repos/main/Zope3/tags/3.3.2/src/zope/thread
traversing svn://svn.zope.org/repos/main/Zope3/tags/3.3.2/src/zope/traversing
viewlet svn://svn.zope.org/repos/main/Zope3/tags/3.3.2/src/zope/viewlet
wfmc svn://svn.zope.org/repos/main/Zope3/tags/3.3.2/src/zope/wfmc
+ annotation svn://svn.zope.org/repos/main/Zope3/tags/3.3.2/src/zope/annotation
cachedescriptors svn://svn.zope.org/repos/main/Zope3/tags/3.3.2/src/zope/cachedescriptors
component svn://svn.zope.org/repos/main/Zope3/tags/3.3.2/src/zope/component
configuration svn://svn.zope.org/repos/main/Zope3/tags/3.3.2/src/zope/configuration
contentprovider svn://svn.zope.org/repos/main/Zope3/tags/3.3.2/src/zope/contentprovider
contenttype svn://svn.zope.org/repos/main/Zope3/tags/3.3.2/src/zope/contenttype
copypastemove svn://svn.zope.org/repos/main/Zope3/tags/3.3.2/src/zope/copypastemove
datetime svn://svn.zope.org/repos/main/Zope3/tags/3.3.2/src/zope/datetime
decorator svn://svn.zope.org/repos/main/Zope3/tags/3.3.2/src/zope/decorator
deferredimport svn://svn.zope.org/repos/main/Zope3/tags/3.3.2/src/zope/deferredimport
deprecation svn://svn.zope.org/repos/main/Zope3/tags/3.3.2/src/zope/deprecation
documenttemplate svn://svn.zope.org/repos/main/Zope3/tags/3.3.2/src/zope/documenttemplate
dottedname svn://svn.zope.org/repos/main/Zope3/tags/3.3.2/src/zope/dottedname
dublincore svn://svn.zope.org/repos/main/Zope3/tags/3.3.2/src/zope/dublincore
event svn://svn.zope.org/repos/main/Zope3/tags/3.3.2/src/zope/event
exceptions svn://svn.zope.org/repos/main/Zope3/tags/3.3.2/src/zope/exceptions
filerepresentation svn://svn.zope.org/repos/main/Zope3/tags/3.3.2/src/zope/filerepresentation
formlib svn://svn.zope.org/repos/main/Zope3/tags/3.3.2/src/zope/formlib
hookable svn://svn.zope.org/repos/main/Zope3/tags/3.3.2/src/zope/hookable
i18n svn://svn.zope.org/repos/main/Zope3/tags/3.3.2/src/zope/i18n
i18nmessageid svn://svn.zope.org/repos/main/Zope3/tags/3.3.2/src/zope/i18nmessageid
index svn://svn.zope.org/repos/main/Zope3/tags/3.3.2/src/zope/index
interface svn://svn.zope.org/repos/main/Zope3/tags/3.3.2/src/zope/interface
lifecycleevent svn://svn.zope.org/repos/main/Zope3/tags/3.3.2/src/zope/lifecycleevent
location svn://svn.zope.org/repos/main/Zope3/tags/3.3.2/src/zope/location
modulealias svn://svn.zope.org/repos/main/Zope3/tags/3.3.2/src/zope/modulealias
pagetemplate svn://svn.zope.org/repos/main/Zope3/tags/3.3.2/src/zope/pagetemplate
proxy svn://svn.zope.org/repos/main/Zope3/tags/3.3.2/src/zope/proxy
publisher svn://svn.zope.org/repos/main/zope.publisher/tags/3.3.3/src/zope/publisher
rdb svn://svn.zope.org/repos/main/Zope3/tags/3.3.2/src/zope/rdb
schema svn://svn.zope.org/repos/main/Zope3/tags/3.3.2/src/zope/schema
security svn://svn.zope.org/repos/main/zope.security/tags/3.3.3/src/zope/security
sendmail svn://svn.zope.org/repos/main/Zope3/tags/3.3.2/src/zope/sendmail
server svn://svn.zope.org/repos/main/Zope3/tags/3.3.2/src/zope/server
size svn://svn.zope.org/repos/main/Zope3/tags/3.3.2/src/zope/size
structuredtext svn://svn.zope.org/repos/main/Zope3/tags/3.3.2/src/zope/structuredtext
tal svn://svn.zope.org/repos/main/Zope3/tags/3.3.2/src/zope/tal
tales svn://svn.zope.org/repos/main/Zope3/tags/3.3.2/src/zope/tales
testbrowser svn://svn.zope.org/repos/main/Zope3/tags/3.3.2/src/zope/testbrowser
testing svn://svn.zope.org/repos/main/zope.testing/tags/3.0/src/zope/testing
thread svn://svn.zope.org/repos/main/Zope3/tags/3.3.2/src/zope/thread
traversing svn://svn.zope.org/repos/main/Zope3/tags/3.3.2/src/zope/traversing
viewlet svn://svn.zope.org/repos/main/Zope3/tags/3.3.2/src/zope/viewlet
wfmc svn://svn.zope.org/repos/main/Zope3/tags/3.3.2/src/zope/wfmc
More information about the Zope-Checkins
mailing list