[Zope-Checkins] SVN: Zope/trunk/src/ZPublisher/ - left behind some comments for the next person who tries to understand that code

2010-04-17 Thread Yvo Schubbe
Log message for revision 111013: - left behind some comments for the next person who tries to understand that code - re-synced Test.publish_module with Publish.publish_module_standard Changed: U Zope/trunk/src/ZPublisher/Publish.py U Zope/trunk/src/ZPublisher/Test.py -=- Modified: Zo

[Zope-Checkins] SVN: Zope/trunk/src/Testing/ZopeTestCase/zopedoctest/functional.py - no need to use the Test version if we don't have an 'extra' argument

2010-04-17 Thread Yvo Schubbe
Log message for revision 111014: - no need to use the Test version if we don't have an 'extra' argument Changed: U Zope/trunk/src/Testing/ZopeTestCase/zopedoctest/functional.py -=- Modified: Zope/trunk/src/Testing/ZopeTestCase/zopedoctest/functional.py ==

[Zope-Checkins] SVN: Zope/branches/2.12/src/ZPublisher/tests/ - added one more Unauthorized test

2010-04-19 Thread Yvo Schubbe
Log message for revision 111074: - added one more Unauthorized test Changed: U Zope/branches/2.12/src/ZPublisher/tests/exception_handling.txt U Zope/branches/2.12/src/ZPublisher/tests/test_exception_handling.py -=- Modified: Zope/branches/2.12/src/ZPublisher/tests/exception_handling.txt

[Zope-Checkins] SVN: Zope/trunk/src/ZPublisher/tests/ - added one more Unauthorized test

2010-04-19 Thread Yvo Schubbe
Log message for revision 111075: - added one more Unauthorized test Changed: U Zope/trunk/src/ZPublisher/tests/exception_handling.txt U Zope/trunk/src/ZPublisher/tests/test_exception_handling.py -=- Modified: Zope/trunk/src/ZPublisher/tests/exception_handling.txt ===

[Zope-Checkins] SVN: Zope/trunk/src/ZPublisher/HTTPResponse.py - removed redundant _unauthorized() call. exception() will call it later in the process.

2010-04-19 Thread Yvo Schubbe
Log message for revision 111077: - removed redundant _unauthorized() call. exception() will call it later in the process. - removed obsolete code that did support string exceptions - some related cleanup Changed: UU Zope/trunk/src/ZPublisher/HTTPResponse.py -=- Modified: Zope/trunk/src/

[Zope-Checkins] SVN: Zope/branches/2.12/src/OFS/SimpleItem.py - backported changes from trunk

2010-04-19 Thread Yvo Schubbe
Log message for revision 111079: - backported changes from trunk Changed: U Zope/branches/2.12/src/OFS/SimpleItem.py -=- Modified: Zope/branches/2.12/src/OFS/SimpleItem.py === --- Zope/branches/2.12/src/OFS/SimpleItem.py201

[Zope-Checkins] SVN: Zope/branches/2.12/ - fixed some unicode issues in Unauthorized

2010-04-21 Thread Yvo Schubbe
Log message for revision 97: - fixed some unicode issues in Unauthorized Changed: U Zope/branches/2.12/doc/CHANGES.rst A Zope/branches/2.12/src/zExceptions/tests/test_unauthorized.py UU Zope/branches/2.12/src/zExceptions/unauthorized.py -=- Modified: Zope/branches/2.12/doc/CHANGE

[Zope-Checkins] SVN: Zope/trunk/src/zExceptions/ - fixed some unicode issues in Unauthorized

