[Zope-Checkins] CVS: Zope/doc - CHANGES.txt:1.625.2.37
Chris McDonough
chrism at zope.com
Tue Oct 7 15:47:43 EDT 2003
Update of /cvs-repository/Zope/doc
In directory cvs.zope.org:/tmp/cvs-serv8781
Modified Files:
Tag: Zope-2_7-branch
CHANGES.txt
Log Message:
=== Zope/doc/CHANGES.txt 1.625.2.36 => 1.625.2.37 ===
--- Zope/doc/CHANGES.txt:1.625.2.36 Sun Oct 5 10:10:06 2003
+++ Zope/doc/CHANGES.txt Tue Oct 7 15:47:43 2003
@@ -6,12 +6,18 @@
After 2.7.0b2
- Bugs fixed
- - Merge a missing bugfix from the 2.6 branch for ZCatalog.
- When a set of indexes is specified to the 'idxs' argument in
- a call to the Catalog's catalogObject method, don't unconditionally
- update the metadata.
+ Features Added
+
+ - Add an update_metadata keyword argument to instances of a
+ Catalog's catalogObject method and an ZCatalog's catalog_object
+ method. This argument defaults to true. If this argument is
+ specified false, the catalog update will not update the
+ metadata for the object. If the obejct has never been
+ cataloged before, the metadata is always added and the flag has
+ no effect.
+
+ Bugs fixed
- Added the name "context" as a synonym for "here" in page
templates, since "context" is better understood. This unifies
More information about the Zope-Checkins
mailing list