[Zope-Checkins] SVN: Zope/branches/Zope-2_8-branch/ - marked old-style product metadata support as deprecated

2005-10-31 Thread Yvo Schubbe
Log message for revision 39762: - marked old-style product metadata support as deprecated - removed all dependencies on that support Changed: U Zope/branches/Zope-2_8-branch/doc/CHANGES.txt U Zope/branches/Zope-2_8-branch/lib/python/OFS/Application.py UU Zope/branches/Zope-2_8-branc

[Zope-Checkins] SVN: Zope/trunk/ - removed old-style product metadata support

2005-10-31 Thread Yvo Schubbe
Log message for revision 39763: - removed old-style product metadata support - removed all dependencies on that support Changed: U Zope/trunk/doc/CHANGES.txt U Zope/trunk/lib/python/OFS/Application.py UU Zope/trunk/lib/python/OFS/tests/testProductInit.py UU Zope/trunk/lib/python/

[Zope-Checkins] SVN: Zope/branches/Zope-2_8-branch/lib/python/OFS/dtml/main.dtml - don't show meta_types that don't have an action

2005-10-31 Thread Yvo Schubbe
Log message for revision 39764: - don't show meta_types that don't have an action Changed: UU Zope/branches/Zope-2_8-branch/lib/python/OFS/dtml/main.dtml -=- Modified: Zope/branches/Zope-2_8-branch/lib/python/OFS/dtml/main.dtml

[Zope-Checkins] SVN: Zope/trunk/lib/python/OFS/dtml/main.dtml - don't show meta_types that don't have an action

2005-10-31 Thread Yvo Schubbe
Log message for revision 39765: - don't show meta_types that don't have an action Changed: UU Zope/trunk/lib/python/OFS/dtml/main.dtml -=- Modified: Zope/trunk/lib/python/OFS/dtml/main.dtml === --- Zope/trunk/lib/python/OFS/dtml

[Zope-Checkins] SVN: Zope/branches/philikon-zope32-integration/ Move the root PUBLICATION.cfg file to the release metadata

2005-10-31 Thread Philipp von Weitershausen
Log message for revision 39766: Move the root PUBLICATION.cfg file to the release metadata directory, overwriting the stub I copied from Zope 3. Changed: D Zope/branches/philikon-zope32-integration/PUBLICATION.cfg U Zope/branches/philikon-zope32-integration/releases/Zope2/PUBLICATIO

[Zope-Checkins] SVN: Zope/branches/philikon-zope32-integration/configure Python 2.4 is required

2005-10-31 Thread Philipp von Weitershausen
Log message for revision 39767: Python 2.4 is required Changed: U Zope/branches/philikon-zope32-integration/configure -=- Modified: Zope/branches/philikon-zope32-integration/configure === --- Zope/branches/philikon-zope32-in

[Zope-Checkins] SVN: Zope/branches/philikon-zope32-integration/lib/python/ update zconfig to 2.3.1 for a zpkg-related case sensitivity fix

2005-10-31 Thread Philipp von Weitershausen
Log message for revision 39771: update zconfig to 2.3.1 for a zpkg-related case sensitivity fix Changed: _U Zope/branches/philikon-zope32-integration/lib/python/ -=- Property changes on: Zope/branches/philikon-zope32-integration/lib/python

[Zope-Checkins] SVN: Zope/branches/philikon-zope32-integration/releases/Zope2.cfg Zope2 is a package, so that would confuse zpkgutils when building a distro.

2005-10-31 Thread Philipp von Weitershausen
Log message for revision 39772: Zope2 is a package, so that would confuse zpkgutils when building a distro. Zope2-src is a virtual collection, located at releases/Zope2/ and defines what goes into a Zope 2 release tarball. Changed: U Zope/branches/philikon-zope32-integration/releases/

[Zope-Checkins] SVN: Zope/branches/philikon-zope32-integration/utilities/ Moved to python2.4 instead of python2.3

2005-10-31 Thread Florent Guillaume
Log message for revision 39773: Moved to python2.4 instead of python2.3 Changed: U Zope/branches/philikon-zope32-integration/utilities/check_catalog.py U Zope/branches/philikon-zope32-integration/utilities/compilezpy.py U Zope/branches/philikon-zope32-integration/utilities/copyzopesk

