[Zope-Checkins] SVN: Zope/trunk/doc/WHATSNEW.rst typo

2010-06-27 Thread Godefroid Chapelle
Log message for revision 113909: typo Changed: U Zope/trunk/doc/WHATSNEW.rst -=- Modified: Zope/trunk/doc/WHATSNEW.rst === --- Zope/trunk/doc/WHATSNEW.rst 2010-06-26 18:54:40 UTC (rev 113908) +++ Zope/trunk/doc/WHATSNEW.rst 201

[Zope-Checkins] SVN: Zope/trunk/ Directly extend and use the Zope Toolkit KGS release 1.0dev-r113891 from http://download.zope.org/zopetoolkit/index/. We should get a proper alpha release in time.

2010-06-27 Thread Hanno Schlichting
Log message for revision 113913: Directly extend and use the Zope Toolkit KGS release 1.0dev-r113891 from http://download.zope.org/zopetoolkit/index/. We should get a proper alpha release in time. Changed: U Zope/trunk/doc/CHANGES.rst U Zope/trunk/versions.cfg -=- Modified: Zope/tr

[Zope-Checkins] SVN: Zope/trunk/ Switch to allow-picked-versions = false, as we do it in the ZTK

2010-06-27 Thread Hanno Schlichting
Log message for revision 113915: Switch to allow-picked-versions = false, as we do it in the ZTK Changed: U Zope/trunk/buildout.cfg U Zope/trunk/versions.cfg -=- Modified: Zope/trunk/buildout.cfg === --- Zope/trunk/build

[Zope-Checkins] SVN: Zope/branches/gotcha-processlifetime/src/Zope2/App/tests/test_startup.py add tests for DatabaseOpened events

2010-06-27 Thread Godefroid Chapelle
Log message for revision 113921: add tests for DatabaseOpened events Changed: A Zope/branches/gotcha-processlifetime/src/Zope2/App/tests/test_startup.py -=- Added: Zope/branches/gotcha-processlifetime/src/Zope2/App/tests/test_startup.py ==

[Zope-Checkins] SVN: Zope/branches/gotcha-processlifetime/src/Zope2/App/tests/test_startup.py also tests events are correctly populated

2010-06-27 Thread Godefroid Chapelle
Log message for revision 113922: also tests events are correctly populated Changed: U Zope/branches/gotcha-processlifetime/src/Zope2/App/tests/test_startup.py -=- Modified: Zope/branches/gotcha-processlifetime/src/Zope2/App/tests/test_startup.py

[Zope-Checkins] SVN: Zope/trunk/src/ Also disable product installation in the default test configuration

2010-06-27 Thread Hanno Schlichting
Log message for revision 113923: Also disable product installation in the default test configuration Changed: U Zope/trunk/src/App/config.py U Zope/trunk/src/OFS/tests/test_registerpackage.py U Zope/trunk/src/Products/ZODBMountPoint/MountedObject.py U Zope/trunk/src/Products/Z

[Zope-Checkins] SVN: Zope/trunk/src/Products/ZODBMountPoint/tests/testMountPoint.py Remove explicit product installs, these aren't used by ZODBMountPoint

2010-06-27 Thread Hanno Schlichting
Log message for revision 113924: Remove explicit product installs, these aren't used by ZODBMountPoint Changed: U Zope/trunk/src/Products/ZODBMountPoint/tests/testMountPoint.py -=- Modified: Zope/trunk/src/Products/ZODBMountPoint/tests/testMountPoint.py ==

[Zope-Checkins] SVN: Zope/trunk/src/Products/ZODBMountPoint/tests/testMountPoint.py And suddendly we don't need the product install anymore either

2010-06-27 Thread Hanno Schlichting
Log message for revision 113925: And suddendly we don't need the product install anymore either Changed: U Zope/trunk/src/Products/ZODBMountPoint/tests/testMountPoint.py -=- Modified: Zope/trunk/src/Products/ZODBMountPoint/tests/testMountPoint.py =

[Zope-Checkins] SVN: Zope/trunk/ Changed product install so it won't write persistent changes only to abort them. Instead we don't make any database changes in the first place.

