[Zope-Checkins] CVS: Zope/doc - CHANGES.txt:1.528.2.4
Chris McDonough
chrism@zope.com
Mon, 16 Sep 2002 02:01:19 -0400
Update of /cvs-repository/Zope/doc
In directory cvs.zope.org:/tmp/cvs-serv9237/doc
Modified Files:
Tag: chrism-install-branch
CHANGES.txt
Log Message:
Merging with HEAD.
=== Zope/doc/CHANGES.txt 1.528.2.3 => 1.528.2.4 ===
--- Zope/doc/CHANGES.txt:1.528.2.3 Tue Sep 10 23:36:36 2002
+++ Zope/doc/CHANGES.txt Mon Sep 16 02:00:49 2002
@@ -22,6 +22,28 @@
We now check to make sure a content-type header is not
already set before allowing a page template to set its own.
+ - Fixed bug in manage_editProperties which used an incorrect default
+ for several types of property when they were not found in the
+ REQUEST.
+
+ - Fixed broken management form for TopicIndexes.
+
+ - Fixed bug in z2.py where it would eat certain socket error exceptions
+ at startup.
+
+ - Collector #550: Exceptions in XML-RPC requests no longer envoke
+ standard_error_message. Plain text error messages are instead added to
+ the fault string. In debug mode, a full traceback is also included
+ since access to the error log is not a given for XML-RPC developers.
+
+ - Collector #512,541: Fixed broken WebDAV compatiblity
+ with Cadaver 0.20.X due to a missing Lock-Token header.
+
+ - Zope Page Templates set a 'content-type' header even if
+ the result of their execution was not rendered to the browser.
+ We now check to make sure a content-type header is not
+ already set before allowing a page template to set its own.
+
- The title_or_id attribute of browser id managers and
session data managers is now accessible publically.