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

Jim Fulton jim@zope.com
Tue, 20 Aug 2002 15:45:26 -0400


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

Modified Files:
	CHANGES.txt 
Log Message:
Documented changes made to treat implicit installation woes.


=== Zope/doc/CHANGES.txt 1.526 => 1.527 ===
--- Zope/doc/CHANGES.txt:1.526	Tue Aug 20 11:09:49 2002
+++ Zope/doc/CHANGES.txt	Tue Aug 20 15:45:25 2002
@@ -130,6 +130,11 @@
 
       - #178: Don't compile PythonScripts in skins directories
 
+      - Fixed the help registration system and Zope tutorial to honor
+        the environment variables, FORCE_PRODUCT_LOAD, and ZEO_CACHE,
+        that affect whether products are installed in the database at
+        application startup.
+
     Features Added
     
       - Collector #186: Added urlencode to the standard importables for
@@ -183,6 +188,15 @@
 	containing {'id':original_id,'new_id':newly_pasted_obj_id} when called
 	with REQUEST=None
 
+
+      - Changed FORCE_PRODUCT_LOAD so that if it is set, it determines
+        whether products are installed regardless of whether ZEO_CACHE is
+        set. This means that you can disable product installation by setting
+        FORCE_PRODUCT_LOAD to an empty string even if you are not using a
+        ZEO persistent cache.
+      
+        Documented FORCE_PRODUCT_LOAD
+      
   Zope 2.6.0 alpha 1
 
     Features Added