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

Stuart Bishop zen at shangri-la.dropbear.id.au
Sat Dec 13 02:58:19 EST 2003


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

Modified Files:
	CHANGES.txt 
Log Message:
Merging to HEAD

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.691 => 1.692 ===
--- Zope/doc/CHANGES.txt:1.691	Fri Dec 12 14:35:17 2003
+++ Zope/doc/CHANGES.txt	Sat Dec 13 02:57:49 2003
@@ -91,6 +91,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.
+
      - Only one VirtualHostMonster is allowed per container.
 
      - Collector #1133: TreeTag choked on Ids of type long.




More information about the Zope-Checkins mailing list