[Zope-Checkins] SVN: Zope/trunk/src/DocumentTemplate/security.py Moved over to AccessControl

2010-06-19 Thread Hanno Schlichting
Log message for revision 113662: Moved over to AccessControl Changed: U Zope/trunk/src/DocumentTemplate/security.py -=- Modified: Zope/trunk/src/DocumentTemplate/security.py === --- Zope/trunk/src/DocumentTemplate/security.p

[Zope-Checkins] SVN: Zope/trunk/ Use the external AccessControl distribution

2010-06-19 Thread Hanno Schlichting
Log message for revision 113666: Use the external AccessControl distribution Changed: U Zope/trunk/buildout.cfg _U Zope/trunk/include/ U Zope/trunk/setup.py D Zope/trunk/src/AccessControl/ U Zope/trunk/versions.cfg -=- Modified: Zope/trunk/buildout.cfg

[Zope-Checkins] SVN: Zope/trunk/src/App/ Work around strange test isolation issue

2010-06-19 Thread Hanno Schlichting
Log message for revision 113668: Work around strange test isolation issue Changed: U Zope/trunk/src/App/ApplicationManager.py U Zope/trunk/src/App/tests/test_ApplicationManager.py -=- Modified: Zope/trunk/src/App/ApplicationManager.py =

[Zope-Checkins] SVN: Zope/trunk/versions.cfg Newer AC

2010-06-19 Thread Hanno Schlichting
Log message for revision 113672: Newer AC Changed: U Zope/trunk/versions.cfg -=- Modified: Zope/trunk/versions.cfg === --- Zope/trunk/versions.cfg 2010-06-19 16:53:10 UTC (rev 113671) +++ Zope/trunk/versions.cfg 2010

[Zope-Checkins] SVN: Zope/trunk/ Moved DocumentTemplate and TreeDisplay to their own distro

2010-06-19 Thread Hanno Schlichting
Log message for revision 113683: Moved DocumentTemplate and TreeDisplay to their own distro Changed: U Zope/trunk/buildout.cfg U Zope/trunk/setup.py D Zope/trunk/src/DocumentTemplate/ U Zope/trunk/src/OFS/misc_.py A Zope/trunk/src/OFS/www/Minus_icon.gif A Zope/trunk/sr

[Zope-Checkins] SVN: Zope/trunk/include/ Include - be gone!

2010-06-19 Thread Hanno Schlichting
Log message for revision 113684: Include - be gone! Changed: D Zope/trunk/include/ -=- ___ Zope-Checkins maillist - Zope-Checkins@zope.org https://mail.zope.org/mailman/listinfo/zope-checkins

[Zope-Checkins] SVN: Zope/trunk/ Products.ZCTextIndex was moved to its own distribution

2010-06-19 Thread Hanno Schlichting
Log message for revision 113694: Products.ZCTextIndex was moved to its own distribution Changed: U Zope/trunk/buildout.cfg U Zope/trunk/setup.py D Zope/trunk/src/Products/ZCTextIndex/ U Zope/trunk/versions.cfg -=- Modified: Zope/trunk/buildout.cfg

[Zope-Checkins] SVN: Zope/trunk/doc/CHANGES.rst Add change note for todays work

2010-06-19 Thread Hanno Schlichting
Log message for revision 113695: Add change note for todays work Changed: U Zope/trunk/doc/CHANGES.rst -=- Modified: Zope/trunk/doc/CHANGES.rst === --- Zope/trunk/doc/CHANGES.rst 2010-06-19 18:01:43 UTC (rev 113694) +++ Zop

[Zope-Checkins] SVN: Zope/trunk/doc/WHATSNEW.rst Steal some more "news" from my blog post