[Zope-Checkins] SVN: Zope/branches/philikon-zope32-integration/ Zope now sends Zope 3 events when objects are added or removed from

2005-10-31 Thread Florent Guillaume
Log message for revision 39784: Zope now sends Zope 3 events when objects are added or removed from standard containers. manage_afterAdd, manage_beforeDelete and manage_afterClone are now deprecated. See lib/python/Products/Five/tests/event.txt for details. This requires Five 1.3 (incl

[Zope-Checkins] SVN: Zope/branches/Zope-2_8-branch/lib/python/Products/ZCatalog/ZCatalog.py - accept also the z3 version of PluggableIndex interface

2005-10-31 Thread Yvo Schubbe
Log message for revision 39787: - accept also the z3 version of PluggableIndex interface Changed: U Zope/branches/Zope-2_8-branch/lib/python/Products/ZCatalog/ZCatalog.py -=- Modified: Zope/branches/Zope-2_8-branch/lib/python/Products/ZCatalog/ZCatalog.py ===

[Zope-Checkins] SVN: Zope/trunk/lib/python/Products/ZCatalog/ZCatalog.py - accept also the z3 version of PluggableIndex interface

2005-10-31 Thread Yvo Schubbe
Log message for revision 39788: - accept also the z3 version of PluggableIndex interface Changed: U Zope/trunk/lib/python/Products/ZCatalog/ZCatalog.py -=- Modified: Zope/trunk/lib/python/Products/ZCatalog/ZCatalog.py === --- Z

[Zope-Checkins] SVN: Zope/trunk/ Merged from 2.8 branch:

2005-10-31 Thread Jim Fulton
Log message for revision 39789: Merged from 2.8 branch: r39647 | jim | 2005-10-26 13:12:39 -0400 (Wed, 26 Oct 2005) | 6 lines Fixed a bug in getting source that prevented tests from being used if there were pyc files around. Sigh. Added tests for restrictions on augmented ass

[Zope-Checkins] SVN: Zope/branches/Zope-2_8-branch/lib/python/Products/ZCTextIndex/ - converted ILexicon to z3 and bridged it back

2005-10-31 Thread Yvo Schubbe
Log message for revision 39790: - converted ILexicon to z3 and bridged it back - ZCTextIndex now accepts lexicons with the z3 interface Changed: UU Zope/branches/Zope-2_8-branch/lib/python/Products/ZCTextIndex/ILexicon.py UU Zope/branches/Zope-2_8-branch/lib/python/Products/ZCTextIndex/L

[Zope-Checkins] SVN: Zope/trunk/lib/python/Products/ZCTextIndex/ - converted ILexicon to z3 and bridged it back

2005-10-31 Thread Yvo Schubbe
Log message for revision 39791: - converted ILexicon to z3 and bridged it back - ZCTextIndex now accepts lexicons with the z3 interface Changed: UU Zope/trunk/lib/python/Products/ZCTextIndex/ILexicon.py UU Zope/trunk/lib/python/Products/ZCTextIndex/Lexicon.py U Zope/trunk/lib/python/

[Zope-Checkins] SVN: Zope/trunk/lib/python/App/ProductContext.py - registerClass now also adds z3 interfaces to 'interfaces' of the meta_type info

2005-10-31 Thread Yvo Schubbe
Log message for revision 39793: - registerClass now also adds z3 interfaces to 'interfaces' of the meta_type info - added some comments describing the meta_type info Changed: U Zope/trunk/lib/python/App/ProductContext.py -=- Modified: Zope/trunk/lib/python/App/ProductContext.py =

[Zope-Checkins] SVN: Zope/trunk/lib/python/ warnings.resetwarnings() should never be called by tests.

2005-10-31 Thread Tim Peters
Log message for revision 39802: warnings.resetwarnings() should never be called by tests. Doing so wipes out all the warning filters other tests may set up to suppress warnings those tests need to provoke but want to hide from the entity running the tests. This stops all the Depreca