[Zope-Checkins] CVS: Zope/doc - CHANGES.txt:1.528.2.5

Chris McDonough chrism@zope.com
Sat, 28 Sep 2002 21:41:00 -0400


Update of /cvs-repository/Zope/doc
In directory cvs.zope.org:/tmp/cvs-serv16902/doc

Modified Files:
      Tag: chrism-install-branch
	CHANGES.txt 
Log Message:
Merge chrism-install-branch with head.  Apologies for the spew.


=== Zope/doc/CHANGES.txt 1.528.2.4 => 1.528.2.5 ===
--- Zope/doc/CHANGES.txt:1.528.2.4	Mon Sep 16 02:00:49 2002
+++ Zope/doc/CHANGES.txt	Sat Sep 28 21:40:30 2002
@@ -44,6 +44,54 @@
         We now check to make sure a content-type header is not
         already set before allowing a page template to set its own.
 
+      - Collector #586:  Generated 'start' scripts had a nonsensical
+        export of an "INST_HOME" environment variable.
+
+      - Collector #538: Hybrid path expressions no longer attempt to call
+        a value returned by the final, non-path alternate.
+
+      - Collector #573: ZTUtils Iterator didn't catch AttributeError.
+
+      - Deprecated hasRole alias in User.py failed to return result.
+
+      - Collector #580: TALES evaluateBoolean() was squishing 'default'.
+
+      - Collector #581: TALES Path traversal should not special-case a blank
+        string in the second element position.  It now skips directly
+        to item access when a path element is blank or has a leading '_'.
+
+      - Fixed inconsistent attribute access in TALES Paths.
+
+      - Collector #587: fixed wrong migration to string methods in 
+        DTMLMethod.py
+
+      - Collector #583: Searching for '/' with PathIndexes failed.
+
+      - Fixed bug in manage_editProperties which used an incorrect default
+        for several types of property when they were not found in the
+        REQUEST.
+
+      - Collector #574: Fixed write on HEAD requests caused by overzealous
+        ETag support.
+
+      - 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.