[Zope-Checkins] CVS: Zope/doc - CHANGES.txt:1.625.2.86
Stuart Bishop
zen at shangri-la.dropbear.id.au
Tue Dec 16 09:50:43 EST 2003
Update of /cvs-repository/Zope/doc
In directory cvs.zope.org:/tmp/cvs-serv25028/doc
Modified Files:
Tag: Zope-2_7-branch
CHANGES.txt
Log Message:
Merged into branch
Added getId() to Item_w__name__, since the one inherited from Item
has broken __name__ handling.
PageTemplateFile now using Item_w__name__ mixin, making getId()
and absolute_url() actually work.
=== Zope/doc/CHANGES.txt 1.625.2.85 => 1.625.2.86 ===
--- Zope/doc/CHANGES.txt:1.625.2.85 Sun Dec 14 22:12:55 2003
+++ Zope/doc/CHANGES.txt Tue Dec 16 09:50:12 2003
@@ -31,6 +31,11 @@
Bugs fixed
+ - Item_w__name__ now has a working getId() method
+
+ - PageTemplateFile now using Item_w__name__ mixin, fixing
+ its getId() and absolute_url() methods.
+
- PCGI, FCGI, and HTTP servers now check for unicode types in their
close methods.
More information about the Zope-Checkins
mailing list