2010-04-21 Thread Yvo Schubbe
Log message for revision 98: - fixed some unicode issues in Unauthorized Changed: A Zope/trunk/src/zExceptions/tests/test_unauthorized.py UU Zope/trunk/src/zExceptions/unauthorized.py -=- Copied: Zope/trunk/src/zExceptions/tests/test_unauthorized.py (from rev 97, Zope/branches/2

[Zope-Checkins] SVN: Zope/branches/2.12/ - fixed handling of exceptions with unicode values

2010-04-21 Thread Yvo Schubbe
Log message for revision 99: - fixed handling of exceptions with unicode values Changed: U Zope/branches/2.12/doc/CHANGES.rst UU Zope/branches/2.12/src/ZPublisher/HTTPResponse.py U Zope/branches/2.12/src/ZPublisher/tests/exception_handling.txt -=- Modified: Zope/branches/2.12/doc

[Zope-Checkins] SVN: Zope/trunk/src/ZPublisher/ - fixed handling of exceptions with unicode values

2010-04-21 Thread Yvo Schubbe
Log message for revision 111200: - fixed handling of exceptions with unicode values Changed: U Zope/trunk/src/ZPublisher/HTTPResponse.py U Zope/trunk/src/ZPublisher/tests/exception_handling.txt -=- Modified: Zope/trunk/src/ZPublisher/HTTPResponse.py =

[Zope-Checkins] SVN: Zope/branches/2.12/src/ZPublisher/Publish.py - reverted part of r105590: retry is not defined here (this bug is not in Zope trunk)

2010-04-22 Thread Yvo Schubbe
Log message for revision 111260: - reverted part of r105590: retry is not defined here (this bug is not in Zope trunk) Changed: U Zope/branches/2.12/src/ZPublisher/Publish.py -=- Modified: Zope/branches/2.12/src/ZPublisher/Publish.py

[Zope-Checkins] SVN: Zope/trunk/src/ZPublisher/Publish.py - forward ported r105590 from 2.12 branch

2010-04-22 Thread Yvo Schubbe
Log message for revision 111261: - forward ported r105590 from 2.12 branch Changed: U Zope/trunk/src/ZPublisher/Publish.py -=- Modified: Zope/trunk/src/ZPublisher/Publish.py === --- Zope/trunk/src/ZPublisher/Publish.py2

[Zope-Checkins] SVN: Zope/branches/2.12/src/ - moved special debug (== not handle_errors != debug mode) behavior up the stack

2010-04-22 Thread Yvo Schubbe
Log message for revision 111262: - moved special debug (== not handle_errors != debug mode) behavior up the stack Changed: U Zope/branches/2.12/src/OFS/SimpleItem.py U Zope/branches/2.12/src/ZPublisher/Publish.py -=- Modified: Zope/branches/2.12/src/OFS/SimpleItem.py ==

[Zope-Checkins] SVN: Zope/trunk/src/ - moved special debug (== not handle_errors != debug mode) behavior up the stack

2010-04-22 Thread Yvo Schubbe
Log message for revision 111263: - moved special debug (== not handle_errors != debug mode) behavior up the stack Changed: U Zope/trunk/src/OFS/SimpleItem.py U Zope/trunk/src/ZPublisher/Publish.py -=- Modified: Zope/trunk/src/OFS/SimpleItem.py ==

[Zope-Checkins] SVN: Zope/branches/2.12/ - fixed handling of errors in 'traverseName'

2010-04-24 Thread Yvo Schubbe
Log message for revision 111338: - fixed handling of errors in 'traverseName' Changed: U Zope/branches/2.12/doc/CHANGES.rst U Zope/branches/2.12/src/ZPublisher/BaseRequest.py U Zope/branches/2.12/src/ZPublisher/tests/testBaseRequest.py -=- Modified: Zope/branches/2.12/doc/CHANGES.rs

[Zope-Checkins] SVN: Zope/trunk/src/ZPublisher/ - fixed handling of errors in 'traverseName'

2010-04-24 Thread Yvo Schubbe
Log message for revision 111339: - fixed handling of errors in 'traverseName' Changed: UU Zope/trunk/src/ZPublisher/BaseRequest.py UU Zope/trunk/src/ZPublisher/tests/testBaseRequest.py -=- Modified: Zope/trunk/src/ZPublisher/BaseRequest.py =

[Zope-Checkins] SVN: Zope/trunk/src/Testing/ZopeTestCase/functional.py - removed ZPublisher.Test.publish_module dependency

2010-06-07 Thread Yvo Schubbe
Log message for revision 113238: - removed ZPublisher.Test.publish_module dependency the 'extra' argument of the publish method is no longer supported (I hope nobody did use it - let's see if someone complains about this BBB foul) Changed: U Zope/trunk/src/Testing/ZopeTestCase/functi

[Zope-Checkins] SVN: Zope/trunk/doc/CHANGES.rst - mention rev 113238 in the changelog

2010-06-07 Thread Yvo Schubbe
Log message for revision 113239: - mention rev 113238 in the changelog Changed: U Zope/trunk/doc/CHANGES.rst -=- Modified: Zope/trunk/doc/CHANGES.rst === --- Zope/trunk/doc/CHANGES.rst 2010-06-07 14:53:48 UTC (rev 113238) +++

[Zope-Checkins] SVN: Zope/trunk/ - removed ancient backwards compatibility code

2010-06-17 Thread Yvo Schubbe
Log message for revision 113588: - removed ancient backwards compatibility code Changed: U Zope/trunk/doc/CHANGES.rst U Zope/trunk/src/Zope2/App/startup.py U Zope/trunk/src/Zope2/App/tests/testExceptionHook.py -=- Modified: Zope/trunk/doc/CHANGES.rst

[Zope-Checkins] SVN: Zope/trunk/src/ZPublisher/BaseRequest.py - whitespace cleanup

2010-06-17 Thread Yvo Schubbe
Log message for revision 113589: - whitespace cleanup Changed: U Zope/trunk/src/ZPublisher/BaseRequest.py -=- Modified: Zope/trunk/src/ZPublisher/BaseRequest.py === --- Zope/trunk/src/ZPublisher/BaseRequest.py2010-06-17 09:

[Zope-Checkins] SVN: Zope/trunk/src/ZPublisher/BaseRequest.py - removed unused variable

2010-06-17 Thread Yvo Schubbe
Log message for revision 113590: - removed unused variable Changed: U Zope/trunk/src/ZPublisher/BaseRequest.py -=- Modified: Zope/trunk/src/ZPublisher/BaseRequest.py === --- Zope/trunk/src/ZPublisher/BaseRequest.py2010-06-1

[Zope-Checkins] SVN: Zope/trunk/src/ - TraversalError is now LocationError

2010-06-17 Thread Yvo Schubbe
Log message for revision 113591: - TraversalError is now LocationError - import cleanup Changed: U Zope/trunk/src/OFS/Traversable.py U Zope/trunk/src/ZPublisher/BaseRequest.py -=- Modified: Zope/trunk/src/OFS/Traversable.py =

[Zope-Checkins] SVN: Zope/trunk/src/OFS/interfaces.py - IContainmentRoot is now IRoot

2010-06-18 Thread Yvo Schubbe
Log message for revision 113612: - IContainmentRoot is now IRoot Changed: U Zope/trunk/src/OFS/interfaces.py -=- Modified: Zope/trunk/src/OFS/interfaces.py === --- Zope/trunk/src/OFS/interfaces.py2010-06-18 09:24:59 UTC (re

[Zope-Checkins] SVN: Zope/trunk/src/ZPublisher/tests/testHTTPResponse.py - added at least one unit test for the 'exception' method

2010-06-22 Thread Yvo Schubbe
Log message for revision 113760: - added at least one unit test for the 'exception' method Changed: U Zope/trunk/src/ZPublisher/tests/testHTTPResponse.py -=- Modified: Zope/trunk/src/ZPublisher/tests/testHTTPResponse.py === ---

[Zope-Checkins] SVN: Zope/trunk/src/ZPublisher/ - small refactoring for better readability: moved some code in separate _setBCIHeaders method

2010-06-22 Thread Yvo Schubbe
Log message for revision 113761: - small refactoring for better readability: moved some code in separate _setBCIHeaders method Changed: U Zope/trunk/src/ZPublisher/HTTPResponse.py U Zope/trunk/src/ZPublisher/tests/testHTTPResponse.py -=- Modified: Zope/trunk/src/ZPublisher/HTTPResponse

[Zope-Checkins] SVN: Zope/trunk/ - removed 'Main' and 'Zope' wrappers for Test.publish

2010-06-22 Thread Yvo Schubbe
Log message for revision 113762: - removed 'Main' and 'Zope' wrappers for Test.publish Changed: U Zope/trunk/doc/CHANGES.rst U Zope/trunk/src/ZPublisher/__init__.py -=- Modified: Zope/trunk/doc/CHANGES.rst === --- Zope/trun

[Zope-Checkins] SVN: Zope/branches/2.12/ - don't raise string exceptions

2010-07-27 Thread Yvo Schubbe
Log message for revision 115116: - don't raise string exceptions Changed: U Zope/branches/2.12/doc/CHANGES.rst U Zope/branches/2.12/src/AccessControl/User.py U Zope/branches/2.12/src/Products/SiteErrorLog/SiteErrorLog.py -=- Modified: Zope/branches/2.12/doc/CHANGES.rst =

[Zope-Checkins] SVN: Zope/trunk/src/ - don't raise string exceptions

2010-07-27 Thread Yvo Schubbe
Log message for revision 115117: - don't raise string exceptions Changed: U Zope/trunk/src/OFS/userfolder.py U Zope/trunk/src/Products/SiteErrorLog/SiteErrorLog.py -=- Modified: Zope/trunk/src/OFS/userfolder.py === --- Zope

[Zope-Checkins] SVN: Zope/trunk/src/ - removed obsolete upgradeException calls (there are no string exceptions in Python 2.6)

2010-07-27 Thread Yvo Schubbe
Log message for revision 115118: - removed obsolete upgradeException calls (there are no string exceptions in Python 2.6) - no need to re-raise Redirect in raise_standardErrorMessage (ZPublisherExceptionHook is responsible for that) Changed: U Zope/trunk/src/OFS/SimpleItem.py U Zope/

[Zope-Checkins] SVN: Zope/trunk/src/OFS/metaconfigure.py - added comment (warn against usage in unit tests)

2010-08-01 Thread Yvo Schubbe
Log message for revision 115312: - added comment (warn against usage in unit tests) Changed: U Zope/trunk/src/OFS/metaconfigure.py -=- Modified: Zope/trunk/src/OFS/metaconfigure.py === --- Zope/trunk/src/OFS/metaconfigure.py 20

[Zope-Checkins] SVN: Zope/branches/2.12/ - added forward-compatibility shim for UserFolder (this makes it easier to write CMF migration code)

2010-08-01 Thread Yvo Schubbe
Log message for revision 115314: - added forward-compatibility shim for UserFolder (this makes it easier to write CMF migration code) Changed: U Zope/branches/2.12/doc/CHANGES.rst A Zope/branches/2.12/src/OFS/userfolder.py -=- Modified: Zope/branches/2.12/doc/CHANGES.rst ==

[Zope-Checkins] SVN: Zope/branches/2.12/buildout.cfg - 'scripts' is the default recipe

2010-08-06 Thread Yvo Schubbe
Log message for revision 115518: - 'scripts' is the default recipe Changed: U Zope/branches/2.12/buildout.cfg -=- Modified: Zope/branches/2.12/buildout.cfg === --- Zope/branches/2.12/buildout.cfg 2010-08-06 09:03:40 UTC (re

[Zope-Checkins] SVN: Zope/trunk/buildout.cfg - 'scripts' is the default recipe

2010-08-06 Thread Yvo Schubbe
Log message for revision 115519: - 'scripts' is the default recipe Changed: U Zope/trunk/buildout.cfg -=- Modified: Zope/trunk/buildout.cfg === --- Zope/trunk/buildout.cfg 2010-08-06 10:11:10 UTC (rev 115518) +++ Zope/trunk

[Zope-Checkins] SVN: Zope/trunk/versions.cfg - switched to latest ztk release

2010-09-17 Thread Yvo Schubbe
Log message for revision 116527: - switched to latest ztk release Changed: U Zope/trunk/versions.cfg -=- Modified: Zope/trunk/versions.cfg === --- Zope/trunk/versions.cfg 2010-09-17 13:13:48 UTC (rev 116526) +++ Zope/trunk/

[Zope-Checkins] SVN: Zope/branches/2.12/ - updated zc.buildout version

2010-09-20 Thread Yvo Schubbe
Log message for revision 116658: - updated zc.buildout version 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/doc/

[Zope-Checkins] SVN: Zope/branches/2.12/bootstrap.py - made room for a new bootstrap.py copy

2010-09-20 Thread Yvo Schubbe
Log message for revision 116659: - made room for a new bootstrap.py copy Changed: D Zope/branches/2.12/bootstrap.py -=- Deleted: Zope/branches/2.12/bootstrap.py === --- Zope/branches/2.12/bootstrap.py 2010-09-20 10:37:25 UT

[Zope-Checkins] SVN: Zope/trunk/bootstrap.py - made room for a new bootstrap.py copy

2010-09-20 Thread Yvo Schubbe
Log message for revision 116660: - made room for a new bootstrap.py copy Changed: D Zope/trunk/bootstrap.py -=- Deleted: Zope/trunk/bootstrap.py === --- Zope/trunk/bootstrap.py 2010-09-20 10:45:29 UTC (rev 116659) +++ Zope/

[Zope-Checkins] SVN: Zope/trunk/bootstrap.py - added a local copy of the special 1.4.4 bootstrap.py

2010-09-20 Thread Yvo Schubbe
Log message for revision 116661: - added a local copy of the special 1.4.4 bootstrap.py Changed: A Zope/trunk/bootstrap.py -=- Copied: Zope/trunk/bootstrap.py (from rev 116609, zc.buildout/tags/1.4.4/bootstrap/bootstrap.py) ==

[Zope-Checkins] SVN: Zope/branches/2.12/bootstrap.py - added a local copy of the special 1.4.4 bootstrap.py

2010-09-20 Thread Yvo Schubbe
Log message for revision 116662: - added a local copy of the special 1.4.4 bootstrap.py Changed: A Zope/branches/2.12/bootstrap.py -=- Copied: Zope/branches/2.12/bootstrap.py (from rev 116609, zc.buildout/tags/1.4.4/bootstrap/bootstrap.py) ==

[Zope-Checkins] SVN: Zope/trunk/ - fixed copyright header

2010-09-20 Thread Yvo Schubbe
Log message for revision 116663: - fixed copyright header Changed: U Zope/trunk/bootstrap.py UU Zope/trunk/src/Products/ZCatalog/tests/test_plan.py -=- Modified: Zope/trunk/bootstrap.py === --- Zope/trunk/bootstrap.py 20

[Zope-Checkins] SVN: Zope/branches/2.12/bootstrap.py - fixed copyright header

2010-09-20 Thread Yvo Schubbe
Log message for revision 116664: - fixed copyright header Changed: U Zope/branches/2.12/bootstrap.py -=- Modified: Zope/branches/2.12/bootstrap.py === --- Zope/branches/2.12/bootstrap.py 2010-09-20 11:11:10 UTC (rev 116663)

[Zope-Checkins] SVN: Zope/trunk/ - fixed two unit tests that failed on fast Windows machines

2010-09-26 Thread Yvo Schubbe
Log message for revision 116951: - fixed two unit tests that failed on fast Windows machines Changed: U Zope/trunk/doc/CHANGES.rst U Zope/trunk/src/OFS/tests/testHistory.py U Zope/trunk/src/Products/ZCatalog/tests/test_plan.py -=- Modified: Zope/trunk/doc/CHANGES.rst ===

[Zope-Checkins] SVN: Zope/branches/2.12/ - backported r116951 from trunk

2010-09-26 Thread Yvo Schubbe
Log message for revision 116952: - backported r116951 from trunk Changed: U Zope/branches/2.12/doc/CHANGES.rst U Zope/branches/2.12/src/OFS/tests/testHistory.py -=- Modified: Zope/branches/2.12/doc/CHANGES.rst === --- Zope/

[Zope-Checkins] SVN: Zope/trunk/ merged fix from tseaver-collector_1460 branch

2005-04-02 Thread Yvo Schubbe
Log message for revision 29837: merged fix from tseaver-collector_1460 branch Changed: U Zope/trunk/doc/CHANGES.txt U Zope/trunk/lib/python/AccessControl/ZopeGuards.py U Zope/trunk/lib/python/AccessControl/tests/testZopeGuards.py -=- Modified: Zope/trunk/doc/CHANGES.txt

[Zope-Checkins] SVN: Zope/trunk/lib/python/Testing/ZopeTestCase/doc/ set svn:eol-style

2005-04-04 Thread Yvo Schubbe
Log message for revision 29864: set svn:eol-style Changed: _U Zope/trunk/lib/python/Testing/ZopeTestCase/doc/API.stx _U Zope/trunk/lib/python/Testing/ZopeTestCase/doc/CHANGES.txt _U Zope/trunk/lib/python/Testing/ZopeTestCase/doc/ENVIRONMENT.txt _U Zope/trunk/lib/python/Testing/ZopeTe

[Zope-Checkins] SVN: Zope/trunk/lib/python/Testing/ZopeTestCase/ set svn:eol-style

2005-04-04 Thread Yvo Schubbe
Log message for revision 29865: set svn:eol-style Changed: _U Zope/trunk/lib/python/Testing/ZopeTestCase/PortalTestCase.py _U Zope/trunk/lib/python/Testing/ZopeTestCase/ZopeLite.py _U Zope/trunk/lib/python/Testing/ZopeTestCase/ZopeTestCase.py _U Zope/trunk/lib/python/Testing/ZopeTest

[Zope-Checkins] SVN: Zope/trunk/setup.py added some packages and files required by unit tests

2005-04-04 Thread Yvo Schubbe
Log message for revision 29866: added some packages and files required by unit tests Changed: U Zope/trunk/setup.py -=- Modified: Zope/trunk/setup.py === --- Zope/trunk/setup.py 2005-04-04 09:33:17 UTC (rev 29865) +++ Zope/trun

[Zope-Checkins] SVN: Zope/trunk/lib/python/Products/Five/ set svn:eol-style

2005-04-12 Thread Yvo Schubbe
Log message for revision 29950: set svn:eol-style Changed: _U Zope/trunk/lib/python/Products/Five/CHANGES.txt _U Zope/trunk/lib/python/Products/Five/CREDITS.txt _U Zope/trunk/lib/python/Products/Five/README.txt _U Zope/trunk/lib/python/Products/Five/ReuseUtils.py _U Zope/trunk/lib

[Zope-Checkins] SVN: Zope/trunk/setup.py added some missing files

2005-04-26 Thread Yvo Schubbe
Log message for revision 30188: added some missing files Changed: U Zope/trunk/setup.py -=- Modified: Zope/trunk/setup.py === --- Zope/trunk/setup.py 2005-04-26 16:53:33 UTC (rev 30187) +++ Zope/trunk/setup.py 2005-04-26 17:03:

[Zope-Checkins] SVN: Zope/trunk/lib/python/Products/Five/interfaces.py synced with Five-1.0 branch

2005-05-06 Thread Yvo Schubbe
Log message for revision 30289: synced with Five-1.0 branch Changed: U Zope/trunk/lib/python/Products/Five/interfaces.py -=- Modified: Zope/trunk/lib/python/Products/Five/interfaces.py === --- Zope/trunk/lib/python/Products/Fiv

[Zope-Checkins] SVN: Zope/trunk/setup.py added missing Five directories

2005-05-06 Thread Yvo Schubbe
Log message for revision 30295: added missing Five directories Changed: U Zope/trunk/setup.py -=- Modified: Zope/trunk/setup.py === --- Zope/trunk/setup.py 2005-05-06 18:19:46 UTC (rev 30294) +++ Zope/trunk/setup.py 2005-05-06

[Zope-Checkins] SVN: Zope/trunk/lib/python/ZServer/tests/test_config.py added test for http://www.zope.org/Collectors/Zope/1507 (Entry #17, 2.) alias http://www.zope.org/Collectors/Zope/1728

2005-05-09 Thread Yvo Schubbe
Log message for revision 30302: added test for http://www.zope.org/Collectors/Zope/1507 (Entry #17, 2.) alias http://www.zope.org/Collectors/Zope/1728 now 3 tests are failing on Windows Changed: U Zope/trunk/lib/python/ZServer/tests/test_config.py -=- Modified: Zope/trunk/lib/python/Z

[Zope-Checkins] SVN: Zope/trunk/lib/python/ZServer/datatypes.py fixed http://www.zope.org/Collectors/Zope/1507 (Entry #17, 1.) alias http://www.zope.org/Collectors/Zope/1728

2005-05-09 Thread Yvo Schubbe
Log message for revision 30303: fixed http://www.zope.org/Collectors/Zope/1507 (Entry #17, 1.) alias http://www.zope.org/Collectors/Zope/1728 switched back to ip=self.ip, simplified and fixed prepare() code now we are down to 1 failing test on Windows Changed: U Zope/trunk/lib/python

[Zope-Checkins] SVN: Zope/trunk/ The Finder class is now used for the complete lib/python tree and has a blacklist instead of a whitelist for file extensions.

2005-05-10 Thread Yvo Schubbe
Log message for revision 30319: The Finder class is now used for the complete lib/python tree and has a blacklist instead of a whitelist for file extensions. So there should no longer be a need to update setup.py if modules or files are added or removed in lib/python. http://www.zope.org/Co

[Zope-Checkins] SVN: Zope/trunk/lib/python/ Some cosmetic changes (in preparation for creating z3 interfaces):

2005-05-15 Thread Yvo Schubbe
Log message for revision 30356: Some cosmetic changes (in preparation for creating z3 interfaces): - docstring cleanup - whitespace cleanup - import cleanup Changed: UU Zope/trunk/lib/python/AccessControl/Owned.py UU Zope/trunk/lib/python/AccessControl/PermissionMapping.py UU Zope

[Zope-Checkins] SVN: Zope/trunk/lib/python/ added some basic conformance tests

2005-05-15 Thread Yvo Schubbe
Log message for revision 30357: added some basic conformance tests Changed: UU Zope/trunk/lib/python/OFS/tests/testFileAndImage.py A Zope/trunk/lib/python/OFS/tests/testFolder.py UU Zope/trunk/lib/python/OFS/tests/testOrderSupport.py UU Zope/trunk/lib/python/OFS/tests/testOrderedFol

[Zope-Checkins] SVN: Zope/trunk/lib/python/ZServer/component.xml use the new socket-binding-address datatype

2005-05-18 Thread Yvo Schubbe
Log message for revision 30410: use the new socket-binding-address datatype Changed: U Zope/trunk/lib/python/ZServer/component.xml -=- Modified: Zope/trunk/lib/python/ZServer/component.xml === --- Zope/trunk/lib/python/ZServer/

[Zope-Checkins] SVN: Zope/branches/Zope-2_8-branch/doc/CHANGES.txt forgot to mention resolved collector issue

2005-05-27 Thread Yvo Schubbe
Log message for revision 30527: forgot to mention resolved collector issue Changed: U Zope/branches/Zope-2_8-branch/doc/CHANGES.txt -=- Modified: Zope/branches/Zope-2_8-branch/doc/CHANGES.txt === --- Zope/branches/Zope-2_8-bran

[Zope-Checkins] SVN: Zope/branches/Zope-2_8-branch/lib/python/Products/Five/api.py removed pre-Five-1.0 cruft (this file does not belong to Five 1.0)

2005-05-27 Thread Yvo Schubbe
Log message for revision 30528: removed pre-Five-1.0 cruft (this file does not belong to Five 1.0) Changed: D Zope/branches/Zope-2_8-branch/lib/python/Products/Five/api.py -=- Deleted: Zope/branches/Zope-2_8-branch/lib/python/Products/Five/api.py

[Zope-Checkins] SVN: Zope/trunk/lib/python/Products/Five/api.py removed pre-Five-1.0 cruft (this file does not belong to Five 1.0)

2005-05-27 Thread Yvo Schubbe
Log message for revision 30529: removed pre-Five-1.0 cruft (this file does not belong to Five 1.0) Changed: D Zope/trunk/lib/python/Products/Five/api.py -=- Deleted: Zope/trunk/lib/python/Products/Five/api.py === --- Zope/trunk

[Zope-Checkins] SVN: Zope/branches/Zope-2_8-branch/lib/python/Products/SiteErrorLog/www/main.pt fixed icons for inside-out hosting

2005-06-14 Thread Yvo Schubbe
Log message for revision 30795: fixed icons for inside-out hosting Changed: U Zope/branches/Zope-2_8-branch/lib/python/Products/SiteErrorLog/www/main.pt -=- Modified: Zope/branches/Zope-2_8-branch/lib/python/Products/SiteErrorLog/www/main.pt

[Zope-Checkins] SVN: Zope/trunk/lib/python/Products/SiteErrorLog/www/main.pt fixed icons for inside-out hosting

2005-06-14 Thread Yvo Schubbe
Log message for revision 30796: fixed icons for inside-out hosting Changed: U Zope/trunk/lib/python/Products/SiteErrorLog/www/main.pt -=- Modified: Zope/trunk/lib/python/Products/SiteErrorLog/www/main.pt === --- Zope/trunk/lib/

[Zope-Checkins] SVN: Zope/branches/Zope-2_8-branch/lib/python/Products/SiteErrorLog/SiteErrorLog.py - replaced MessageDialog by less annoying manage_tabs_message

2005-06-16 Thread Yvo Schubbe
Log message for revision 30812: - replaced MessageDialog by less annoying manage_tabs_message - some related cleanup Changed: UU Zope/branches/Zope-2_8-branch/lib/python/Products/SiteErrorLog/SiteErrorLog.py -=- Modified: Zope/branches/Zope-2_8-branch/lib/python/Products/SiteErrorLog/Sit

[Zope-Checkins] SVN: Zope/trunk/lib/python/Products/SiteErrorLog/SiteErrorLog.py - replaced MessageDialog by less annoying manage_tabs_message

2005-06-16 Thread Yvo Schubbe
Log message for revision 30813: - replaced MessageDialog by less annoying manage_tabs_message - some related cleanup Changed: UU Zope/trunk/lib/python/Products/SiteErrorLog/SiteErrorLog.py -=- Modified: Zope/trunk/lib/python/Products/SiteErrorLog/SiteErrorLog.py ===

[Zope-Checkins] SVN: Zope/branches/Zope-2_8-branch/lib/python/App/dtml/manage_page_style.css.dtml - removed width 100% for .system-msg

2005-06-16 Thread Yvo Schubbe
Log message for revision 30814: - removed width 100% for .system-msg width 100% did cause an horizontal scrollbar in firefox and ie. This change breaks the ns4 layout a bit, but I guess we can live with that. Changed: U Zope/branches/Zope-2_8-branch/lib/python/App/dtml/manage_page_sty

[Zope-Checkins] SVN: Zope/trunk/lib/python/App/dtml/manage_page_style.css.dtml - removed width 100% for .system-msg

2005-06-16 Thread Yvo Schubbe
Log message for revision 30815: - removed width 100% for .system-msg width 100% did cause an horizontal scrollbar in firefox and ie. This change breaks the ns4 layout a bit, but I guess we can live with that. Changed: U Zope/trunk/lib/python/App/dtml/manage_page_style.css.dtml -=- Mod

[Zope-Checkins] SVN: Zope/branches/Zope-2_8-branch/lib/python/Products/PluginIndexes/common/UnIndex.py removed dead code: getIndexSourceNames was defined twice

2005-06-22 Thread Yvo Schubbe
Log message for revision 30891: removed dead code: getIndexSourceNames was defined twice Changed: UU Zope/branches/Zope-2_8-branch/lib/python/Products/PluginIndexes/common/UnIndex.py -=- Modified: Zope/branches/Zope-2_8-branch/lib/python/Products/PluginIndexes/common/UnIndex.py ===

[Zope-Checkins] SVN: Zope/trunk/lib/python/Products/PluginIndexes/common/UnIndex.py removed dead code: getIndexSourceNames was defined twice

2005-06-22 Thread Yvo Schubbe
Log message for revision 30892: removed dead code: getIndexSourceNames was defined twice Changed: UU Zope/trunk/lib/python/Products/PluginIndexes/common/UnIndex.py -=- Modified: Zope/trunk/lib/python/Products/PluginIndexes/common/UnIndex.py ===

[Zope-Checkins] SVN: Zope/branches/Zope-2_8-branch/ merged r30995 from trunk:

2005-07-04 Thread Yvo Schubbe
Log message for revision 30997: merged r30995 from trunk: - Collector #1815: ZCTextIndex accepts (again) sequences of strings to be indexed. Changed: U Zope/branches/Zope-2_8-branch/doc/CHANGES.txt U Zope/branches/Zope-2_8-branch/lib/python/Products/ZCTextIndex/IIndex.py U Zope/b

[Zope-Checkins] SVN: Zope/trunk/lib/python/Products/ZCTextIndex/ZCTextIndex.py synced whitespace with Zope-2_8-branch

2005-07-04 Thread Yvo Schubbe
Log message for revision 30998: synced whitespace with Zope-2_8-branch Changed: U Zope/trunk/lib/python/Products/ZCTextIndex/ZCTextIndex.py -=- Modified: Zope/trunk/lib/python/Products/ZCTextIndex/ZCTextIndex.py === --- Zope/tr

[Zope-Checkins] SVN: Zope/branches/Zope-2_8-branch/lib/python/Products/ partially reverted r30994 to avoid infinite import loops

2005-07-05 Thread Yvo Schubbe
Log message for revision 30999: partially reverted r30994 to avoid infinite import loops Changed: U Zope/branches/Zope-2_8-branch/lib/python/Products/PluginIndexes/DateIndex/tests/test_DateIndex.py U Zope/branches/Zope-2_8-branch/lib/python/Products/PluginIndexes/DateRangeIndex/tests/t

[Zope-Checkins] SVN: Zope/branches/Zope-2_8-branch/lib/python/Products/ reverted r30999, removed all Five dependencies introduced in r30994

2005-07-05 Thread Yvo Schubbe
Log message for revision 31005: reverted r30999, removed all Five dependencies introduced in r30994 (this fixes the infinite loop issue, but adds redundant interface definitions because we can't use Five's bridging code) Changed: U Zope/branches/Zope-2_8-branch/lib/python/Products/Plugin

[Zope-Checkins] SVN: Zope/trunk/lib/python/Products/ merged r30999:r31005 from Zope-2_8-branch:

2005-07-05 Thread Yvo Schubbe
Log message for revision 31008: merged r30999:r31005 from Zope-2_8-branch: - removed all Five dependencies introduced in r30996 (this fixes the infinite loop issue, but adds redundant interface definitions because we can't use Five's bridging code) Changed: U Zope/trunk/lib/python/

[Zope-Checkins] SVN: Zope/branches/yuppie-z3z2bridge/ experimenting with z3 -> z2 interface bridge

2005-07-08 Thread Yvo Schubbe
Log message for revision 31024: experimenting with z3 -> z2 interface bridge Changed: A Zope/branches/yuppie-z3z2bridge/ -=- Copied: Zope/branches/yuppie-z3z2bridge (from rev 31023, Zope/trunk) ___ Zope-Checkins maillist - Zope-Checkins@zope.or

[Zope-Checkins] SVN: Zope/branches/yuppie-z3z2bridge/lib/python/Interface/ ported and reversed bridging code from Five; added fromZ3Method

2005-07-08 Thread Yvo Schubbe
Log message for revision 31025: ported and reversed bridging code from Five; added fromZ3Method Changed: A Zope/branches/yuppie-z3z2bridge/lib/python/Interface/bridge.py A Zope/branches/yuppie-z3z2bridge/lib/python/Interface/tests/bridge.txt A Zope/branches/yuppie-z3z2bridge/lib/pyth

[Zope-Checkins] SVN: Zope/branches/yuppie-z3z2bridge/lib/python/Interface/bridge.py fixed typo

2005-07-08 Thread Yvo Schubbe
Log message for revision 31027: fixed typo Changed: U Zope/branches/yuppie-z3z2bridge/lib/python/Interface/bridge.py -=- Modified: Zope/branches/yuppie-z3z2bridge/lib/python/Interface/bridge.py === --- Zope/branches/yuppie-z3z2

[Zope-Checkins] SVN: Zope/branches/yuppie-tal-backports/ backport changes from zope.tal to TAL

2005-08-01 Thread Yvo Schubbe
Log message for revision 37612: backport changes from zope.tal to TAL Changed: A Zope/branches/yuppie-tal-backports/ -=- Copied: Zope/branches/yuppie-tal-backports (from rev 37611, Zope/trunk) ___ Zope-Checkins maillist - Zope-Checkins@zope.org

[Zope-Checkins] SVN: Zope/branches/yuppie-tal-backports/lib/python/DocumentTemplate/ made sure custom strings like MessageID are not converted

2005-08-01 Thread Yvo Schubbe
Log message for revision 37613: made sure custom strings like MessageID are not converted Changed: UU Zope/branches/yuppie-tal-backports/lib/python/DocumentTemplate/tests/testustr.py UU Zope/branches/yuppie-tal-backports/lib/python/DocumentTemplate/ustr.py -=- Modified: Zope/branches/yu

[Zope-Checkins] SVN: Zope/branches/yuppie-tal-backports/lib/python/TAL/ - synced code and tests with zope.tal where possible without changing behavior

2005-08-01 Thread Yvo Schubbe
Log message for revision 37614: - synced code and tests with zope.tal where possible without changing behavior - backported MessageID support from zope.tal Changed: UU Zope/branches/yuppie-tal-backports/lib/python/TAL/TALInterpreter.py UU Zope/branches/yuppie-tal-backports/lib/python/TA

[Zope-Checkins] SVN: Zope/branches/Zope-2_8-branch/ merged yuppie-tal-backports branch:

2005-08-04 Thread Yvo Schubbe
Log message for revision 37696: merged yuppie-tal-backports branch: - made sure custom strings like MessageID are not converted by ustr - synced TALInterpreter code and tests with zope.tal where possible without changing behavior - backported MessageID support from zope.tal Changed:

[Zope-Checkins] SVN: Zope/trunk/lib/python/ merged yuppie-tal-backports branch:

2005-08-04 Thread Yvo Schubbe
Log message for revision 37697: merged yuppie-tal-backports branch: - made sure custom strings like MessageID are not converted by ustr - synced TALInterpreter code and tests with zope.tal where possible without changing behavior - backported MessageID support from zope.tal Changed:

[Zope-Checkins] SVN: Zope/branches/Zope-2_8-branch/ backported r33270 from trunk:

2005-08-07 Thread Yvo Schubbe
Log message for revision 37774: backported r33270 from trunk: - added z3 -> z2 interface bridge Changed: U Zope/branches/Zope-2_8-branch/doc/CHANGES.txt A Zope/branches/Zope-2_8-branch/lib/python/Interface/bridge.py A Zope/branches/Zope-2_8-branch/lib/python/Interface/tests/bridge.

[Zope-Checkins] SVN: Zope/trunk/doc/CHANGES.txt after backporting to the Zope-2_8-branch (r37774) this is no longer 'Trunk only'

2005-08-07 Thread Yvo Schubbe
Log message for revision 37775: after backporting to the Zope-2_8-branch (r37774) this is no longer 'Trunk only' Changed: U Zope/trunk/doc/CHANGES.txt -=- Modified: Zope/trunk/doc/CHANGES.txt === --- Zope/trunk/doc/CHANGES.txt

[Zope-Checkins] SVN: Zope/trunk/lib/python/Products/ZCatalog/ProgressHandler.py fixed svn properties

2005-09-30 Thread Yvo Schubbe
Log message for revision 38704: fixed svn properties Changed: UU Zope/trunk/lib/python/Products/ZCatalog/ProgressHandler.py -=- Modified: Zope/trunk/lib/python/Products/ZCatalog/ProgressHandler.py === --- Zope/trunk/lib/python/P

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

2005-10-02 Thread Yvo Schubbe
Log message for revision 38714: accept also the z3 version of the PluggableIndex interface Changed: UU Zope/trunk/lib/python/Products/ZCatalog/ZCatalogIndexes.py -=- Modified: Zope/trunk/lib/python/Products/ZCatalog/ZCatalogIndexes.py =

[Zope-Checkins] SVN: Zope/trunk/lib/python/Products/MailHost/ - added IMailHost interface

2005-10-02 Thread Yvo Schubbe
Log message for revision 38715: - added IMailHost interface - some cleanup Changed: UU Zope/trunk/lib/python/Products/MailHost/MailHost.py A Zope/trunk/lib/python/Products/MailHost/interfaces.py UU Zope/trunk/lib/python/Products/MailHost/tests/testMailHost.py -=- Modified: Zope/trun

[Zope-Checkins] SVN: Zope/branches/Zope-2_8-branch/lib/python/Products/ backported some small interface improvements and related cleanup from the trunk

2005-10-04 Thread Yvo Schubbe
Log message for revision 38741: backported some small interface improvements and related cleanup from the trunk Changed: UU Zope/branches/Zope-2_8-branch/lib/python/Products/MailHost/MailHost.py A Zope/branches/Zope-2_8-branch/lib/python/Products/MailHost/interfaces.py UU Zope/branch

[Zope-Checkins] SVN: Zope/trunk/lib/python/App/ProductContext.py - minor code modernization (to make reading the code easier)

2005-10-13 Thread Yvo Schubbe
Log message for revision 39112: - minor code modernization (to make reading the code easier) Changed: UU Zope/trunk/lib/python/App/ProductContext.py -=- Modified: Zope/trunk/lib/python/App/ProductContext.py === --- Zope/trunk/li

[Zope-Checkins] SVN: Zope/branches/Zope-2_8-branch/lib/python/OFS/dtml/main.dtml - replaced url_quote by html_quote for add list values (pushing the add button escapes the value again)

2005-10-27 Thread Yvo Schubbe
Log message for revision 39667: - replaced url_quote by html_quote for add list values (pushing the add button escapes the value again) 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/trunk/lib/python/OFS/dtml/main.dtml - replaced url_quote by html_quote for add list values (pushing the add button escapes the value again)

2005-10-27 Thread Yvo Schubbe
Log message for revision 39668: - replaced url_quote by html_quote for add list values (pushing the add button escapes the value again) Changed: U Zope/trunk/lib/python/OFS/dtml/main.dtml -=- Modified: Zope/trunk/lib/python/OFS/dtml/main.dtml ===

[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/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/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/webdav/ - always look for WriteLockInterface *and* IWriteLock (the z3 version of the same interface)

2005-11-02 Thread Yvo Schubbe
Log message for revision 39806: - always look for WriteLockInterface *and* IWriteLock (the z3 version of the same interface) - import and whitespace cleanup Changed: U Zope/trunk/lib/python/webdav/Lockable.py UU Zope/trunk/lib/python/webdav/NullResource.py U Zope/trunk/lib/python/w

<    1   2   3   >