[Zope-Checkins] SVN: Products.Five/branches/1.4/formlib/tests/test_formlib.py Merged trunk r74040:74041 into 1.4 branch.

2007-04-09 Thread Stefan H. Holek
Log message for revision 74048: Merged trunk r74040:74041 into 1.4 branch. Fix test suites. Changed: U Products.Five/branches/1.4/formlib/tests/test_formlib.py -=- Modified: Products.Five/branches/1.4/formlib/tests/test_formlib.py

[Zope-Checkins] SVN: Zope/trunk/ Collector #2307: ObjectCopiedEvent not dispatched to sublocations.

2007-04-09 Thread Stefan H. Holek
Log message for revision 74053: Collector #2307: ObjectCopiedEvent not dispatched to sublocations. Changed: U Zope/trunk/doc/CHANGES.txt U Zope/trunk/lib/python/OFS/subscribers.py U Zope/trunk/lib/python/OFS/tests/testCopySupportEvents.py U

[Zope-Checkins] SVN: Zope/trunk/lib/python/Products/Five/ Fix test suites.

2007-04-08 Thread Stefan H. Holek
Log message for revision 74041: Fix test suites. Changed: U Zope/trunk/lib/python/Products/Five/formlib/tests/test_formlib.py U Zope/trunk/lib/python/Products/Five/tests/test_registerpackage.py -=- Modified: Zope/trunk/lib/python/Products/Five/formlib/tests/test_formlib.py

[Zope-Checkins] SVN: Zope/branches/2.9/lib/python/OFS/tests/testCopySupportEvents.py Fix import for Zope 3.2.

2007-04-05 Thread Stefan H. Holek
Log message for revision 74027: Fix import for Zope 3.2. Changed: U Zope/branches/2.9/lib/python/OFS/tests/testCopySupportEvents.py -=- Modified: Zope/branches/2.9/lib/python/OFS/tests/testCopySupportEvents.py === ---

[Zope-Checkins] SVN: Zope/trunk/lib/python/Testing/ZopeTestCase/zopedoctest/functional.py Fix stacklevel.

2007-04-05 Thread Stefan H. Holek
Log message for revision 74028: Fix stacklevel. Changed: U Zope/trunk/lib/python/Testing/ZopeTestCase/zopedoctest/functional.py -=- Modified: Zope/trunk/lib/python/Testing/ZopeTestCase/zopedoctest/functional.py === ---

[Zope-Checkins] SVN: Zope/branches/2.10/lib/python/Testing/ZopeTestCase/zopedoctest/functional.py Fix stacklevel.

2007-04-05 Thread Stefan H. Holek
Log message for revision 74029: Fix stacklevel. Changed: U Zope/branches/2.10/lib/python/Testing/ZopeTestCase/zopedoctest/functional.py -=- Modified: Zope/branches/2.10/lib/python/Testing/ZopeTestCase/zopedoctest/functional.py

[Zope-Checkins] SVN: Zope/branches/Zope-2_8-branch/lib/python/Testing/ZopeTestCase/zopedoctest/functional.py Fix stacklevel.

2007-04-05 Thread Stefan H. Holek
Log message for revision 74031: Fix stacklevel. Changed: U Zope/branches/Zope-2_8-branch/lib/python/Testing/ZopeTestCase/zopedoctest/functional.py -=- Modified: Zope/branches/Zope-2_8-branch/lib/python/Testing/ZopeTestCase/zopedoctest/functional.py

[Zope-Checkins] SVN: Zope/branches/2.10/ Merged trunk r73498:73499 into 2.10 branch.

2007-03-24 Thread Stefan H. Holek
Log message for revision 73500: Merged trunk r73498:73499 into 2.10 branch. Collector #2298: webdav.Resource.COPY and webdav.Resource.MOVE did not send the expected copy/move events. Changed: U Zope/branches/2.10/doc/CHANGES.txt A

[Zope-Checkins] SVN: Zope/branches/2.9/ Merged trunk r73498:73499 into 2.9 branch.

2007-03-24 Thread Stefan H. Holek
Log message for revision 73501: Merged trunk r73498:73499 into 2.9 branch. Collector #2298: webdav.Resource.COPY and webdav.Resource.MOVE did not send the expected copy/move events. Changed: U Zope/branches/2.9/doc/CHANGES.txt A

[Zope-Checkins] SVN: Zope/branches/2.9/lib/python/OFS/tests/testCopySupportEvents.py Disable some tests until we learn how to get a

2007-03-24 Thread Stefan H. Holek
Log message for revision 73510: Disable some tests until we learn how to get a repeatable event order in Zope 2.9. Changed: U Zope/branches/2.9/lib/python/OFS/tests/testCopySupportEvents.py -=- Modified: Zope/branches/2.9/lib/python/OFS/tests/testCopySupportEvents.py

[Zope-Checkins] SVN: Zope/branches/2.10/lib/python/Testing/ZopeTestCase/ Use a decorator to save and restore thread-local state.

2007-03-15 Thread Stefan H. Holek
Log message for revision 73184: Use a decorator to save and restore thread-local state. Changed: U Zope/branches/2.10/lib/python/Testing/ZopeTestCase/functional.py U Zope/branches/2.10/lib/python/Testing/ZopeTestCase/zopedoctest/functional.py -=- Modified:

[Zope-Checkins] SVN: Zope/trunk/lib/python/Testing/ZopeTestCase/doc/ClassDiagram.pdf Updated class diagram.

