[CMF-checkins] CVS: CMF - CHANGES.txt:1.5 run_all_tests:1.2

tseaver@digicool.com tseaver@digicool.com
Sun, 17 Jun 2001 15:21:36 -0400 (EDT)


Update of /cvs-repository/CMF
In directory korak.digicool.com:/tmp/cvs-serv28068

Modified Files:
	CHANGES.txt run_all_tests 
Log Message:
 - Merge 'discussiongeddon' patch.


--- Updated File CHANGES.txt in package CMF --
--- CHANGES.txt	2001/06/07 01:25:54	1.4
+++ CHANGES.txt	2001/06/17 19:21:05	1.5
@@ -2,6 +2,9 @@
 
  New features
 
+  - Added 'run_all_tests' script, to simplify running all unit
+    tests for CMF-related products.
+
   - Factored out index and column lists, to ease customization
     (Tracker #289)
 
@@ -41,6 +44,14 @@
       stx_level on the object.
 
  Bug fixes
+
+  - *LARGE* patch to CMFDefault.DiscussionItem and
+    CMFDefault.DiscussionTool, plus removal of
+    CMFDefault.Discussions:  changed threading strategy to remove
+    dependency on the path of the "host" content object.  Includes
+    an ExternalMethod, CMFDefault/Extensions/update_discussion.py,
+    which must be run to convert existing content which contains
+    discussion.
 
   - Overrode DublinCore's isEffective in CMFCalendar.Event to
     always return true;  this change prevents blocking view of

--- Updated File run_all_tests in package CMF --
--- run_all_tests	2001/06/14 00:41:04	1.1
+++ run_all_tests	2001/06/17 19:21:05	1.2
@@ -1,4 +1,6 @@
 #! /bin/sh
+/usr/bin/find Products -name "*.pyc" | xargs rm
+
 for d in Products/{CMF,DC}*; do
     echo Testing package $d
     ./zctl.py test $d/tests/test_all.py