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

Chris McDonough chrism@zope.com
Thu, 17 Oct 2002 17:13:23 -0400


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

Modified Files:
      Tag: Zope-2_6-branch
	CHANGES.txt 
Log Message:



=== Zope/doc/CHANGES.txt 1.535.2.34 => 1.535.2.35 ===
--- Zope/doc/CHANGES.txt:1.535.2.34	Wed Oct 16 14:49:21 2002
+++ Zope/doc/CHANGES.txt	Thu Oct 17 17:13:22 2002
@@ -8,6 +8,15 @@
 
     Bugs Fixed
 
+      - Caused many places throughout the code base to use
+        calls to user.getId() rather than user.getUserName().  With
+        most (all?) user folder implementations today, this will have
+        no behavioral change, as getId is always alised to getUserName.
+        However, this makes it possible to write user folder
+        implementations which make the distinction between the user's
+        id and the user's name.  These user folders will allow users
+        to change names independent of their identity.
+
       - WebDAV Lock Manager actually gives the user a chance to
         specify a starting path **before** searching for locks,
         shortening query times and memory usage in large Zope