[Zope-Checkins] CVS: Zope/doc - CHANGES.txt:1.625.2.132
Sidnei da Silva
sidnei at awkly.org
Mon Apr 26 11:43:02 EDT 2004
Update of /cvs-repository/Zope/doc
In directory cvs.zope.org:/tmp/cvs-serv13554/doc
Modified Files:
Tag: Zope-2_7-branch
CHANGES.txt
Log Message:
- Display index name on error message when index can't be used as
'sort_on'.
- PUT would fail if the created object had a __len__ = 0 (eg:
BTreeFolder2) and fallback to _default_put_factory. Fix by
checking if the returned object is None instead.
=== Zope/doc/CHANGES.txt 1.625.2.131 => 1.625.2.132 ===
--- Zope/doc/CHANGES.txt:1.625.2.131 Mon Apr 26 06:11:23 2004
+++ Zope/doc/CHANGES.txt Mon Apr 26 11:42:31 2004
@@ -67,7 +67,14 @@
manager before sending back data out of the database.
Bugs Fixed
-
+
+ - Display index name on error message when index can't be used as
+ 'sort_on'.
+
+ - PUT would fail if the created object had a __len__ = 0 (eg:
+ BTreeFolder2) and fallback to _default_put_factory. Fix by
+ checking if the returned object is None instead.
+
- Fix performance bug when calculating the number of objects in a
large ZCatalog. This made clicking on the indexes tab of such a
catalog extremely expensive.
More information about the Zope-Checkins
mailing list