[Zope3-checkins] CVS: Zope3/doc - CHANGES.txt:1.567 TODO.txt:1.63

Stephan Richter srichter at cosmos.phy.tufts.edu
Thu Apr 15 09:24:28 EDT 2004


Update of /cvs-repository/Zope3/doc
In directory cvs.zope.org:/tmp/cvs-serv9372/doc

Modified Files:
	CHANGES.txt TODO.txt 
Log Message:


Use 'registrations()' everywhere (mainly apidoc) and remove
'getRegisteredMatching()'.




=== Zope3/doc/CHANGES.txt 1.566 => 1.567 ===
--- Zope3/doc/CHANGES.txt:1.566	Sun Apr 11 06:35:22 2004
+++ Zope3/doc/CHANGES.txt	Thu Apr 15 09:24:27 2004
@@ -10,6 +10,14 @@
 
     New features
 
+    - Implemented 'registrations()' method for all adapter and presentation
+      services. This method is particularly aimed for people building
+      informational GUIs and documentation. Examples of its use are in the
+      'apidoc' package.
+
+      The change was motivated by the desirable removal of the 
+      'getRegisteredMatching()' method, which has been done now.
+
     - 'Content-Type' header now updates with charset information if
       necessary.
 
@@ -37,6 +45,7 @@
 
     - You can run Zope 3 using zdaemon now. Thanks to Chris McDonough for his
       help there. Just use 'make runners' and start with 'bin/zopectl start'.   
+
     - http://dev.zope.org/Zope3/InstanceAndTypeBasedSubscriptions
 
       - Added ZCML to create subscription adapters by creating a new


=== Zope3/doc/TODO.txt 1.62 => 1.63 ===
--- Zope3/doc/TODO.txt:1.62	Wed Apr 14 10:08:55 2004
+++ Zope3/doc/TODO.txt	Thu Apr 15 09:24:27 2004
@@ -14,9 +14,6 @@
   This is needed for a number of other tasks.  Nathan Yergler is
   working on this.
 
-- Implement subscription adapter support in getRegisteredMatching() method of
-  adapter registry. (zope/interface/adapter.py, line 623-628)
-
 - Merge zope.conf and zdaemon.conf. This is a Fred Drake task. :)
 
 - Distribution, packaging an installation system.  Fred is working on




More information about the Zope3-Checkins mailing list