Log message for revision 80451:
  Launchpad #147201: treat container-class in zope.conf as a string, making it 
possible to use types from extra products directories.

Changed:
  U   Zope/trunk/doc/CHANGES.txt
  U   Zope/trunk/lib/python/Zope2/Startup/zopeschema.xml

-=-
Modified: Zope/trunk/doc/CHANGES.txt
===================================================================
--- Zope/trunk/doc/CHANGES.txt  2007-10-01 19:09:37 UTC (rev 80450)
+++ Zope/trunk/doc/CHANGES.txt  2007-10-01 19:48:13 UTC (rev 80451)
@@ -166,6 +166,9 @@
 
     Bugs Fixed
 
+      - Launchpad #147201: treat container-class in zope.conf as a string,
+        making it possible to use types from extra products directories.
+
       - Collector #2278: form ':record' objects did not implement enough
         of the mapping protocol.
 

Modified: Zope/trunk/lib/python/Zope2/Startup/zopeschema.xml
===================================================================
--- Zope/trunk/lib/python/Zope2/Startup/zopeschema.xml  2007-10-01 19:09:37 UTC 
(rev 80450)
+++ Zope/trunk/lib/python/Zope2/Startup/zopeschema.xml  2007-10-01 19:48:13 UTC 
(rev 80451)
@@ -242,7 +242,7 @@
       </description>
     </key>
 
-    <key name="container-class" datatype=".python_dotted_path">
+    <key name="container-class" datatype="string">
       <description>
        Change the contiainer class a (mounted) database uses on a
        per-database basis to support a different container than a plain

_______________________________________________
Zope-Checkins maillist  -  Zope-Checkins@zope.org
http://mail.zope.org/mailman/listinfo/zope-checkins

Reply via email to