2007-03-15 Thread Stefan H. Holek
Log message for revision 73191: Updated class diagram. Changed: U Zope/trunk/lib/python/Testing/ZopeTestCase/doc/ClassDiagram.pdf -=- Modified: Zope/trunk/lib/python/Testing/ZopeTestCase/doc/ClassDiagram.pdf === (Binary

[Zope-Checkins] SVN: Zope/branches/2.10/lib/python/Testing/ZopeTestCase/ Merged r73189:73190 from the trunk.

2007-03-15 Thread Stefan H. Holek
Log message for revision 73192: Merged r73189:73190 from the trunk. Protect against setNumberOfThreads disappearing after first use. Changed: U Zope/branches/2.10/lib/python/Testing/ZopeTestCase/threadutils.py U Zope/branches/2.10/lib/python/Testing/ZopeTestCase/utils.py -=-

[Zope-Checkins] SVN: Zope/branches/2.10/lib/python/Products/PythonScripts/ Merged r72753:72754 from 2.9 branch.

2007-02-22 Thread Stefan H. Holek
Log message for revision 72755: Merged r72753:72754 from 2.9 branch. Raise SyntaxError when encountering invalid PythonScript headers. Changed: U Zope/branches/2.10/lib/python/Products/PythonScripts/PythonScript.py U

[Zope-Checkins] SVN: Zope/trunk/lib/python/Products/PythonScripts/ Merged r72753:72754 from 2.9 branch.

2007-02-22 Thread Stefan H. Holek
Log message for revision 72756: Merged r72753:72754 from 2.9 branch. Raise SyntaxError when encountering invalid PythonScript headers. Changed: U Zope/trunk/lib/python/Products/PythonScripts/PythonScript.py U Zope/trunk/lib/python/Products/PythonScripts/tests/testPythonScript.py

[Zope-Checkins] SVN: Zope/trunk/lib/python/Products/PageTemplates/tests/testZopePageTemplate.py The setUp and tearDown methods are owned by ZopeTestCase.

2007-01-10 Thread Stefan H. Holek
Log message for revision 71859: The setUp and tearDown methods are owned by ZopeTestCase. Changed: U Zope/trunk/lib/python/Products/PageTemplates/tests/testZopePageTemplate.py -=- Modified: Zope/trunk/lib/python/Products/PageTemplates/tests/testZopePageTemplate.py

[Zope-Checkins] SVN: Zope/trunk/ Merged 2.10 branch r70085:70086 and r70356:70357 into the trunk.

2006-12-14 Thread Stefan H. Holek
Log message for revision 71555: Merged 2.10 branch r70085:70086 and r70356:70357 into the trunk. Collector #2187: PUT_factory broken. Changed: U Zope/trunk/doc/CHANGES.txt U Zope/trunk/lib/python/ZPublisher/BaseRequest.py A

[Zope-Checkins] SVN: Zope/branches/2.10/test.py Merged 2.9 branch r71304:71305 into 2.10 branch.

2006-11-25 Thread Stefan H. Holek
Log message for revision 71306: Merged 2.9 branch r71304:71305 into 2.10 branch. - test.py lives in ZOPE_HOME for checkouts and ZOPE_HOME/bin for installations. - Comparing abspaths does not fly when symlinks are involved; use realpaths instead. Changed: U

[Zope-Checkins] SVN: Zope/branches/2.9/lib/python/zope/ Use 3.0 tag of zope.testing.

2006-09-21 Thread Stefan H. Holek
Log message for revision 70284: Use 3.0 tag of zope.testing. Changed: _U Zope/branches/2.9/lib/python/zope/ -=- Property changes on: Zope/branches/2.9/lib/python/zope ___ Name: svn:externals - cachedescriptors

[Zope-Checkins] SVN: Zope/branches/2.10/lib/python/zope/ Use 3.0 tag of zope.testing.

2006-09-21 Thread Stefan H. Holek
Log message for revision 70285: Use 3.0 tag of zope.testing. Changed: _U Zope/branches/2.10/lib/python/zope/ -=- Property changes on: Zope/branches/2.10/lib/python/zope ___ Name: svn:externals - annotation

[Zope-Checkins] SVN: Zope/branches/2.9/lib/python/zope/ Backport testrunner from 2.10 branch.

2006-09-18 Thread Stefan H. Holek
Log message for revision 70218: Backport testrunner from 2.10 branch. Changed: _U Zope/branches/2.9/lib/python/zope/ -=- Property changes on: Zope/branches/2.9/lib/python/zope ___ Name: svn:externals - cachedescriptors

[Zope-Checkins] SVN: Zope/branches/whitmo-2.10-layers/ Merged r69724:70147 from 2.10 branch to pull in recent ZTC changes.

2006-09-13 Thread Stefan H. Holek
Log message for revision 70149: Merged r69724:70147 from 2.10 branch to pull in recent ZTC changes. Changed: U Zope/branches/whitmo-2.10-layers/doc/CHANGES.txt U Zope/branches/whitmo-2.10-layers/doc/FAQ.txt U Zope/branches/whitmo-2.10-layers/lib/python/OFS/Application.py U

[Zope-Checkins] SVN: Zope/branches/2.9/lib/python/webdav/tests/testPUT_factory.py Tests to go with http://www.zope.org/Collectors/Zope/2187

2006-09-10 Thread Stefan H. Holek
Log message for revision 70085: Tests to go with http://www.zope.org/Collectors/Zope/2187 Changed: A Zope/branches/2.9/lib/python/webdav/tests/testPUT_factory.py -=- Added: Zope/branches/2.9/lib/python/webdav/tests/testPUT_factory.py

[Zope-Checkins] SVN: Zope/branches/2.10/lib/python/webdav/tests/testPUT_factory.py Tests to go with http://www.zope.org/Collectors/Zope/2187

2006-09-10 Thread Stefan H. Holek
Log message for revision 70086: Tests to go with http://www.zope.org/Collectors/Zope/2187 Changed: A Zope/branches/2.10/lib/python/webdav/tests/testPUT_factory.py -=- Added: Zope/branches/2.10/lib/python/webdav/tests/testPUT_factory.py

[Zope-Checkins] SVN: Zope/branches/Zope-2_8-branch/lib/python/Testing/ZopeTestCase/ Catch up with standalone ZTC.

2006-09-08 Thread Stefan H. Holek
Log message for revision 70054: Catch up with standalone ZTC. Changed: U Zope/branches/Zope-2_8-branch/lib/python/Testing/ZopeTestCase/doc/CHANGES.txt U Zope/branches/Zope-2_8-branch/lib/python/Testing/ZopeTestCase/ztc_common.py -=- Modified:

[Zope-Checkins] SVN: Zope/branches/2.9/lib/python/Testing/ZopeTestCase/ Catch up with standalone ZTC.

2006-09-08 Thread Stefan H. Holek
Log message for revision 70055: Catch up with standalone ZTC. Changed: U Zope/branches/2.9/lib/python/Testing/ZopeTestCase/doc/CHANGES.txt U Zope/branches/2.9/lib/python/Testing/ZopeTestCase/ztc_common.py -=- Modified:

[Zope-Checkins] SVN: Zope/branches/2.10/lib/python/Testing/ZopeTestCase/ Catch up with standalone ZTC.

2006-09-08 Thread Stefan H. Holek
Log message for revision 70056: Catch up with standalone ZTC. Changed: U Zope/branches/2.10/lib/python/Testing/ZopeTestCase/doc/CHANGES.txt U Zope/branches/2.10/lib/python/Testing/ZopeTestCase/ztc_common.py -=- Modified:

[Zope-Checkins] SVN: Zope/trunk/lib/python/Testing/ZopeTestCase/ Catch up with standalone ZTC.

2006-09-08 Thread Stefan H. Holek
Log message for revision 70057: Catch up with standalone ZTC. Changed: U Zope/trunk/lib/python/Testing/ZopeTestCase/doc/CHANGES.txt U Zope/trunk/lib/python/Testing/ZopeTestCase/ztc_common.py -=- Modified: Zope/trunk/lib/python/Testing/ZopeTestCase/doc/CHANGES.txt

[Zope-Checkins] SVN: Zope/branches/Zope-2_8-branch/lib/python/Testing/ZopeTestCase/doc/VERSION.txt Bump version here too.

2006-09-08 Thread Stefan H. Holek
Log message for revision 70060: Bump version here too. Changed: U Zope/branches/Zope-2_8-branch/lib/python/Testing/ZopeTestCase/doc/VERSION.txt -=- Modified: Zope/branches/Zope-2_8-branch/lib/python/Testing/ZopeTestCase/doc/VERSION.txt

[Zope-Checkins] SVN: Zope/branches/2.9/lib/python/Testing/ZopeTestCase/ Add copyright headers and bump version.

2006-09-08 Thread Stefan H. Holek
Log message for revision 70061: Add copyright headers and bump version. Changed: U Zope/branches/2.9/lib/python/Testing/ZopeTestCase/doc/VERSION.txt UU Zope/branches/2.9/lib/python/Testing/ZopeTestCase/tests.py U

[Zope-Checkins] SVN: Zope/branches/2.9/lib/python/Testing/ZopeTestCase/tests.py Fix typo.

2006-09-08 Thread Stefan H. Holek
Log message for revision 70062: Fix typo. Changed: U Zope/branches/2.9/lib/python/Testing/ZopeTestCase/tests.py -=- Modified: Zope/branches/2.9/lib/python/Testing/ZopeTestCase/tests.py === ---

[Zope-Checkins] SVN: Zope/branches/2.10/lib/python/Testing/ZopeTestCase/ Merged r70060:70062 from 2.9 branch.

2006-09-08 Thread Stefan H. Holek
Log message for revision 70063: Merged r70060:70062 from 2.9 branch. Add copyright headers and bump version. Changed: U Zope/branches/2.10/lib/python/Testing/ZopeTestCase/doc/VERSION.txt UU Zope/branches/2.10/lib/python/Testing/ZopeTestCase/tests.py UU

[Zope-Checkins] SVN: Zope/branches/2.10/lib/python/Testing/ZopeTestCase/zopedoctest/test_layerextraction.py Grumble, file removal didn't merge right.

2006-09-08 Thread Stefan H. Holek
Log message for revision 70064: Grumble, file removal didn't merge right. Changed: D Zope/branches/2.10/lib/python/Testing/ZopeTestCase/zopedoctest/test_layerextraction.py -=- Deleted: Zope/branches/2.10/lib/python/Testing/ZopeTestCase/zopedoctest/test_layerextraction.py

[Zope-Checkins] SVN: Zope/branches/2.9/lib/python/Testing/ZopeTestCase/doc/CHANGES.txt Credit where credit is due.

2006-09-08 Thread Stefan H. Holek
Log message for revision 70068: Credit where credit is due. Changed: U Zope/branches/2.9/lib/python/Testing/ZopeTestCase/doc/CHANGES.txt -=- Modified: Zope/branches/2.9/lib/python/Testing/ZopeTestCase/doc/CHANGES.txt ===

[Zope-Checkins] SVN: Zope/trunk/lib/python/Testing/ZopeTestCase/ Merged r69818:70069 from 2.10 branch.

2006-09-08 Thread Stefan H. Holek
Log message for revision 70070: Merged r69818:70069 from 2.10 branch. Layer fix and version bump. Changed: U Zope/trunk/lib/python/Testing/ZopeTestCase/doc/CHANGES.txt U Zope/trunk/lib/python/Testing/ZopeTestCase/doc/VERSION.txt U

[Zope-Checkins] SVN: Zope/branches/2.9/lib/python/Testing/ZopeTestCase/zopedoctest/functional.py Increased frame depth to account for decorator.

2006-09-02 Thread Stefan H. Holek
Log message for revision 69927: Increased frame depth to account for decorator. Changed: U Zope/branches/2.9/lib/python/Testing/ZopeTestCase/zopedoctest/functional.py -=- Modified: Zope/branches/2.9/lib/python/Testing/ZopeTestCase/zopedoctest/functional.py

[Zope-Checkins] SVN: Zope/branches/2.10/lib/python/Testing/ZopeTestCase/zopedoctest/functional.py Merged r69926:69927 from 2.9 branch.

2006-09-02 Thread Stefan H. Holek
Log message for revision 69928: Merged r69926:69927 from 2.9 branch. Increased frame depth to account for decorator. Changed: U Zope/branches/2.10/lib/python/Testing/ZopeTestCase/zopedoctest/functional.py -=- Modified:

[Zope-Checkins] SVN: Zope/branches/2.9/lib/python/Testing/ZopeTestCase/ Made runalltests skip 'tests.py' when running ZTC tests.

2006-09-02 Thread Stefan H. Holek
Log message for revision 69930: Made runalltests skip 'tests.py' when running ZTC tests. Changed: U Zope/branches/2.9/lib/python/Testing/ZopeTestCase/runalltests.py U Zope/branches/2.9/lib/python/Testing/ZopeTestCase/zopedoctest/runalltests.py -=- Modified:

[Zope-Checkins] SVN: Zope/branches/2.10/lib/python/Testing/ZopeTestCase/ Merged r69928:69931 from 2.9 branch.

2006-09-02 Thread Stefan H. Holek
Log message for revision 69932: Merged r69928:69931 from 2.9 branch. - Nuked the decorator and moved its functionality to the suite factory proper. - Made runalltests skip 'tests.py' when running ZTC tests. - Don't run testWebserver.py as part of the Zope2 test suite. Changed: U

[Zope-Checkins] SVN: Zope/branches/Zope-2_8-branch/lib/python/Testing/ZopeTestCase/ Fixed functional.http to only pass the request body (no headers) to

2006-09-02 Thread Stefan H. Holek
Log message for revision 69933: Fixed functional.http to only pass the request body (no headers) to publish_module. Thanks to Andreas Zeidler. Changed: U Zope/branches/Zope-2_8-branch/lib/python/Testing/ZopeTestCase/doc/CHANGES.txt U

[Zope-Checkins] SVN: Zope/branches/2.9/lib/python/Testing/ZopeTestCase/ Merged r69932:69933 from 2.8 branch.

2006-09-02 Thread Stefan H. Holek
Log message for revision 69934: Merged r69932:69933 from 2.8 branch. Fixed functional.http to only pass the request body (no headers) to publish_module. Thanks to Andreas Zeidler. Changed: U Zope/branches/2.9/lib/python/Testing/ZopeTestCase/doc/CHANGES.txt U

[Zope-Checkins] SVN: Zope/trunk/lib/python/OFS/ObjectManager.py Merged r69910:69911 from 2.8 branch.

2006-09-01 Thread Stefan H. Holek
Log message for revision 69915: Merged r69910:69911 from 2.8 branch. Help avoid acquisition disaster in Folder.manage_main (main.dtml). Changed: U Zope/trunk/lib/python/OFS/ObjectManager.py -=- Modified: Zope/trunk/lib/python/OFS/ObjectManager.py

[Zope-Checkins] SVN: Zope/branches/Zope-2_8-branch/lib/python/OFS/dtml/main.dtml Acquisition disaster part II.

2006-09-01 Thread Stefan H. Holek
Log message for revision 69916: Acquisition disaster part II. Changed: U 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/branches/2.10/lib/python/OFS/dtml/main.dtml Merged r69915:69916 from 2.8 branch.

2006-09-01 Thread Stefan H. Holek
Log message for revision 69918: Merged r69915:69916 from 2.8 branch. Changed: U Zope/branches/2.10/lib/python/OFS/dtml/main.dtml -=- Modified: Zope/branches/2.10/lib/python/OFS/dtml/main.dtml === ---

[Zope-Checkins] SVN: Zope/trunk/lib/python/OFS/dtml/main.dtml Merged r69915:69916 from 2.8 branch.

2006-09-01 Thread Stefan H. Holek
Log message for revision 69919: Merged r69915:69916 from 2.8 branch. Changed: U Zope/trunk/lib/python/OFS/dtml/main.dtml -=- Modified: Zope/trunk/lib/python/OFS/dtml/main.dtml === ---

[Zope-Checkins] SVN: Zope/branches/2.9/ ZTUtils.make_hidden_input did not escape double-quotes.

2006-08-27 Thread Stefan H. Holek
Log message for revision 69796: ZTUtils.make_hidden_input did not escape double-quotes. Fixes http://www.zope.org/Collectors/Zope/2175 Changed: U Zope/branches/2.9/doc/CHANGES.txt U Zope/branches/2.9/lib/python/ZTUtils/Zope.py U

[Zope-Checkins] SVN: Zope/trunk/lib/python/ZTUtils/ Merged r69795:69796 from 2.9 branch.

2006-08-27 Thread Stefan H. Holek
Log message for revision 69798: Merged r69795:69796 from 2.9 branch. ZTUtils.make_hidden_input did not escape double-quotes. Fixes http://www.zope.org/Collectors/Zope/2175 Changed: U Zope/trunk/lib/python/ZTUtils/Zope.py U Zope/trunk/lib/python/ZTUtils/tests/testZope.py -=-

[Zope-Checkins] SVN: Zope/branches/2.9/ Fixed MailHost documentation; simple_send does not

2006-08-27 Thread Stefan H. Holek
Log message for revision 69800: Fixed MailHost documentation; simple_send does not process or validate its arguments in any way. Resolves http://www.zope.org/Collectors/Zope/2152 Changed: U Zope/branches/2.9/doc/CHANGES.txt U

[Zope-Checkins] SVN: Zope/branches/2.10/ Merged r69799:69800 from 2.9 branch.

2006-08-27 Thread Stefan H. Holek
Log message for revision 69801: Merged r69799:69800 from 2.9 branch. Fixed MailHost documentation; simple_send does not process or validate its arguments in any way. Resolves http://www.zope.org/Collectors/Zope/2152 Changed: U Zope/branches/2.10/doc/CHANGES.txt U

[Zope-Checkins] SVN: Zope/trunk/lib/python/Products/MailHost/ Merged r69799:69800 from 2.9 branch.

2006-08-27 Thread Stefan H. Holek
Log message for revision 69802: Merged r69799:69800 from 2.9 branch. Fixed MailHost documentation; simple_send does not process or validate its arguments in any way. Resolves http://www.zope.org/Collectors/Zope/2152 Changed: U

[Zope-Checkins] SVN: Zope/branches/2.9/ Specifying session-resolution-seconds = 1200 caused Zope startup to fail.

2006-08-24 Thread Stefan H. Holek
Log message for revision 69766: Specifying session-resolution-seconds = 1200 caused Zope startup to fail. Fixes http://www.zope.org/Collectors/Zope/1983 Changed: U Zope/branches/2.9/doc/CHANGES.txt U Zope/branches/2.9/lib/python/OFS/Application.py -=- Modified:

[Zope-Checkins] SVN: Zope/branches/2.10/ Merged r69765:69766 from 2.9 branch.

2006-08-24 Thread Stefan H. Holek
Log message for revision 69767: Merged r69765:69766 from 2.9 branch. Specifying session-resolution-seconds = 1200 caused Zope startup to fail. Fixes http://www.zope.org/Collectors/Zope/1983 Changed: U Zope/branches/2.10/doc/CHANGES.txt U

[Zope-Checkins] SVN: Zope/trunk/lib/python/OFS/Application.py Merged r69765:69766 from 2.9 branch.

2006-08-24 Thread Stefan H. Holek
Log message for revision 69768: Merged r69765:69766 from 2.9 branch. Specifying session-resolution-seconds = 1200 caused Zope startup to fail. Fixes http://www.zope.org/Collectors/Zope/1983 Changed: U Zope/trunk/lib/python/OFS/Application.py -=- Modified:

[Zope-Checkins] SVN: Zope/branches/2.9/ Moved 'alt' property from File to Image.

2006-08-24 Thread Stefan H. Holek
Log message for revision 69770: Moved 'alt' property from File to Image. Fixes http://www.zope.org/Collectors/Zope/1907 Changed: U Zope/branches/2.9/doc/CHANGES.txt U Zope/branches/2.9/lib/python/OFS/Image.py U Zope/branches/2.9/lib/python/OFS/dtml/imageView.dtml U

[Zope-Checkins] SVN: Zope/branches/2.9/lib/python/ Made sure WebDAV.COPY sends an ObjectClonedEvent.

2006-08-22 Thread Stefan H. Holek
Log message for revision 69723: Made sure WebDAV.COPY sends an ObjectClonedEvent. Fixes http://www.zope.org/Collectors/Zope/2169 Changed: U Zope/branches/2.9/lib/python/OFS/tests/testCopySupportHooks.py U Zope/branches/2.9/lib/python/webdav/Resource.py -=- Modified:

[Zope-Checkins] SVN: Zope/branches/2.10/ Merged r69717:69724 from 2.9 branch.

2006-08-22 Thread Stefan H. Holek
Log message for revision 69725: Merged r69717:69724 from 2.9 branch. webdav.Resource.COPY did not send ObjectClonedEvent. Fixes http://www.zope.org/Collectors/Zope/2169 Changed: U Zope/branches/2.10/doc/CHANGES.txt A

[Zope-Checkins] SVN: Zope/trunk/lib/python/ Merged r69717:69724 from 2.9 branch.

2006-08-22 Thread Stefan H. Holek
Log message for revision 69726: Merged r69717:69724 from 2.9 branch. webdav.Resource.COPY did not send ObjectClonedEvent. Fixes http://www.zope.org/Collectors/Zope/2169 Changed: A Zope/trunk/lib/python/OFS/tests/testCopySupportHooks.py U

[Zope-Checkins] SVN: Zope/branches/Zope-2_8-branch/lib/python/OFS/tests/testCopySupportHooks.py Added tests to go with http://www.zope.org/Collectors/Zope/2169

2006-08-21 Thread Stefan H. Holek
Log message for revision 69717: Added tests to go with http://www.zope.org/Collectors/Zope/2169 Changed: A Zope/branches/Zope-2_8-branch/lib/python/OFS/tests/testCopySupportHooks.py -=- Added: Zope/branches/Zope-2_8-branch/lib/python/OFS/tests/testCopySupportHooks.py

[Zope-Checkins] SVN: Zope/branches/2.9/lib/python/OFS/tests/testCopySupportHooks.py Added tests to go with http://www.zope.org/Collectors/Zope/2169

2006-08-21 Thread Stefan H. Holek
Log message for revision 69718: Added tests to go with http://www.zope.org/Collectors/Zope/2169 Changed: A Zope/branches/2.9/lib/python/OFS/tests/testCopySupportHooks.py -=- Added: Zope/branches/2.9/lib/python/OFS/tests/testCopySupportHooks.py

[Zope-Checkins] SVN: Zope/branches/Zope-2_8-branch/lib/python/Products/ZCatalog/ZCatalog.py Repairing a redirect to go back to the correct ZMI tab.

2006-07-12 Thread Stefan H. Holek
Log message for revision 69100: Repairing a redirect to go back to the correct ZMI tab. 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/branches/2.10/lib/python/Products/ZCatalog/ZCatalog.py Repairing a redirect to go back to the correct ZMI tab.

2006-07-12 Thread Stefan H. Holek
Log message for revision 69102: Repairing a redirect to go back to the correct ZMI tab. Changed: U Zope/branches/2.10/lib/python/Products/ZCatalog/ZCatalog.py -=- Modified: Zope/branches/2.10/lib/python/Products/ZCatalog/ZCatalog.py

[Zope-Checkins] SVN: Zope/branches/2.10/lib/python/ZPublisher/HTTPResponse.py Collector #2133: standard_error_messages are out of sync.

2006-06-21 Thread Stefan H. Holek
Log message for revision 68666: Collector #2133: standard_error_messages are out of sync. Changed: U Zope/branches/2.10/lib/python/ZPublisher/HTTPResponse.py -=- Modified: Zope/branches/2.10/lib/python/ZPublisher/HTTPResponse.py

[Zope-Checkins] SVN: Zope/branches/2.10/lib/python/ZPublisher/ DateTime marshalling addendum:

2006-06-21 Thread Stefan H. Holek
Log message for revision 68713: DateTime marshalling addendum: Fixed edge case of attribute name ''. Changed: U Zope/branches/2.10/lib/python/ZPublisher/tests/test_xmlrpc.py U Zope/branches/2.10/lib/python/ZPublisher/xmlrpc.py -=- Modified:

[Zope-Checkins] SVN: Zope/branches/2.10/lib/python/ Made DateTime.DateTime marshallable via XML-RPC.

2006-06-21 Thread Stefan H. Holek
Log message for revision 68691: Made DateTime.DateTime marshallable via XML-RPC. Fixes http://www.zope.org/Collectors/Zope/2109 Changed: U Zope/branches/2.10/lib/python/DateTime/DateTime.py U Zope/branches/2.10/lib/python/ZPublisher/tests/test_xmlrpc.py U

[Zope-Checkins] SVN: Zope/branches/2.9/lib/python/ZPublisher/ DateTime marshalling addendum:

2006-06-21 Thread Stefan H. Holek
Log message for revision 68712: DateTime marshalling addendum: Fixed edge case of attribute name ''. Changed: U Zope/branches/2.9/lib/python/ZPublisher/tests/test_xmlrpc.py U Zope/branches/2.9/lib/python/ZPublisher/xmlrpc.py -=- Modified:

[Zope-Checkins] SVN: Zope/trunk/lib/python/ Made DateTime.DateTime marshallable via XML-RPC.

2006-06-21 Thread Stefan H. Holek
Log message for revision 68692: Made DateTime.DateTime marshallable via XML-RPC. Fixes http://www.zope.org/Collectors/Zope/2109 Changed: U Zope/trunk/lib/python/DateTime/DateTime.py U Zope/trunk/lib/python/ZPublisher/tests/test_xmlrpc.py U

[Zope-Checkins] SVN: Zope/branches/2.9/ Made DateTime.DateTime marshallable via XML-RPC.

2006-06-21 Thread Stefan H. Holek
Log message for revision 68690: Made DateTime.DateTime marshallable via XML-RPC. Fixes http://www.zope.org/Collectors/Zope/2109 Changed: U Zope/branches/2.9/doc/CHANGES.txt U Zope/branches/2.9/lib/python/DateTime/DateTime.py U

[Zope-Checkins] SVN: Zope/branches/Zope-2_8-branch/ Backported additional security declarations because it is a security fix after all.

2006-05-10 Thread Stefan H. Holek
Log message for revision 68072: Backported additional security declarations because it is a security fix after all. Changed: U Zope/branches/Zope-2_8-branch/doc/CHANGES.txt U Zope/branches/Zope-2_8-branch/lib/python/OFS/PropertyManager.py -=- Modified:

[Zope-Checkins] SVN: Zope/trunk/lib/python/OFS/PropertyManager.py Provided missing security declarations.

2006-05-09 Thread Stefan H. Holek
Log message for revision 68062: Provided missing security declarations. Changed: U Zope/trunk/lib/python/OFS/PropertyManager.py -=- Modified: Zope/trunk/lib/python/OFS/PropertyManager.py === ---

[Zope-Checkins] SVN: Zope/branches/2.9/ SiteErrorLog only copied the unformatted traceback to the event.log,

2006-05-09 Thread Stefan H. Holek
Log message for revision 68063: SiteErrorLog only copied the unformatted traceback to the event.log, missing out on __traceback_supplement__. Changed: U Zope/branches/2.9/doc/CHANGES.txt U Zope/branches/2.9/lib/python/Products/SiteErrorLog/SiteErrorLog.py -=- Modified:

[Zope-Checkins] SVN: Zope/trunk/lib/python/Products/SiteErrorLog/SiteErrorLog.py SiteErrorLog only copied the unformatted traceback to the event.log,

2006-05-09 Thread Stefan H. Holek
Log message for revision 68064: SiteErrorLog only copied the unformatted traceback to the event.log, missing out on __traceback_supplement__. Changed: U Zope/trunk/lib/python/Products/SiteErrorLog/SiteErrorLog.py -=- Modified:

[Zope-Checkins] SVN: Zope/trunk/test.py Implemented --nowarnings flag for the new test runner.

2006-05-09 Thread Stefan H. Holek
Log message for revision 68066: Implemented --nowarnings flag for the new test runner. Changed: U Zope/trunk/test.py -=- Modified: Zope/trunk/test.py === --- Zope/trunk/test.py 2006-05-09 11:30:13 UTC (rev 68065) +++

[Zope-Checkins] SVN: Zope/branches/2.9/lib/python/reStructuredText/ Merged 2.8 branch r30721:30722 into 2.9 branch.

2006-04-09 Thread Stefan H. Holek
Log message for revision 66730: Merged 2.8 branch r30721:30722 into 2.9 branch. (Fix for collector #1770 that never made it.) Changed: U Zope/branches/2.9/lib/python/reStructuredText/__init__.py U Zope/branches/2.9/lib/python/reStructuredText/tests/testReST.py -=- Modified:

[Zope-Checkins] SVN: Zope/trunk/lib/python/reStructuredText/ Merged 2.8 branch r30721:30722 into the trunk.

2006-04-09 Thread Stefan H. Holek
Log message for revision 66731: Merged 2.8 branch r30721:30722 into the trunk. (Fix for collector #1770 that never made it.) Changed: U Zope/trunk/lib/python/reStructuredText/__init__.py U Zope/trunk/lib/python/reStructuredText/tests/testReST.py -=- Modified:

[Zope-Checkins] SVN: Zope/trunk/lib/python/Testing/ZopeTestCase/utils.py This is just me being picky about whitespace. Nothing to see here, move along.

2006-04-08 Thread Stefan H. Holek
Log message for revision 66686: This is just me being picky about whitespace. Nothing to see here, move along. Changed: U Zope/trunk/lib/python/Testing/ZopeTestCase/utils.py -=- Modified: Zope/trunk/lib/python/Testing/ZopeTestCase/utils.py

[Zope-Checkins] SVN: Zope/branches/Zope-2_8-branch/lib/python/Testing/ZopeTestCase/ Set svn:keywords Id on new files.

2006-03-26 Thread Stefan H. Holek
Log message for revision 66217: Set svn:keywords Id on new files. Changed: _U Zope/branches/Zope-2_8-branch/lib/python/Testing/ZopeTestCase/placeless.py _U Zope/branches/Zope-2_8-branch/lib/python/Testing/ZopeTestCase/testPlaceless.py -=- Property changes on:

[Zope-Checkins] SVN: Zope/branches/2.9/lib/python/Testing/ZopeTestCase/ - Made base.TestCase a new-style class.

2006-03-26 Thread Stefan H. Holek
Log message for revision 66218: - Made base.TestCase a new-style class. - Added placeless.py for Z3-style setup. Thanks to Whit Morriss. Changed: U Zope/branches/2.9/lib/python/Testing/ZopeTestCase/__init__.py U Zope/branches/2.9/lib/python/Testing/ZopeTestCase/base.py U

[Zope-Checkins] SVN: Zope/trunk/lib/python/Testing/ZopeTestCase/ - Made base.TestCase a new-style class.

2006-03-26 Thread Stefan H. Holek
Log message for revision 66219: - Made base.TestCase a new-style class. - Added placeless.py for Z3-style setup. Thanks to Whit Morriss. Changed: U Zope/trunk/lib/python/Testing/ZopeTestCase/__init__.py U Zope/trunk/lib/python/Testing/ZopeTestCase/base.py U

[Zope-Checkins] SVN: Zope/trunk/lib/python/Testing/makerequest.py Apply Philipp's fix to Testing.makerequest as well.

2006-03-26 Thread Stefan H. Holek
Log message for revision 66221: Apply Philipp's fix to Testing.makerequest as well. Changed: U Zope/trunk/lib/python/Testing/makerequest.py -=- Modified: Zope/trunk/lib/python/Testing/makerequest.py === ---

[Zope-Checkins] SVN: Zope/branches/Zope-2_8-branch/lib/python/Testing/ZopeTestCase/ Made functional doctests set the Www-Authenticate header.

2006-03-23 Thread Stefan H. Holek
Log message for revision 66136: Made functional doctests set the Www-Authenticate header. Changed: U Zope/branches/Zope-2_8-branch/lib/python/Testing/ZopeTestCase/doc/CHANGES.txt U Zope/branches/Zope-2_8-branch/lib/python/Testing/ZopeTestCase/zopedoctest/FunctionalDocTest.txt U

[Zope-Checkins] SVN: Zope/trunk/lib/python/Testing/ZopeTestCase/ Made functional doctests set the Www-Authenticate header.

2006-03-23 Thread Stefan H. Holek
Log message for revision 66138: Made functional doctests set the Www-Authenticate header. Changed: U Zope/trunk/lib/python/Testing/ZopeTestCase/doc/CHANGES.txt U Zope/trunk/lib/python/Testing/ZopeTestCase/zopedoctest/FunctionalDocTest.txt U

[Zope-Checkins] SVN: Zope/trunk/lib/python/Testing/ZopeTestCase/testPythonScript.py SecurityManager.validateValue no longer exists.

2006-03-23 Thread Stefan H. Holek
Log message for revision 66141: SecurityManager.validateValue no longer exists. Changed: U Zope/trunk/lib/python/Testing/ZopeTestCase/testPythonScript.py -=- Modified: Zope/trunk/lib/python/Testing/ZopeTestCase/testPythonScript.py

[Zope-Checkins] SVN: Zope/branches/Zope-2_8-branch/lib/python/OFS/Cache.py Provide missing security declarations for 'ZCacheable_isAMethod'

2006-03-07 Thread Stefan H. Holek
Log message for revision 65847: Provide missing security declarations for 'ZCacheable_isAMethod' and 'ZCacheable_getManagerURL'. Changed: U Zope/branches/Zope-2_8-branch/lib/python/OFS/Cache.py -=- Modified: Zope/branches/Zope-2_8-branch/lib/python/OFS/Cache.py

[Zope-Checkins] SVN: Zope/trunk/lib/python/OFS/Image.py OFS.Image: 'Image.update_data' did not refresh the Etag.

2006-03-07 Thread Stefan H. Holek
Log message for revision 65865: OFS.Image: 'Image.update_data' did not refresh the Etag. Changed: U Zope/trunk/lib/python/OFS/Image.py -=- Modified: Zope/trunk/lib/python/OFS/Image.py === ---

[Zope-Checkins] SVN: Zope/trunk/lib/python/OFS/Cache.py Provide missing security declarations for 'ZCacheable_isAMethod'

2006-03-06 Thread Stefan H. Holek
Log message for revision 65833: Provide missing security declarations for 'ZCacheable_isAMethod' and 'ZCacheable_getManagerURL'. Changed: U Zope/trunk/lib/python/OFS/Cache.py -=- Modified: Zope/trunk/lib/python/OFS/Cache.py

[Zope-Checkins] CVS: Packages/ZPublisher/tests - testBaseRequest.py:1.1.6.4

2006-02-19 Thread Stefan H. Holek
Update of /cvs-repository/Packages/ZPublisher/tests In directory cvs.zope.org:/tmp/cvs-serv20926/lib/python/ZPublisher/tests Modified Files: Tag: Zope-2_7-branch testBaseRequest.py Log Message: ZPublisher.BaseRequest: The publisher would happily publish attributes of type 'bool'

[Zope-Checkins] CVS: Zope/doc - CHANGES.txt:1.625.2.367

2006-02-19 Thread Stefan H. Holek
Update of /cvs-repository/Zope/doc In directory cvs.zope.org:/tmp/cvs-serv20926/doc Modified Files: Tag: Zope-2_7-branch CHANGES.txt Log Message: ZPublisher.BaseRequest: The publisher would happily publish attributes of type 'bool' and 'complex'. === Zope/doc/CHANGES.txt

[Zope-Checkins] CVS: Packages/ZPublisher - BaseRequest.py:1.51.2.5

2006-02-19 Thread Stefan H. Holek
Update of /cvs-repository/Packages/ZPublisher In directory cvs.zope.org:/tmp/cvs-serv20926/lib/python/ZPublisher Modified Files: Tag: Zope-2_7-branch BaseRequest.py Log Message: ZPublisher.BaseRequest: The publisher would happily publish attributes of type 'bool' and 'complex'.

[Zope-Checkins] SVN: Zope/trunk/lib/python/ZPublisher/ Merged Zope 2.8 branch r41693:41694 into the trunk.

2006-02-19 Thread Stefan H. Holek
Log message for revision 41700: Merged Zope 2.8 branch r41693:41694 into the trunk. ZPublisher.BaseRequest: The publisher would happily publish attributes of type 'bool' and 'complex'. Changed: U Zope/trunk/lib/python/ZPublisher/BaseRequest.py U

[Zope-Checkins] SVN: Zope/branches/2.9/lib/python/ZPublisher/ Also prevent publishing of Python 2.4's 'set' and 'frozenset' types.

2006-02-19 Thread Stefan H. Holek
Log message for revision 41705: Also prevent publishing of Python 2.4's 'set' and 'frozenset' types. Changed: U Zope/branches/2.9/lib/python/ZPublisher/BaseRequest.py U Zope/branches/2.9/lib/python/ZPublisher/tests/testBaseRequest.py -=- Modified:

[Zope-Checkins] SVN: Zope/trunk/lib/python/ZPublisher/ Merged Zope 2.9 branch r41704:41705 into the trunk.

2006-02-19 Thread Stefan H. Holek
Log message for revision 41706: Merged Zope 2.9 branch r41704:41705 into the trunk. Prevent publishing of Python 2.4's 'set' and 'frozenset' types. Changed: U Zope/trunk/lib/python/ZPublisher/BaseRequest.py U Zope/trunk/lib/python/ZPublisher/tests/testBaseRequest.py -=-

[Zope-Checkins] SVN: Zope/branches/Zope-2_8-branch/ Backported r41704:41705 from 2.9 branch because it is a security fix.

2006-02-19 Thread Stefan H. Holek
Log message for revision 41707: Backported r41704:41705 from 2.9 branch because it is a security fix. Under Python 2.4 the ZPublisher would allow publication of 'set' and 'frozenset' attributes. Changed: U Zope/branches/Zope-2_8-branch/doc/CHANGES.txt U

[Zope-Checkins] SVN: Zope/branches/2.9/lib/python/Testing/ZopeTestCase/zopedoctest/ Content-Type header now contains a charset.

2005-12-21 Thread Stefan H. Holek
Log message for revision 40959: Content-Type header now contains a charset. Changed: U Zope/branches/2.9/lib/python/Testing/ZopeTestCase/zopedoctest/FunctionalDocTest.txt U Zope/branches/2.9/lib/python/Testing/ZopeTestCase/zopedoctest/testFunctionalDocTest.py -=- Modified:

[Zope-Checkins] SVN: Zope/branches/Zope-2_8-branch/lib/python/Testing/ZopeTestCase/testZODBCompat.py Added two more tests for transaction.abort().

2005-12-21 Thread Stefan H. Holek
Log message for revision 40967: Added two more tests for transaction.abort(). Changed: U Zope/branches/Zope-2_8-branch/lib/python/Testing/ZopeTestCase/testZODBCompat.py -=- Modified: Zope/branches/Zope-2_8-branch/lib/python/Testing/ZopeTestCase/testZODBCompat.py

[Zope-Checkins] SVN: Zope/branches/2.9/inst/Makefile.in Reverted r40251 as I quite obviously didn't know what I was doing.

2005-12-20 Thread Stefan H. Holek
Log message for revision 40894: Reverted r40251 as I quite obviously didn't know what I was doing. Changed: U Zope/branches/2.9/inst/Makefile.in -=- Modified: Zope/branches/2.9/inst/Makefile.in === ---

[Zope-Checkins] SVN: Zope/trunk/inst/Makefile.in Merged Zope-2_9-branch r40893:40894 into the trunk.

2005-12-20 Thread Stefan H. Holek
Log message for revision 40895: Merged Zope-2_9-branch r40893:40894 into the trunk. (Reverted r40251 as I quite obviously didn't know what I was doing.) Changed: U Zope/trunk/inst/Makefile.in -=- Modified: Zope/trunk/inst/Makefile.in

[Zope-Checkins] SVN: Zope/branches/Zope-2_8-branch/lib/python/Testing/ZopeTestCase/ Made sure logging is configured. Read $INSTANCE_HOME/log.ini if it exists.

2005-12-16 Thread Stefan H. Holek
Log message for revision 40819: Made sure logging is configured. Read $INSTANCE_HOME/log.ini if it exists. Changed: U Zope/branches/Zope-2_8-branch/lib/python/Testing/ZopeTestCase/ZopeLite.py U Zope/branches/Zope-2_8-branch/lib/python/Testing/ZopeTestCase/doc/CHANGES.txt U

[Zope-Checkins] SVN: Zope/trunk/lib/python/Testing/ZopeTestCase/ Merged Zope-2_8-branch -r40818:40819 into the trunk.

2005-12-16 Thread Stefan H. Holek
Log message for revision 40821: Merged Zope-2_8-branch -r40818:40819 into the trunk. (Made sure logging is configured. Read $INSTANCE_HOME/log.ini if it exists.) Changed: U Zope/trunk/lib/python/Testing/ZopeTestCase/ZopeLite.py U

[Zope-Checkins] CVS: Zope - test.py:1.2.2.20

2005-12-03 Thread Stefan H. Holek
Update of /cvs-repository/Zope In directory cvs.zope.org:/tmp/cvs-serv6383 Modified Files: Tag: Zope-2_7-branch test.py Log Message: Implemented a --nowarnings flag for test.py. Makes running CMF and Plone tests a lot less annoying. Usage: ./bin/zopectl test --keepbytecode

[Zope-Checkins] SVN: Zope/branches/Zope-2_8-branch/test.py Implemented a --nowarnings flag for test.py.

2005-12-03 Thread Stefan H. Holek
Log message for revision 40519: Implemented a --nowarnings flag for test.py. Makes running CMF and Plone tests a lot less annoying. Usage: ./bin/zopectl test --keepbytecode --nowarnings --dir Products/CMFPlone Changed: U Zope/branches/Zope-2_8-branch/test.py -=- Modified:

<    1   2   3   >