2010-06-27 Thread Hanno Schlichting
Log message for revision 113926: Changed product install so it won't write persistent changes only to abort them. Instead we don't make any database changes in the first place. Changed: U Zope/trunk/doc/CHANGES.rst U Zope/trunk/src/App/FactoryDispatcher.py U Zope/trunk/src/App/Pr

[Zope-Checkins] SVN: Zope/trunk/ Added a new API to ``OFS.metaconfigure.get_registered_packages`` which replaces any direct access to ``Products._registered_packages``.

2010-06-27 Thread Hanno Schlichting
Log message for revision 113927: Added a new API to ``OFS.metaconfigure.get_registered_packages`` which replaces any direct access to ``Products._registered_packages``. Changed: U Zope/trunk/doc/CHANGES.rst U Zope/trunk/src/App/FactoryDispatcher.py U Zope/trunk/src/OFS/metaconfig

[Zope-Checkins] SVN: Zope/trunk/src/OFS/metaconfigure.py No longer store state in Products._registered_packages

2010-06-27 Thread Hanno Schlichting
Log message for revision 113928: No longer store state in Products._registered_packages Changed: U Zope/trunk/src/OFS/metaconfigure.py -=- Modified: Zope/trunk/src/OFS/metaconfigure.py === --- Zope/trunk/src/OFS/metaconfigur

[Zope-Checkins] SVN: Zope/trunk/src/ Added a corresponding set_registered_packages method and adjust ZopeTestCase

2010-06-27 Thread Hanno Schlichting
Log message for revision 113929: Added a corresponding set_registered_packages method and adjust ZopeTestCase Changed: U Zope/trunk/src/OFS/metaconfigure.py U Zope/trunk/src/Testing/ZopeTestCase/ZopeLite.py U Zope/trunk/src/Testing/ZopeTestCase/zopedoctest/testPackageAsProduct.py

[Zope-Checkins] SVN: Zope/trunk/ Make the API complete by offering a has_package

2010-06-27 Thread Hanno Schlichting
Log message for revision 113930: Make the API complete by offering a has_package Changed: U Zope/trunk/doc/CHANGES.rst U Zope/trunk/src/OFS/metaconfigure.py U Zope/trunk/src/OFS/tests/test_registerpackage.py U Zope/trunk/src/Testing/ZopeTestCase/ZopeLite.py -=- Modified: Zope

[Zope-Checkins] SVN: Zope/trunk/src/OFS/metaconfigure.py Empty _registered_packages in a test cleanup hook

2010-06-27 Thread Hanno Schlichting
Log message for revision 113931: Empty _registered_packages in a test cleanup hook Changed: U Zope/trunk/src/OFS/metaconfigure.py -=- Modified: Zope/trunk/src/OFS/metaconfigure.py === --- Zope/trunk/src/OFS/metaconfigure.py

[Zope-Checkins] SVN: Zope/trunk/src/OFS/Application.py Pyflakes

2010-06-27 Thread Hanno Schlichting
Log message for revision 113932: Pyflakes Changed: U Zope/trunk/src/OFS/Application.py -=- Modified: Zope/trunk/src/OFS/Application.py === --- Zope/trunk/src/OFS/Application.py 2010-06-27 13:19:55 UTC (rev 113931) +++ Zope

[Zope-Checkins] SVN: Zope/branches/gotcha-processlifetime/doc/CHANGES.rst update changelog

2010-06-27 Thread Godefroid Chapelle
Log message for revision 113934: update changelog Changed: U Zope/branches/gotcha-processlifetime/doc/CHANGES.rst -=- Modified: Zope/branches/gotcha-processlifetime/doc/CHANGES.rst === --- Zope/branches/gotcha-processlifetime/d

[Zope-Checkins] SVN: Zope/trunk/ merge branch gotcha-processlifetime

2010-06-27 Thread Godefroid Chapelle
Log message for revision 113935: merge branch gotcha-processlifetime notify IDatabaseOpenedWithRoot test also for IDatabaseOpened Changed: U Zope/trunk/doc/CHANGES.rst U Zope/trunk/src/Zope2/App/startup.py A Zope/trunk/src/Zope2/App/tests/test_startup.py -=- Modified: Z

[Zope-Checkins] SVN: Zope/branches/gotcha-processlifetime/ merged to trunk

