[Zope-Checkins] SVN: Zope/branches/Zope-2_8-branch/lib/python/OFS/Application.py - extended warning time for removal of old-style product metadata support

2005-11-04 Thread Yvo Schubbe
Log message for revision 39882: - extended warning time for removal of old-style product metadata support Changed: U Zope/branches/Zope-2_8-branch/lib/python/OFS/Application.py -=- Modified: Zope/branches/Zope-2_8-branch/lib/python/OFS/Application.py

[Zope-Checkins] SVN: Zope/trunk/ - extended warning time for removal of old-style product metadata support

2005-11-04 Thread Yvo Schubbe
Log message for revision 39883: - extended warning time for removal of old-style product metadata support Changed: U Zope/trunk/doc/CHANGES.txt U Zope/trunk/lib/python/OFS/Application.py -=- Modified: Zope/trunk/doc/CHANGES.txt ===

[Zope-Checkins] SVN: Zope/trunk/lib/python/Testing/ZopeTestCase/testZODBCompat.py Use transaction.savepoint(optimistic=True) as advised by Florent, Tres, and Tim.

2005-11-04 Thread Stefan H. Holek
Log message for revision 39884: Use transaction.savepoint(optimistic=True) as advised by Florent, Tres, and Tim. (Sheesh, can't a guy make a little checkin in private? ;-) Changed: U Zope/trunk/lib/python/Testing/ZopeTestCase/testZODBCompat.py -=- Modified: Zope/trunk/lib/python/Testi

[Zope-Checkins] SVN: Zope/trunk/inst/Makefile.in Make "make instance" and "make inplace" work again. "make inplace"

2005-11-04 Thread Philipp von Weitershausen
Log message for revision 39885: Make "make instance" and "make inplace" work again. "make inplace" isn't quite the same anymore (it's just like "make" now and doesn't install a whole software home into the sandbox; use "make instance" instead). Changed: U Zope/trunk/inst/Makefile.in

[Zope-Checkins] SVN: Zope/trunk/ Remove top-level 'var' and 'import' directories that seem to be a legacy

2005-11-04 Thread Philipp von Weitershausen
Log message for revision 39887: Remove top-level 'var' and 'import' directories that seem to be a legacy from the before-the-"skel"-directory times. Move things that we might want to keep to "skel" instead. Make sure we remove everything that comes out of an inplace instance ("make instanc

[Zope-Checkins] SVN: Zope/trunk/ ignore all the stuff created by "make instance".

2005-11-04 Thread Philipp von Weitershausen
Log message for revision 39888: ignore all the stuff created by "make instance". Changed: _U Zope/trunk/ -=- Property changes on: Zope/trunk ___ Name: svn:ignore - access bin build inituser ZODBTests.fs* makefile Products

[Zope-Checkins] SVN: Zope/trunk/lib/python/zope/ Don't include zope.testbrowser for now (it wasn't in the distribution anyways).

2005-11-04 Thread Philipp von Weitershausen
Log message for revision 39889: Don't include zope.testbrowser for now (it wasn't in the distribution anyways). The new zope.testbrowser from the Zope 3 trunk requires several top level modules and packages now, not sure if we want to deal with that in this release... Changed: _U Zop

Re: [Zope-Checkins] SVN: Zope/branches/philikon-zope32-integration/ start cleaning out the trash; there is more...

2005-11-04 Thread Fred Drake
On 10/30/05, Chris McDonough <[EMAIL PROTECTED]> wrote: > Will there be a way to keep your srcdir "pristine" by running > "../path/to/configure; make; make install" in an empty directory? This > was a commonly requested feature and lots of people use it, which is why > build-base and friends were

[Zope-Checkins] SVN: Zope/trunk/ - removed fallback isAnObjectManager check

2005-11-04 Thread Yvo Schubbe
Log message for revision 39891: - removed fallback isAnObjectManager check Changed: U Zope/trunk/doc/CHANGES.txt UU Zope/trunk/lib/python/OFS/PropertySheets.py -=- Modified: Zope/trunk/doc/CHANGES.txt === --- Zope/trunk/doc/

[Zope-Checkins] SVN: Zope/trunk/ - stitched in manage_interfaces from Five

2005-11-04 Thread Yvo Schubbe
Log message for revision 39892: - stitched in manage_interfaces from Five Changed: U Zope/trunk/doc/CHANGES.txt U Zope/trunk/lib/python/OFS/SimpleItem.py -=- Modified: Zope/trunk/doc/CHANGES.txt === --- Zope/trunk/doc/CHANG