[CMF-checkins] CVS: CMF - CHANGES.txt:1.25 all_cmf_tests.py:1.2
Tres Seaver
tseaver@zope.com
Wed, 14 Nov 2001 22:56:53 -0500
Update of /cvs-repository/CMF
In directory cvs.zope.org:/tmp/cvs-serv19674
Modified Files:
CHANGES.txt all_cmf_tests.py
Log Message:
- Updated CMFCore.CatalogTool to allow new, optional 'idxs'
argument to 'catalog_object' (tracker #405).
- Restored dots to 2.4 version of the runner in 'all_cmf_tests.py'.
=== CMF/CHANGES.txt 1.24 => 1.25 ===
Bug fixes
+ - Updated CMFCore.CatalogTool to allow new, optional 'idxs'
+ argument to 'catalog_object' (tracker #405).
+
- Added a workaround for the problem where the CookieCrumber
set cookies even though the user entered an incorrect password.
RESPONSE.unauthorized() now cancels the cookie response
@@ -116,7 +119,7 @@
- Corrected solecism in Topic (use of 'criteria' for singular);
removed the need to know about the funky generated IDs for
- criterion objects.
+ criterion objects. Fixed derived bug in skins (tracker #408).
- Modified error-logging code to avoid potential leaks of
traceback frame.
=== CMF/all_cmf_tests.py 1.1 => 1.2 ===
unittest.JUnitTextTestRunner().run( test_suite() )
else:
- unittest.TextTestRunner( verbosity=0 ).run( test_suite() )
+ unittest.TextTestRunner( verbosity=1 ).run( test_suite() )
if __name__ == '__main__':
run()