2010-06-27 Thread Godefroid Chapelle
Log message for revision 113938: merged to trunk Changed: D Zope/branches/gotcha-processlifetime/ -=- ___ Zope-Checkins maillist - Zope-Checkins@zope.org https://mail.zope.org/mailman/listinfo/zope-checkins

[Zope-Checkins] SVN: Zope/trunk/ cleanup

2010-06-27 Thread Godefroid Chapelle
Log message for revision 113939: cleanup Changed: U Zope/trunk/doc/CHANGES.rst U Zope/trunk/src/Zope2/App/tests/test_startup.py -=- Modified: Zope/trunk/doc/CHANGES.rst === --- Zope/trunk/doc/CHANGES.rst 2010-06-27 14:02:3

[Zope-Checkins] SVN: Zope/trunk/ Added a new API ``get_packages_to_initialize`` to ``OFS.metaconfigure``. This replaces any direct access to ``Products._packages_to_initialize``. The OFS.Application.i

2010-06-27 Thread Hanno Schlichting
Log message for revision 113940: Added a new API ``get_packages_to_initialize`` to ``OFS.metaconfigure``. This replaces any direct access to ``Products._packages_to_initialize``. The OFS.Application.install_package function takes care of removing entries from this list now. Changed: U

[Zope-Checkins] SVN: Zope/trunk/src/ Some cleanup and provide an explicit test_suite function, the automatic discovery and ZopeTestCase don't seem to like each other

2010-06-27 Thread Hanno Schlichting
Log message for revision 113941: Some cleanup and provide an explicit test_suite function, the automatic discovery and ZopeTestCase don't seem to like each other Changed: U Zope/trunk/src/App/tests/test_setConfiguration.py U Zope/trunk/src/Zope2/App/tests/testDoomedTransaction.py U

[Zope-Checkins] SVN: Zope/branches/gotcha-LP143531/doc/CHANGES.rst update changelog

2010-06-27 Thread Godefroid Chapelle
Log message for revision 113942: update changelog Changed: U Zope/branches/gotcha-LP143531/doc/CHANGES.rst -=- Modified: Zope/branches/gotcha-LP143531/doc/CHANGES.rst === --- Zope/branches/gotcha-LP143531/doc/CHANGES.rst

[Zope-Checkins] SVN: Zope/branches/2.12/ LP #143531: Fix broken object so they give access to their state.

2010-06-27 Thread Godefroid Chapelle
Log message for revision 113943: LP #143531: Fix broken object so they give access to their state. merge branch gotcha-LP143531 Changed: U Zope/branches/2.12/doc/CHANGES.rst U Zope/branches/2.12/src/OFS/Uninstalled.py U Zope/branches/2.12/src/OFS/tests/test_Uninstalled.py -=

[Zope-Checkins] SVN: Zope/trunk/ LP #143531: Fix broken object so they give access to their state.

2010-06-27 Thread Godefroid Chapelle
Log message for revision 113944: LP #143531: Fix broken object so they give access to their state. merge branch gotcha-LP143531 Changed: U Zope/trunk/doc/CHANGES.rst U Zope/trunk/src/OFS/Uninstalled.py U Zope/trunk/src/OFS/tests/test_Uninstalled.py -=- Modified: Zope/tru

[Zope-Checkins] SVN: Zope/branches/gotcha-LP143531/ merged into 2.12 and trunk

2010-06-27 Thread Godefroid Chapelle
Log message for revision 113945: merged into 2.12 and trunk Changed: D Zope/branches/gotcha-LP143531/ -=- ___ Zope-Checkins maillist - Zope-Checkins@zope.org https://mail.zope.org/mailman/listinfo/zope-checkins

[Zope-Checkins] SVN: Zope/trunk/doc/CHANGES.rst fix broken rst

2010-06-27 Thread Godefroid Chapelle
Log message for revision 113946: fix broken rst Changed: U Zope/trunk/doc/CHANGES.rst -=- Modified: Zope/trunk/doc/CHANGES.rst === --- Zope/trunk/doc/CHANGES.rst 2010-06-27 16:21:20 UTC (rev 113945) +++ Zope/trunk/doc/CHANGES.