[Zope3-checkins] CVS: Zope3/doc - CHANGES.txt:1.521 TODO.txt:1.22

Stephan Richter srichter at cosmos.phy.tufts.edu
Wed Mar 3 17:54:57 EST 2004


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

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


The Zope Vocabulary Registry now uses utilities for the vocabulary factories.


=== Zope3/doc/CHANGES.txt 1.520 => 1.521 ===
--- Zope3/doc/CHANGES.txt:1.520	Wed Mar  3 15:19:39 2004
+++ Zope3/doc/CHANGES.txt	Wed Mar  3 17:54:27 2004
@@ -67,18 +67,22 @@
 
     - Converting Service-managed components to be utilities:
 
-      o Code Interpreter
+      o Various Code Interpreters were managed by a special service. They are
+        now registered with the utility service.
 
       o DAV Schema. The interface representing the DAV schema is the
         utility. For it to work correctly, I gave all DAV schemas the
         interface type IDAVNamespace. This is also the interface through which
         the utilities are found in the utility service.
 
-      o Language Negotiator
+      o Language Negotiator. The language negotiator is now a utility instead
+        of a service. 
 
       o Converted MailService --> MailDelivery utility; also the Mailer is now
         a utility, instead of using its own registry.
 
+      o Made Zope-specific Vocabulary Registry use utilities. The vocabulary
+        directive now registers vocabulary factories as utilities.
     
     - Converted local Workflow Definitions from being registerable components
       to be local utilities. Therefore, **a lot** of boiler-plate registration


=== Zope3/doc/TODO.txt 1.21 => 1.22 ===
--- Zope3/doc/TODO.txt:1.21	Wed Mar  3 15:19:39 2004
+++ Zope3/doc/TODO.txt	Wed Mar  3 17:54:27 2004
@@ -62,8 +62,6 @@
 
   - Interface (Murthy and Suresh are working on these)
 
-  - Vocabularies (warn Gary and Casey :)
-
   - Roles
 
   - Permissions




More information about the Zope3-Checkins mailing list