2010-06-19 Thread Hanno Schlichting
Log message for revision 113697: Steal some more "news" from my blog post Changed: U Zope/trunk/doc/WHATSNEW.rst -=- Modified: Zope/trunk/doc/WHATSNEW.rst === --- Zope/trunk/doc/WHATSNEW.rst 2010-06-19 18:09:44 UTC (rev 1136

[Zope-Checkins] SVN: Zope/trunk/doc/WHATSNEW.rst Drop in the WSGI paragraph

2010-06-19 Thread Hanno Schlichting
Log message for revision 113698: Drop in the WSGI paragraph Changed: U Zope/trunk/doc/WHATSNEW.rst -=- Modified: Zope/trunk/doc/WHATSNEW.rst === --- Zope/trunk/doc/WHATSNEW.rst 2010-06-19 18:11:25 UTC (rev 113697) +++ Zope/t

[Zope-Checkins] SVN: Zope/trunk/src/Products/StandardCacheManagers/AcceleratedHTTPCacheManager.py Be a bit more defensive about cache contents

2010-06-19 Thread Hanno Schlichting
Log message for revision 113699: Be a bit more defensive about cache contents Changed: U Zope/trunk/src/Products/StandardCacheManagers/AcceleratedHTTPCacheManager.py -=- Modified: Zope/trunk/src/Products/StandardCacheManagers/AcceleratedHTTPCacheManager.py =

[Zope-Checkins] SVN: Zope/trunk/src/Products/StandardCacheManagers/RAMCacheManager.py One more cache.pop

2010-06-19 Thread Hanno Schlichting
Log message for revision 113700: One more cache.pop Changed: U Zope/trunk/src/Products/StandardCacheManagers/RAMCacheManager.py -=- Modified: Zope/trunk/src/Products/StandardCacheManagers/RAMCacheManager.py === --- Zope/trun

[Zope-Checkins] SVN: Zope/trunk/src/Products/StandardCacheManagers/ Use the API, thx sidnei!

2010-06-20 Thread Hanno Schlichting
Log message for revision 113714: Use the API, thx sidnei! Changed: U Zope/trunk/src/Products/StandardCacheManagers/AcceleratedHTTPCacheManager.py U Zope/trunk/src/Products/StandardCacheManagers/RAMCacheManager.py -=- Modified: Zope/trunk/src/Products/StandardCacheManagers/Accelerat

[Zope-Checkins] SVN: Zope/trunk/ Removed outdated check_python_version function from startup process.

2010-06-24 Thread Hanno Schlichting
Log message for revision 113796: Removed outdated check_python_version function from startup process. Changed: U Zope/trunk/doc/CHANGES.rst U Zope/trunk/src/Zope2/Startup/__init__.py -=- Modified: Zope/trunk/doc/CHANGES.rst

[Zope-Checkins] SVN: Zope/branches/2.12/src/Zope2/Startup/__init__.py Removed useless Python version check, gone entirely in 2.13

2010-06-24 Thread Hanno Schlichting
Log message for revision 113797: Removed useless Python version check, gone entirely in 2.13 Changed: U Zope/branches/2.12/src/Zope2/Startup/__init__.py -=- Modified: Zope/branches/2.12/src/Zope2/Startup/__init__.py === ---

[Zope-Checkins] SVN: Zope/trunk/ Changed the default for ``enable-product-installation`` to off. This matches the default behavior of buildout installs via plone.recipe.zope2instance.

2010-06-24 Thread Hanno Schlichting
Log message for revision 113798: Changed the default for ``enable-product-installation`` to off. This matches the default behavior of buildout installs via plone.recipe.zope2instance. Changed: U Zope/trunk/doc/CHANGES.rst U Zope/trunk/src/OFS/tests/testProductInit.py U Zope/trunk

[Zope-Checkins] SVN: Zope/trunk/ Removed the unmaintained and no longer functioning ZopeTutorialExamples from the instance skeleton.

2010-06-24 Thread Hanno Schlichting
Log message for revision 113799: Removed the unmaintained and no longer functioning ZopeTutorialExamples from the instance skeleton. Changed: U Zope/trunk/doc/CHANGES.rst D Zope/trunk/src/Zope2/utilities/skel/import/ZopeTutorialExamples.zexp -=- Modified: Zope/trunk/doc/CHANGES.rst

[Zope-Checkins] SVN: Zope/trunk/src/Zope2/utilities/ Fixed copyright headers and PEP8 changes

2010-06-24 Thread Hanno Schlichting
Log message for revision 113800: Fixed copyright headers and PEP8 changes Changed: U Zope/trunk/src/Zope2/utilities/adduser.py U Zope/trunk/src/Zope2/utilities/finder.py -=- Modified: Zope/trunk/src/Zope2/utilities/adduser.py ==

[Zope-Checkins] SVN: Zope/trunk/ Note the state of WSGI for the first alpha

2010-06-24 Thread Hanno Schlichting
Log message for revision 113801: Note the state of WSGI for the first alpha Changed: _U Zope/trunk/ U Zope/trunk/buildout.cfg U Zope/trunk/doc/WHATSNEW.rst U Zope/trunk/setup.py U Zope/trunk/versions.cfg -=- Property changes on: Zope/trunk

[Zope-Checkins] SVN: Zope/trunk/doc/CHANGES.rst Removed duplicated change entries. We'll only keep track of things after the first alpha is out

2010-06-24 Thread Hanno Schlichting
Log message for revision 113802: Removed duplicated change entries. We'll only keep track of things after the first alpha is out Changed: U Zope/trunk/doc/CHANGES.rst -=- Modified: Zope/trunk/doc/CHANGES.rst === --- Zope/tr

[Zope-Checkins] SVN: Zope/trunk/doc/CHANGES.rst Formatting, remove some terribly boring notes

2010-06-24 Thread Hanno Schlichting
Log message for revision 113803: Formatting, remove some terribly boring notes Changed: U Zope/trunk/doc/CHANGES.rst -=- Modified: Zope/trunk/doc/CHANGES.rst === --- Zope/trunk/doc/CHANGES.rst 2010-06-24 16:58:09 UTC (rev 1

[Zope-Checkins] SVN: Zope/trunk/doc/CHANGES.rst Restructure changelog to make it more readable

2010-06-24 Thread Hanno Schlichting
Log message for revision 113804: Restructure changelog to make it more readable Changed: U Zope/trunk/doc/CHANGES.rst -=- Modified: Zope/trunk/doc/CHANGES.rst === --- Zope/trunk/doc/CHANGES.rst 2010-06-24 17:13:03 UTC (rev

[Zope-Checkins] SVN: Zope/trunk/doc/CHANGES.rst Remove one level of nesting

2010-06-24 Thread Hanno Schlichting
Log message for revision 113805: Remove one level of nesting Changed: U Zope/trunk/doc/CHANGES.rst -=- Modified: Zope/trunk/doc/CHANGES.rst === --- Zope/trunk/doc/CHANGES.rst 2010-06-24 17:32:18 UTC (rev 113804) +++ Zope/tr

[Zope-Checkins] SVN: Zope/trunk/doc/CHANGES.rst Note version to come

2010-06-24 Thread Hanno Schlichting
Log message for revision 113806: Note version to come Changed: U Zope/trunk/doc/CHANGES.rst -=- Modified: Zope/trunk/doc/CHANGES.rst === --- Zope/trunk/doc/CHANGES.rst 2010-06-24 17:35:44 UTC (rev 113805) +++ Zope/trunk/doc

[Zope-Checkins] SVN: Zope/trunk/doc/ Documentation tweaks

2010-06-24 Thread Hanno Schlichting
Log message for revision 113807: Documentation tweaks Changed: U Zope/trunk/doc/DEBUGGING.rst U Zope/trunk/doc/INSTALL-buildout.rst U Zope/trunk/doc/INSTALL.rst U Zope/trunk/doc/SETUID.rst U Zope/trunk/doc/conf.py U Zope/trunk/doc/operation.rst -=- Modified: Zope/trun

[Zope-Checkins] SVN: Zope/branches/2.12/doc/conf.py Use a simple version for documentation

2010-06-24 Thread Hanno Schlichting
Log message for revision 113808: Use a simple version for documentation Changed: U Zope/branches/2.12/doc/conf.py -=- Modified: Zope/branches/2.12/doc/conf.py === --- Zope/branches/2.12/doc/conf.py 2010-06-24 17:58:03 U

[Zope-Checkins] SVN: Zope/branches/2.12/ Sphinx = 0.6.7 and whitespace

2010-06-25 Thread Hanno Schlichting
Log message for revision 113821: Sphinx = 0.6.7 and whitespace Changed: U Zope/branches/2.12/doc/CHANGES.rst U Zope/branches/2.12/versions.cfg -=- Modified: Zope/branches/2.12/doc/CHANGES.rst === --- Zope/branches/2.12/d

[Zope-Checkins] SVN: Zope/branches/2.12/ Prepare Zope2 2.12.8.

2010-06-25 Thread Hanno Schlichting
Log message for revision 113822: Prepare Zope2 2.12.8. Changed: U Zope/branches/2.12/doc/CHANGES.rst U Zope/branches/2.12/setup.py U Zope/branches/2.12/versions.cfg -=- Modified: Zope/branches/2.12/doc/CHANGES.rst === -

[Zope-Checkins] SVN: Zope/tags/2.12.8/ Tagged Zope2 2.12.8.

2010-06-25 Thread Hanno Schlichting
Log message for revision 113823: Tagged Zope2 2.12.8. Changed: A Zope/tags/2.12.8/ -=- ___ Zope-Checkins maillist - Zope-Checkins@zope.org https://mail.zope.org/mailman/listinfo/zope-checkins

[Zope-Checkins] SVN: Zope/branches/2.12/ Bump version

2010-06-25 Thread Hanno Schlichting
Log message for revision 113824: Bump version Changed: U Zope/branches/2.12/doc/CHANGES.rst U Zope/branches/2.12/setup.py U Zope/branches/2.12/versions.cfg -=- Modified: Zope/branches/2.12/doc/CHANGES.rst === --- Zope/b

[Zope-Checkins] SVN: Zope/trunk/doc/CHANGES.rst Note relation to Zope 2.12.8

2010-06-25 Thread Hanno Schlichting
Log message for revision 113826: Note relation to Zope 2.12.8 Changed: U Zope/trunk/doc/CHANGES.rst -=- Modified: Zope/trunk/doc/CHANGES.rst === --- Zope/trunk/doc/CHANGES.rst 2010-06-25 10:34:37 UTC (rev 113825) +++ Zope/t

[Zope-Checkins] SVN: Zope/trunk/ zope.schema = 3.6.4

2010-06-25 Thread Hanno Schlichting
Log message for revision 113827: zope.schema = 3.6.4 Changed: U Zope/trunk/doc/CHANGES.rst U Zope/trunk/versions.cfg -=- Modified: Zope/trunk/doc/CHANGES.rst === --- Zope/trunk/doc/CHANGES.rst 2010-06-25 10:42:58 UTC (r

[Zope-Checkins] SVN: Zope/trunk/ Prepare Zope2 2.13.0a1.

2010-06-25 Thread Hanno Schlichting
Log message for revision 113828: Prepare Zope2 2.13.0a1. Changed: U Zope/trunk/doc/CHANGES.rst U Zope/trunk/setup.py U Zope/trunk/versions.cfg -=- Modified: Zope/trunk/doc/CHANGES.rst === --- Zope/trunk/doc/CHANGES.rst

[Zope-Checkins] SVN: Zope/tags/2.13.0a1/ Tagged Zope2 2.13.0a1.

2010-06-25 Thread Hanno Schlichting
Log message for revision 113829: Tagged Zope2 2.13.0a1. Changed: A Zope/tags/2.13.0a1/ -=- ___ Zope-Checkins maillist - Zope-Checkins@zope.org https://mail.zope.org/mailman/listinfo/zope-checkins

[Zope-Checkins] SVN: Zope/trunk/ Bump version

2010-06-25 Thread Hanno Schlichting
Log message for revision 113830: Bump version Changed: U Zope/trunk/doc/CHANGES.rst U Zope/trunk/setup.py U Zope/trunk/versions.cfg -=- Modified: Zope/trunk/doc/CHANGES.rst === --- Zope/trunk/doc/CHANGES.rst 2010-06-25

[Zope-Checkins] SVN: Zope/trunk/versions.cfg PyPi is picky about exact version matches

2010-06-25 Thread Hanno Schlichting
Log message for revision 113832: PyPi is picky about exact version matches Changed: U Zope/trunk/versions.cfg -=- Modified: Zope/trunk/versions.cfg === --- Zope/trunk/versions.cfg 2010-06-25 11:03:21 UTC (rev 113831) +++

[Zope-Checkins] SVN: Zope/tags/2.13.0a1/versions.cfg A good start, commit a crime and change a tag

2010-06-25 Thread Hanno Schlichting
Log message for revision 113833: A good start, commit a crime and change a tag Changed: U Zope/tags/2.13.0a1/versions.cfg -=- Modified: Zope/tags/2.13.0a1/versions.cfg === --- Zope/tags/2.13.0a1/versions.cfg 2010-06-25 1

[Zope-Checkins] SVN: Zope/branches/2.12/ LP #578326: Issue a warning if someone specifies a non-public permission attribute in the browser:view directive. This attribute has never been supported in Zo

2010-06-26 Thread Hanno Schlichting
Log message for revision 113898: LP #578326: Issue a warning if someone specifies a non-public permission attribute in the browser:view directive. This attribute has never been supported in Zope 2. This should at least make it obvious where people might have been relying on false security assu

[Zope-Checkins] SVN: Zope/branches/2.12/src/Products/Five/browser/metaconfigure.py permission isn't a keyword argument in the super class

2010-06-26 Thread Hanno Schlichting
Log message for revision 113899: permission isn't a keyword argument in the super class Changed: U Zope/branches/2.12/src/Products/Five/browser/metaconfigure.py -=- Modified: Zope/branches/2.12/src/Products/Five/browser/metaconfigure.py ===

[Zope-Checkins] SVN: Zope/trunk/ Merged r113898:113899 from 2.12 branch

2010-06-26 Thread Hanno Schlichting
Log message for revision 113900: Merged r113898:113899 from 2.12 branch Changed: U Zope/trunk/doc/CHANGES.rst U Zope/trunk/src/Products/Five/browser/meta.zcml U Zope/trunk/src/Products/Five/browser/metaconfigure.py -=- Modified: Zope/trunk/doc/CHANGES.rst

[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/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/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/trunk/ Added a mr.developer configuration to make it easier to work on factored out distributions

2010-06-28 Thread Hanno Schlichting
Log message for revision 113957: Added a mr.developer configuration to make it easier to work on factored out distributions Changed: _U Zope/trunk/ U Zope/trunk/buildout.cfg A Zope/trunk/develop/ A Zope/trunk/sources.cfg U Zope/trunk/versions.cfg -=- Property changes on:

[Zope-Checkins] SVN: Zope/trunk/buildout.cfg DateTime has unreleased changes

2010-06-29 Thread Hanno Schlichting
Log message for revision 113992: DateTime has unreleased changes Changed: U Zope/trunk/buildout.cfg -=- Modified: Zope/trunk/buildout.cfg === --- Zope/trunk/buildout.cfg 2010-06-29 18:34:25 UTC (rev 113991) +++ Zope/trun

[Zope-Checkins] SVN: Zope/trunk/doc/CHANGES.rst Added note about help system side-effect

2010-06-30 Thread Hanno Schlichting
Log message for revision 113999: Added note about help system side-effect Changed: U Zope/trunk/doc/CHANGES.rst -=- Modified: Zope/trunk/doc/CHANGES.rst === --- Zope/trunk/doc/CHANGES.rst 2010-06-30 06:14:26 UTC (rev 113998

[Zope-Checkins] SVN: Zope/branches/2.12/ Avoid problems in removing cache managers introduced in Zope 2.12.8.

2010-06-30 Thread Hanno Schlichting
Log message for revision 114000: Avoid problems in removing cache managers introduced in Zope 2.12.8. Changed: U Zope/branches/2.12/doc/CHANGES.rst U Zope/branches/2.12/src/Products/StandardCacheManagers/AcceleratedHTTPCacheManager.py U Zope/branches/2.12/src/Products/StandardCac

[Zope-Checkins] SVN: Zope/trunk/ Update to ZTK 1.0a1

2010-06-30 Thread Hanno Schlichting
Log message for revision 114032: Update to ZTK 1.0a1 Changed: U Zope/trunk/doc/CHANGES.rst U Zope/trunk/versions.cfg -=- Modified: Zope/trunk/doc/CHANGES.rst === --- Zope/trunk/doc/CHANGES.rst 2010-06-30 19:21:27 UTC (r

[Zope-Checkins] SVN: Zope/trunk/ Moved nt_svcutils to its own distribution

2010-07-02 Thread Hanno Schlichting
Log message for revision 114113: Moved nt_svcutils to its own distribution Changed: U Zope/trunk/buildout.cfg U Zope/trunk/doc/CHANGES.rst U Zope/trunk/setup.py D Zope/trunk/src/nt_svcutils/ U Zope/trunk/versions.cfg -=- Modified: Zope/trunk/buildout.cfg =

[Zope-Checkins] SVN: Zope/trunk/buildout.cfg Let the buildbot check out DateTime?

2010-07-03 Thread Hanno Schlichting
Log message for revision 114130: Let the buildbot check out DateTime? Changed: U Zope/trunk/buildout.cfg -=- Modified: Zope/trunk/buildout.cfg === --- Zope/trunk/buildout.cfg 2010-07-03 10:39:33 UTC (rev 114129) +++ Zope

[Zope-Checkins] SVN: Zope/trunk/ Made ZPublisher tests compatible with Python 2.7.

2010-07-05 Thread Hanno Schlichting
Log message for revision 114217: Made ZPublisher tests compatible with Python 2.7. Changed: U Zope/trunk/doc/CHANGES.rst U Zope/trunk/src/ZPublisher/tests/exception_handling.txt -=- Modified: Zope/trunk/doc/CHANGES.rst =

[Zope-Checkins] SVN: Zope/trunk/sources.cfg Added sources entry for nt_svcutils

2010-07-06 Thread Hanno Schlichting
Log message for revision 114243: Added sources entry for nt_svcutils Changed: U Zope/trunk/sources.cfg -=- Modified: Zope/trunk/sources.cfg === --- Zope/trunk/sources.cfg 2010-07-06 17:03:24 UTC (rev 114242) +++ Zope/tr

[Zope-Checkins] SVN: Zope/trunk/versions.cfg We share a common toolchain with the ZTK

2010-07-06 Thread Hanno Schlichting
Log message for revision 114244: We share a common toolchain with the ZTK Changed: U Zope/trunk/versions.cfg -=- Modified: Zope/trunk/versions.cfg === --- Zope/trunk/versions.cfg 2010-07-06 17:03:29 UTC (rev 114243) +++

[Zope-Checkins] SVN: Zope/trunk/sources.cfg Use the simple svn protocol in sources, Stefan and me couldn't make the nightly bot to work with svn+ssh so far

2010-07-06 Thread Hanno Schlichting
Log message for revision 114245: Use the simple svn protocol in sources, Stefan and me couldn't make the nightly bot to work with svn+ssh so far Changed: U Zope/trunk/sources.cfg -=- Modified: Zope/trunk/sources.cfg === ---

[Zope-Checkins] SVN: Zope/trunk/doc/CHANGES.rst Add missing changelog entry

2010-07-09 Thread Hanno Schlichting
Log message for revision 114392: Add missing changelog entry Changed: U Zope/trunk/doc/CHANGES.rst -=- Modified: Zope/trunk/doc/CHANGES.rst === --- Zope/trunk/doc/CHANGES.rst 2010-07-09 17:45:47 UTC (rev 114391) +++ Zope/tr

[Zope-Checkins] SVN: Zope/trunk/ Temporary ZTK upgrades until we get a new release

2010-07-09 Thread Hanno Schlichting
Log message for revision 114393: Temporary ZTK upgrades until we get a new release Changed: U Zope/trunk/doc/CHANGES.rst U Zope/trunk/versions.cfg -=- Modified: Zope/trunk/doc/CHANGES.rst === --- Zope/trunk/doc/CHANGES.r

[Zope-Checkins] SVN: Zope/trunk/setup.py Added some classifiers

2010-07-09 Thread Hanno Schlichting
Log message for revision 114394: Added some classifiers Changed: U Zope/trunk/setup.py -=- Modified: Zope/trunk/setup.py === --- Zope/trunk/setup.py 2010-07-09 17:57:17 UTC (rev 114393) +++ Zope/trunk/setup.py 2010-07-09 18:

[Zope-Checkins] SVN: Zope/trunk/doc/ Declare official support for Python 2.7, thanks everyone and especially David Glick!

2010-07-09 Thread Hanno Schlichting
Log message for revision 114395: Declare official support for Python 2.7, thanks everyone and especially David Glick! Changed: U Zope/trunk/doc/CHANGES.rst U Zope/trunk/doc/INSTALL-buildout.rst U Zope/trunk/doc/INSTALL.rst U Zope/trunk/doc/WHATSNEW.rst -=- Modified: Zope/tru

[Zope-Checkins] SVN: Zope/trunk/ Removed fallback code for old `ZCatalog.catalog_object` function signatures from `Products.ZCatalog.ZCatalog.reindexIndex`.

2010-07-09 Thread Hanno Schlichting
Log message for revision 114396: Removed fallback code for old `ZCatalog.catalog_object` function signatures from `Products.ZCatalog.ZCatalog.reindexIndex`. Changed: U Zope/trunk/doc/CHANGES.rst U Zope/trunk/src/Products/ZCatalog/ZCatalog.py -=- Modified: Zope/trunk/doc/CHANGES.rst

[Zope-Checkins] SVN: Zope/trunk/src/Products/ZCatalog/ZCatalog.py Pyflakes

2010-07-09 Thread Hanno Schlichting
Log message for revision 114397: Pyflakes Changed: U Zope/trunk/src/Products/ZCatalog/ZCatalog.py -=- Modified: Zope/trunk/src/Products/ZCatalog/ZCatalog.py === --- Zope/trunk/src/Products/ZCatalog/ZCatalog.py2010-07-09

[Zope-Checkins] SVN: Zope/trunk/ Removed fallback code for old Python versions from `ZServer.FTPServer.zope_ftp_channel.push`.

2010-07-09 Thread Hanno Schlichting
Log message for revision 114398: Removed fallback code for old Python versions from `ZServer.FTPServer.zope_ftp_channel.push`. Changed: U Zope/trunk/doc/CHANGES.rst U Zope/trunk/src/ZServer/FTPServer.py -=- Modified: Zope/trunk/doc/CHANGES.rst ===

[Zope-Checkins] SVN: Zope/trunk/src/ZServer/FTPServer.py Pyflakes

2010-07-09 Thread Hanno Schlichting
Log message for revision 114399: Pyflakes Changed: U Zope/trunk/src/ZServer/FTPServer.py -=- Modified: Zope/trunk/src/ZServer/FTPServer.py === --- Zope/trunk/src/ZServer/FTPServer.py 2010-07-09 18:20:55 UTC (rev 114398) +++ Zop

[Zope-Checkins] SVN: Zope/trunk/ Update to ZTK 1.0a2

2010-07-09 Thread Hanno Schlichting
Log message for revision 114402: Update to ZTK 1.0a2 Changed: U Zope/trunk/doc/CHANGES.rst U Zope/trunk/versions.cfg -=- Modified: Zope/trunk/doc/CHANGES.rst === --- Zope/trunk/doc/CHANGES.rst 2010-07-09 18:31:37 UTC (r

[Zope-Checkins] SVN: Zope/trunk/ Made both `Shared` and `Shared.DC` namespace packages.

2010-07-09 Thread Hanno Schlichting
Log message for revision 114405: Made both `Shared` and `Shared.DC` namespace packages. Changed: U Zope/trunk/doc/CHANGES.rst U Zope/trunk/setup.py U Zope/trunk/src/Shared/DC/__init__.py U Zope/trunk/src/Shared/__init__.py -=- Modified: Zope/trunk/doc/CHANGES.rst

[Zope-Checkins] SVN: Zope/trunk/ Factored out the `Products.ZSQLMethod` into its own distribution. The distribution also includes the `Shared.DC.ZRDB` code.

2010-07-09 Thread Hanno Schlichting
Log message for revision 114421: Factored out the `Products.ZSQLMethod` into its own distribution. The distribution also includes the `Shared.DC.ZRDB` code. Changed: U Zope/trunk/buildout.cfg U Zope/trunk/doc/CHANGES.rst U Zope/trunk/setup.py U Zope/trunk/sources.cfg D Zo

[Zope-Checkins] SVN: Zope/trunk/ Use a P.ZSQLMethods release

2010-07-09 Thread Hanno Schlichting
Log message for revision 114426: Use a P.ZSQLMethods release Changed: U Zope/trunk/buildout.cfg U Zope/trunk/versions.cfg -=- Modified: Zope/trunk/buildout.cfg === --- Zope/trunk/buildout.cfg 2010-07-09 20:25:06 UTC

[Zope-Checkins] SVN: Zope/trunk/ Updated to DateTime = 2.12.3

2010-07-09 Thread Hanno Schlichting
Log message for revision 114430: Updated to DateTime = 2.12.3 Changed: U Zope/trunk/buildout.cfg U Zope/trunk/doc/CHANGES.rst U Zope/trunk/versions.cfg -=- Modified: Zope/trunk/buildout.cfg === --- Zope/trunk/buildou

[Zope-Checkins] SVN: Zope/branches/2.12/ Backported c114405 from trunk

2010-07-09 Thread Hanno Schlichting
Log message for revision 114431: Backported c114405 from trunk Changed: U Zope/branches/2.12/doc/CHANGES.rst U Zope/branches/2.12/setup.py U Zope/branches/2.12/src/Shared/DC/__init__.py U Zope/branches/2.12/src/Shared/__init__.py -=- Modified: Zope/branches/2.12/doc/CHANGES.r

[Zope-Checkins] SVN: Zope/branches/2.12/ Backported r114421 and r114426 from trunk

2010-07-09 Thread Hanno Schlichting
Log message for revision 114437: Backported r114421 and r114426 from trunk Changed: U Zope/branches/2.12/buildout.cfg U Zope/branches/2.12/doc/CHANGES.rst U Zope/branches/2.12/setup.py D Zope/branches/2.12/src/Products/ZSQLMethods/ D Zope/branches/2.12/src/Shared/DC/ZRDB/

[Zope-Checkins] SVN: Zope/branches/2.12/ Made the ZSQLMethod move actually work

2010-07-09 Thread Hanno Schlichting
Log message for revision 114446: Made the ZSQLMethod move actually work Changed: U Zope/branches/2.12/doc/CHANGES.rst U Zope/branches/2.12/versions.cfg -=- Modified: Zope/branches/2.12/doc/CHANGES.rst === --- Zope/branch

[Zope-Checkins] SVN: Zope/branches/2.12/ Backported c114430 from trunk

2010-07-09 Thread Hanno Schlichting
Log message for revision 114450: Backported c114430 from trunk Changed: U Zope/branches/2.12/doc/CHANGES.rst U Zope/branches/2.12/versions.cfg -=- Modified: Zope/branches/2.12/doc/CHANGES.rst === --- Zope/branches/2.12/d

[Zope-Checkins] SVN: Zope/trunk/ Finished the move of ZSQLMethod / ZRDB to its own project

2010-07-09 Thread Hanno Schlichting
Log message for revision 114452: Finished the move of ZSQLMethod / ZRDB to its own project Changed: U Zope/trunk/buildout.cfg U Zope/trunk/doc/CHANGES.rst U Zope/trunk/setup.py U Zope/trunk/sources.cfg U Zope/trunk/versions.cfg -=- Modified: Zope/trunk/buildout.cfg ==

[Zope-Checkins] SVN: Zope/trunk/doc/CHANGES.rst Missing s

2010-07-09 Thread Hanno Schlichting
Log message for revision 114454: Missing s Changed: U Zope/trunk/doc/CHANGES.rst -=- Modified: Zope/trunk/doc/CHANGES.rst === --- Zope/trunk/doc/CHANGES.rst 2010-07-09 21:08:51 UTC (rev 114453) +++ Zope/trunk/doc/CHANGES.rs

[Zope-Checkins] SVN: Zope/branches/2.12/doc/CHANGES.rst Another missing s

2010-07-09 Thread Hanno Schlichting
Log message for revision 114455: Another missing s Changed: U Zope/branches/2.12/doc/CHANGES.rst -=- Modified: Zope/branches/2.12/doc/CHANGES.rst === --- Zope/branches/2.12/doc/CHANGES.rst 2010-07-09 21:09:21 UTC (rev 11445

[Zope-Checkins] SVN: Zope/trunk/src/ Removed some outdated hints at SQL usage

2010-07-09 Thread Hanno Schlichting
Log message for revision 114460: Removed some outdated hints at SQL usage Changed: U Zope/trunk/src/HelpSys/dtml/helpsys_main.dtml U Zope/trunk/src/Products/OFSP/help/Cacheable-properties.stx U Zope/trunk/src/Products/OFSP/help/ZSearch-Interface.stx U Zope/trunk/src/Products/O

[Zope-Checkins] SVN: Zope/trunk/ Factored out the `Products.MIMETools` package into its own distribution.

2010-07-10 Thread Hanno Schlichting
Log message for revision 114475: Factored out the `Products.MIMETools` package into its own distribution. Changed: U Zope/trunk/doc/CHANGES.rst U Zope/trunk/setup.py U Zope/trunk/sources.cfg D Zope/trunk/src/Products/MIMETools/ U Zope/trunk/versions.cfg -=- Modified: Zope

[Zope-Checkins] SVN: Zope/trunk/ Moved Products.ExternalMethod to its own distribution

2010-07-10 Thread Hanno Schlichting
Log message for revision 114487: Moved Products.ExternalMethod to its own distribution Changed: U Zope/trunk/buildout.cfg U Zope/trunk/doc/CHANGES.rst U Zope/trunk/setup.py D Zope/trunk/src/Products/ExternalMethod/ U Zope/trunk/versions.cfg -=- Modified: Zope/trunk/buildo

[Zope-Checkins] SVN: Zope/branches/2.12/src/Products/Five/browser/metaconfigure.py Cleanup and remove the customized __init__

2010-07-10 Thread Hanno Schlichting
Log message for revision 114491: Cleanup and remove the customized __init__ Changed: U Zope/branches/2.12/src/Products/Five/browser/metaconfigure.py -=- Modified: Zope/branches/2.12/src/Products/Five/browser/metaconfigure.py ===

[Zope-Checkins] SVN: Zope/trunk/src/Products/Five/browser/metaconfigure.py Merge cleanup

2010-07-10 Thread Hanno Schlichting
Log message for revision 114492: Merge cleanup Changed: U Zope/trunk/src/Products/Five/browser/metaconfigure.py -=- Modified: Zope/trunk/src/Products/Five/browser/metaconfigure.py === --- Zope/trunk/src/Products/Five/browser

[Zope-Checkins] SVN: Zope/trunk/ Avoid using the ``Products.PythonScripts.standard`` module inside the database manager ZMI.

2010-07-10 Thread Hanno Schlichting
Log message for revision 114494: Avoid using the ``Products.PythonScripts.standard`` module inside the database manager ZMI. Changed: U Zope/trunk/doc/CHANGES.rst U Zope/trunk/src/App/ApplicationManager.py U Zope/trunk/src/App/www/chooseDatabase.pt -=- Modified: Zope/trunk/doc/C

[Zope-Checkins] SVN: Zope/trunk/src/ Move ZCML registration from OFS to PythonScripts

2010-07-10 Thread Hanno Schlichting
Log message for revision 114495: Move ZCML registration from OFS to PythonScripts Changed: U Zope/trunk/src/OFS/deprecated.zcml A Zope/trunk/src/Products/PythonScripts/configure.zcml -=- Modified: Zope/trunk/src/OFS/deprecated.zcml

[Zope-Checkins] SVN: Zope/trunk/src/OFS/tests/testHistory.py Use a simple stub class instead of a PythonScripts to test OFS.Historical

2010-07-10 Thread Hanno Schlichting
Log message for revision 114497: Use a simple stub class instead of a PythonScripts to test OFS.Historical Changed: U Zope/trunk/src/OFS/tests/testHistory.py -=- Modified: Zope/trunk/src/OFS/tests/testHistory.py === --- Zope

[Zope-Checkins] SVN: Zope/trunk/src/Products/PageTemplates/help/tales-python.stx Don't advertise advanced modules anymore.

2010-07-10 Thread Hanno Schlichting
Log message for revision 114498: Don't advertise advanced modules anymore. Changed: U Zope/trunk/src/Products/PageTemplates/help/tales-python.stx -=- Modified: Zope/trunk/src/Products/PageTemplates/help/tales-python.stx === ---

[Zope-Checkins] SVN: Zope/trunk/src/ Remove unhelpful bindings explanation

2010-07-10 Thread Hanno Schlichting
Log message for revision 114499: Remove unhelpful bindings explanation Changed: D Zope/trunk/src/Products/PythonScripts/help/Bindings.stx U Zope/trunk/src/Shared/DC/Scripts/BindingsUI.py -=- Deleted: Zope/trunk/src/Products/PythonScripts/help/Bindings.stx

[Zope-Checkins] SVN: Zope/trunk/src/Testing/ZopeTestCase/ Avoid a dependency on PythonScripts in ZopeTestCase

2010-07-10 Thread Hanno Schlichting
Log message for revision 114502: Avoid a dependency on PythonScripts in ZopeTestCase Changed: U Zope/trunk/src/Testing/ZopeTestCase/testFunctional.py D Zope/trunk/src/Testing/ZopeTestCase/testPythonScript.py U Zope/trunk/src/Testing/ZopeTestCase/zopedoctest/FunctionalDocTest.txt

[Zope-Checkins] SVN: Zope/trunk/src/Products/Five/tests/testing/restricted.py Remove some dead code

2010-07-10 Thread Hanno Schlichting
Log message for revision 114503: Remove some dead code Changed: U Zope/trunk/src/Products/Five/tests/testing/restricted.py -=- Modified: Zope/trunk/src/Products/Five/tests/testing/restricted.py === --- Zope/trunk/src/Product

[Zope-Checkins] SVN: Zope/trunk/src/Products/Five/tests/testing/restricted.py Small cleanup

2010-07-10 Thread Hanno Schlichting
Log message for revision 114504: Small cleanup Changed: U Zope/trunk/src/Products/Five/tests/testing/restricted.py -=- Modified: Zope/trunk/src/Products/Five/tests/testing/restricted.py === --- Zope/trunk/src/Products/Five/t

[Zope-Checkins] SVN: Zope/trunk/src/Products/Five/ Move all tests depending on PythonScripts into its own module

2010-07-10 Thread Hanno Schlichting
Log message for revision 114507: Move all tests depending on PythonScripts into its own module Changed: U Zope/trunk/src/Products/Five/browser/tests/pages.txt U Zope/trunk/src/Products/Five/browser/tests/resource.txt U Zope/trunk/src/Products/Five/browser/tests/test_pages.py U

[Zope-Checkins] SVN: Zope/trunk/src/Products/Five/browser/tests/test_scriptsecurity.py Made the tests conditional on the presence of PythonScripts

2010-07-10 Thread Hanno Schlichting
Log message for revision 114508: Made the tests conditional on the presence of PythonScripts Changed: U Zope/trunk/src/Products/Five/browser/tests/test_scriptsecurity.py -=- Modified: Zope/trunk/src/Products/Five/browser/tests/test_scriptsecurity.py ==

<    2   3   4   5   6   7   8   9   10   11   >