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

2007-07-02 Thread Stefan H. Holek
Log message for revision 77298: Merged trunk r77296 into 2.9 branch. Collector #1306: Missing acquisition context on local roles screen. Changed: U Zope/branches/2.9/doc/CHANGES.txt U Zope/branches/2.9/lib/python/AccessControl/Role.py -=- Modified:

[Zope-Checkins] SVN: Zope/branches/2.9/ Merged 2.10 branch r77227:77228 into 2.9 branch.

2007-07-02 Thread Stefan H. Holek
Log message for revision 77299: Merged 2.10 branch r77227:77228 into 2.9 branch. The REQUEST should not accept holds after it has been closed. Changed: U Zope/branches/2.9/doc/CHANGES.txt U Zope/branches/2.9/lib/python/ZPublisher/BaseRequest.py U

[Zope-Checkins] SVN: Zope/branches/2.10/ The REQUEST should not accept holds after it has been closed.

2007-06-29 Thread Stefan H. Holek
Log message for revision 77228: The REQUEST should not accept holds after it has been closed. Changed: U Zope/branches/2.10/doc/CHANGES.txt U Zope/branches/2.10/lib/python/ZPublisher/BaseRequest.py U Zope/branches/2.10/lib/python/ZPublisher/tests/testBaseRequest.py -=- Modified:

[Zope-Checkins] SVN: Zope/trunk/ Merged 2.10 branch r77227:77228 into the trunk.

2007-06-29 Thread Stefan H. Holek
Log message for revision 77233: Merged 2.10 branch r77227:77228 into the trunk. The REQUEST should not accept holds after it has been closed. Changed: U Zope/trunk/doc/CHANGES.txt U Zope/trunk/lib/python/ZPublisher/BaseRequest.py U

Re: [Zope-dev] [SVN] Zope trunk - merged stuff for Zope 2.11 released

2007-06-27 Thread Stefan H. Holek
I plan to land the ZopeLite* layer work for 2.11. It's already running fine in my sandbox but has some implications for existing tests in both Zope and CMF, which I at least need to document. Do you have a target date for 2.11? Stefan (*) ZopeTestCase magic deferred to layer setup time

[Zope-Checkins] SVN: Zope/trunk/lib/python/Testing/ZopeTestCase/PortalTestCase.py Call setupCurrentSkin with REQUEST argument to shut up a deprecation warning.

2007-06-24 Thread Stefan H. Holek
Log message for revision 77005: Call setupCurrentSkin with REQUEST argument to shut up a deprecation warning. Changed: U Zope/trunk/lib/python/Testing/ZopeTestCase/PortalTestCase.py -=- Modified: Zope/trunk/lib/python/Testing/ZopeTestCase/PortalTestCase.py

[Zope-Checkins] SVN: Zope/branches/2.10/lib/python/Testing/ZopeTestCase/PortalTestCase.py Call setupCurrentSkin with REQUEST argument to shut up a deprecation warning.

2007-06-24 Thread Stefan H. Holek
Log message for revision 77006: Call setupCurrentSkin with REQUEST argument to shut up a deprecation warning. Changed: U Zope/branches/2.10/lib/python/Testing/ZopeTestCase/PortalTestCase.py -=- Modified: Zope/branches/2.10/lib/python/Testing/ZopeTestCase/PortalTestCase.py

[Zope-Checkins] SVN: Zope/branches/2.10/lib/python/Testing/ZopeTestCase/ Add hasPackage and installPackage functions for dealing with products

2007-06-23 Thread Stefan H. Holek
Log message for revision 76966: Add hasPackage and installPackage functions for dealing with products registered via five:registerPackage. Changed: U Zope/branches/2.10/lib/python/Testing/ZopeTestCase/ZopeLite.py U Zope/branches/2.10/lib/python/Testing/ZopeTestCase/__init__.py U

[Zope-Checkins] SVN: Zope/branches/2.10/lib/python/OFS/Application.py Extract package installation code into its own function so it can be reused.

2007-06-23 Thread Stefan H. Holek
Log message for revision 76965: Extract package installation code into its own function so it can be reused. Changed: U Zope/branches/2.10/lib/python/OFS/Application.py -=- Modified: Zope/branches/2.10/lib/python/OFS/Application.py

[Zope-Checkins] SVN: Zope/branches/2.10/lib/python/Products/ Stitched Five 1.5.4 tag into Zope 2.10 branch.

2007-06-23 Thread Stefan H. Holek
Log message for revision 76970: Stitched Five 1.5.4 tag into Zope 2.10 branch. Changed: _U Zope/branches/2.10/lib/python/Products/ -=- Property changes on: Zope/branches/2.10/lib/python/Products ___ Name: svn:externals -

[Zope-Checkins] SVN: Products.Five/tags/1.5.4/ Tagged Five 1.5.4 at r76968.

2007-06-23 Thread Stefan H. Holek
Log message for revision 76969: Tagged Five 1.5.4 at r76968. Changed: A Products.Five/tags/1.5.4/ -=- Copied: Products.Five/tags/1.5.4 (from rev 76968, Products.Five/branches/1.5) ___ Zope-Checkins maillist - Zope-Checkins@zope.org

[Zope-Checkins] SVN: Zope/branches/2.10/lib/python/Testing/ZopeTestCase/ hasPackage consulted the wrong registry, oops.

2007-06-23 Thread Stefan H. Holek
Log message for revision 76984: hasPackage consulted the wrong registry, oops. Changed: U Zope/branches/2.10/lib/python/Testing/ZopeTestCase/ZopeLite.py U Zope/branches/2.10/lib/python/Testing/ZopeTestCase/zopedoctest/testPackageAsProduct.py -=- Modified:

[Zope-Checkins] SVN: Zope/branches/2.9/lib/python/Testing/ZopeTestCase/ Provide access to test globs in doctest setUp and tearDown.

2007-06-23 Thread Stefan H. Holek
Log message for revision 76991: Provide access to test globs in doctest setUp and tearDown. Changed: U Zope/branches/2.9/lib/python/Testing/ZopeTestCase/doc/CHANGES.txt U Zope/branches/2.9/lib/python/Testing/ZopeTestCase/zopedoctest/functional.py U

[Zope-Checkins] SVN: Zope/branches/2.10/lib/python/Testing/ZopeTestCase/ Provide access to test globs in doctest setUp and tearDown.

2007-06-23 Thread Stefan H. Holek
Log message for revision 76990: Provide access to test globs in doctest setUp and tearDown. Changed: U Zope/branches/2.10/lib/python/Testing/ZopeTestCase/doc/CHANGES.txt U Zope/branches/2.10/lib/python/Testing/ZopeTestCase/zopedoctest/functional.py U

[Zope-Checkins] SVN: Products.Five/branches/1.3/tests/event.txt Add event.txt test that I missed last time.

2007-06-21 Thread Stefan H. Holek
Log message for revision 76874: Add event.txt test that I missed last time. Changed: U Products.Five/branches/1.3/tests/event.txt -=- Modified: Products.Five/branches/1.3/tests/event.txt === ---

[Zope-Checkins] SVN: Products.Five/tags/1.3.9/ Retagging Five 1.3.9.

2007-06-21 Thread Stefan H. Holek
Log message for revision 76875: Retagging Five 1.3.9. Changed: D Products.Five/tags/1.3.9/ -=- ___ Zope-Checkins maillist - Zope-Checkins@zope.org http://mail.zope.org/mailman/listinfo/zope-checkins

[Zope-Checkins] SVN: Products.Five/tags/1.3.9/ Tagged Five 1.3.9 at r76875.

2007-06-21 Thread Stefan H. Holek
Log message for revision 76876: Tagged Five 1.3.9 at r76875. Changed: A Products.Five/tags/1.3.9/ -=- Copied: Products.Five/tags/1.3.9 (from rev 76875, Products.Five/branches/1.3) ___ Zope-Checkins maillist - Zope-Checkins@zope.org

[Zope-Checkins] SVN: Products.Five/branches/1.4-objectcopiedeventdispatcher/ Park fix for #2307 on a branch until Zope 2.9.8 has arrived.

2007-06-21 Thread Stefan H. Holek
Log message for revision 76908: Park fix for #2307 on a branch until Zope 2.9.8 has arrived. Changed: A Products.Five/branches/1.4-objectcopiedeventdispatcher/ -=- Copied: Products.Five/branches/1.4-objectcopiedeventdispatcher (from rev 76906, Products.Five/branches/1.4)

[Zope-Checkins] SVN: Products.Five/branches/1.4/ Revert fix for #2307 (for now) as half of Plonistan is running Zope 2.9.7

2007-06-21 Thread Stefan H. Holek
Log message for revision 76909: Revert fix for #2307 (for now) as half of Plonistan is running Zope 2.9.7 with Five 1.4 branch -- and they are complaining noisily. Changed: U Products.Five/branches/1.4/CHANGES.txt U Products.Five/branches/1.4/event.zcml U

Re: [Zope-dev] problem with the last commit of Five branches 1.4 for Collector #2307

2007-06-21 Thread Stefan H. Holek
FWIW, I have parked the fix on a branch [1][2] and will wait for Zope 2.9.8 [3]. Stefan [1] http://svn.zope.org/Products.Five/?rev=76908view=rev [2] http://svn.zope.org/Products.Five/?rev=76909view=rev [3] http://mail.zope.org/pipermail/zope-dev/2007-June/029454.html On 21. Jun 2007, at

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

2007-06-20 Thread Stefan H. Holek
Log message for revision 76827: Collector #2307: ObjectCopiedEvent not dispatched to sublocations. Changed: U Zope/branches/2.9/doc/CHANGES.txt U Zope/branches/2.9/lib/python/OFS/subscribers.py U Zope/branches/2.9/lib/python/OFS/tests/testCopySupportEvents.py -=- Modified:

[Zope-Checkins] SVN: Products.Five/branches/1.3/event.zcml Collector #2307: ObjectCopiedEvent not dispatched to sublocations.

2007-06-20 Thread Stefan H. Holek
Log message for revision 76828: Collector #2307: ObjectCopiedEvent not dispatched to sublocations. Changed: U Products.Five/branches/1.3/event.zcml -=- Modified: Products.Five/branches/1.3/event.zcml === ---

[Zope-Checkins] SVN: Products.Five/branches/1.4/event.zcml Collector #2307: ObjectCopiedEvent not dispatched to sublocations.

2007-06-20 Thread Stefan H. Holek
Log message for revision 76829: Collector #2307: ObjectCopiedEvent not dispatched to sublocations. Changed: U Products.Five/branches/1.4/event.zcml -=- Modified: Products.Five/branches/1.4/event.zcml === ---

[Zope-Checkins] SVN: Products.Five/branches/1.3/ Prepare Five 1.3.9.

2007-06-20 Thread Stefan H. Holek
Log message for revision 76830: Prepare Five 1.3.9. Changed: U Products.Five/branches/1.3/CHANGES.txt U Products.Five/branches/1.3/version.txt -=- Modified: Products.Five/branches/1.3/CHANGES.txt === ---

[Zope-Checkins] SVN: Products.Five/tags/1.3.9/ Tagged Five 1.3.9 at r76830.

2007-06-20 Thread Stefan H. Holek
Log message for revision 76831: Tagged Five 1.3.9 at r76830. Changed: A Products.Five/tags/1.3.9/ -=- Copied: Products.Five/tags/1.3.9 (from rev 76830, Products.Five/branches/1.3) ___ Zope-Checkins maillist - Zope-Checkins@zope.org

[Zope-Checkins] SVN: Zope/branches/2.9/lib/python/Products/ Stitched Five 1.3.9 tag into Zope 2.9 branch.

2007-06-20 Thread Stefan H. Holek
Log message for revision 76832: Stitched Five 1.3.9 tag into Zope 2.9 branch. Changed: _U Zope/branches/2.9/lib/python/Products/ -=- Property changes on: Zope/branches/2.9/lib/python/Products ___ Name: svn:externals -

[Zope-dev] Re: SVN: Zope/branches/2.10/ Collector #2307: ObjectCopiedEvent not dispatched to sublocations.

2007-06-20 Thread Stefan H. Holek
for IObjectManager that directly calls # dispatchToSublocations. Cheers, Stefan On 20. Jun 2007, at 12:25, Philipp von Weitershausen wrote: Stefan H. Holek wrote: Log message for revision 76597: Collector #2307: ObjectCopiedEvent not dispatched to sublocations. ... @@ -130,7 +131,15

Re: [Zope-dev] Re: SVN: Zope/branches/2.10/ Collector #2307: ObjectCopiedEvent not dispatched to sublocations.

2007-06-20 Thread Stefan H. Holek
This should of course have read: I took my cues from how *ObjectMovedEvent* is handled. On 20. Jun 2007, at 13:16, Stefan H. Holek wrote: I took my cues from how ObjectModifiedEvent is handled. I figured copied and moved should be treated the same. Also, there is this comment in OFS

[Zope-Checkins] SVN: Products.Five/branches/1.5/ Collector #2307: ObjectCopiedEvent not dispatched to sublocations.

2007-06-10 Thread Stefan H. Holek
Log message for revision 76598: Collector #2307: ObjectCopiedEvent not dispatched to sublocations. Changed: U Products.Five/branches/1.5/event.zcml U Products.Five/branches/1.5/tests/event.txt -=- Modified: Products.Five/branches/1.5/event.zcml

[Zope-Checkins] SVN: Products.Five/branches/1.5/ Prepare Five 1.5.3.

2007-06-10 Thread Stefan H. Holek
Log message for revision 76600: Prepare Five 1.5.3. Changed: U Products.Five/branches/1.5/CHANGES.txt U Products.Five/branches/1.5/version.txt -=- Modified: Products.Five/branches/1.5/CHANGES.txt === ---

[Zope-Checkins] SVN: Products.Five/tags/1.5.3/ Tagged Five 1.5.3 at r76600.

2007-06-10 Thread Stefan H. Holek
Log message for revision 76601: Tagged Five 1.5.3 at r76600. Changed: A Products.Five/tags/1.5.3/ -=- Copied: Products.Five/tags/1.5.3 (from rev 76600, Products.Five/branches/1.5) ___ Zope-Checkins maillist - Zope-Checkins@zope.org

[Zope-Checkins] SVN: Zope/branches/2.10/lib/python/Products/ Stitched Five 1.5.3 tag into Zope 2.10 branch.

2007-06-10 Thread Stefan H. Holek
Log message for revision 76602: Stitched Five 1.5.3 tag into Zope 2.10 branch. Changed: _U Zope/branches/2.10/lib/python/Products/ -=- Property changes on: Zope/branches/2.10/lib/python/Products ___ Name: svn:externals -

Re: [Zope] custom Lexicon developpement problems

2007-05-04 Thread Stefan H. Holek
http://dev.plone.org/collective/browser/UnicodeLexicon/trunk/profiles/ default/catalog.xml Stefan On 4. Mai 2007, at 15:04, Winterflood, Jonathan wrote: My main issue is how to integrate the 'indexed_attr' field, but I can't see what is necessary to activate this functionality Could you

Re: [Zope] custom Lexicon developpement problems

2007-05-02 Thread Stefan H. Holek
You may want to look at http://www.zope.org/Members/shh/ UnicodeLexicon for inspiration. Stefan On 2. Mai 2007, at 10:50, Winterflood, Jonathan wrote: Hovever, I'm having problems creating indexes that use them: I created the lexicon and indexes via the catalog.xml file, but the

[Zope-Checkins] SVN: Zope/trunk/lib/python/ImageFile.py Removed bogus executable flag.

2007-04-13 Thread Stefan H. Holek
Log message for revision 74116: Removed bogus executable flag. Changed: _U Zope/trunk/lib/python/ImageFile.py -=- Property changes on: Zope/trunk/lib/python/ImageFile.py ___ Name: svn:executable - *

[Zope-Checkins] SVN: Zope/trunk/lib/python/OFS/tests/testCopySupportEvents.py Repair (and simplify) tests in response to

2007-04-12 Thread Stefan H. Holek
Log message for revision 74109: Repair (and simplify) tests in response to http://www.zope.org/Collectors/Zope/2308. Changed: U Zope/trunk/lib/python/OFS/tests/testCopySupportEvents.py -=- Modified: Zope/trunk/lib/python/OFS/tests/testCopySupportEvents.py

[Zope-Checkins] SVN: Zope/branches/2.10/lib/python/OFS/tests/testCopySupportEvents.py Merged trunk r74108:74109 into 2.10 branch.

2007-04-12 Thread Stefan H. Holek
Log message for revision 74110: Merged trunk r74108:74109 into 2.10 branch. Repair (and simplify) tests in response to http://www.zope.org/Collectors/Zope/2308. Changed: U Zope/branches/2.10/lib/python/OFS/tests/testCopySupportEvents.py -=- Modified:

Re: [Zope] VirtualHostBase VHM keyword doesn't work.

2007-04-11 Thread Stefan H. Holek
You are missing the [P] in your rewrite rule. Please follow How-tos to the letter. ;-) Stefan On 11. Apr 2007, at 06:23, Mark, Jonathan (Integic) wrote: VirtualHost *:80 RewriteEngine on DocumentRoot /var/www Servername goodbyeken.com RewriteRule /(.*)

Re: [Zope] manipulating zodb from independent database connection

2007-04-11 Thread Stefan H. Holek
On 11. Apr 2007, at 07:19, Tim Nash wrote: I'm using zope 2.5 (matches a book I like) and doing like so: This is a *very* old release (5 years?). from ZODB import FileStorage, DB storage = FileStorage.FileStorage('Data.fs') db = DB(storage) connection = db.open() root = connection.root()

[Zope-dev] What's the deal with sublocations?

2007-04-10 Thread Stefan H. Holek
Most ObjectEvents are dispatched to sublocations. I was wondering whether it is ok for me to expect a certain dispatch order, i.e. top- down (container before sublocation) or bottom-up (sublocation before container)? What I find is that this order depends on things like the exact

[Zope-dev] Re: What's the deal with sublocations?

2007-04-10 Thread Stefan H. Holek
Thanks! On 10. Apr 2007, at 18:34, Philipp von Weitershausen wrote: No. The dispatch to sublocations is an event handler itself. One should not depend on the execution order of event handlers, therefore you should not depend on this dispatch happening before or after your own event

[Zope-Checkins] SVN: Zope/branches/2.9/lib/python/Testing/ZopeTestCase/ Merged trunk r73189:73190 into 2.9 branch.

2007-04-09 Thread Stefan H. Holek
Log message for revision 74043: Merged trunk r73189:73190 into 2.9 branch. Protect against setNumberOfThreads disappearing after first use. Changed: U Zope/branches/2.9/lib/python/Testing/ZopeTestCase/threadutils.py U Zope/branches/2.9/lib/python/Testing/ZopeTestCase/utils.py

[Zope-Checkins] SVN: Zope/branches/Zope-2_8-branch/lib/python/Testing/ZopeTestCase/ Merged trunk r73189:73190 into 2.8 branch.

2007-04-09 Thread Stefan H. Holek
Log message for revision 74045: Merged trunk r73189:73190 into 2.8 branch. Protect against setNumberOfThreads disappearing after first use. Changed: U Zope/branches/Zope-2_8-branch/lib/python/Testing/ZopeTestCase/threadutils.py U

[Zope-Checkins] SVN: Products.Five/branches/1.5/ Merged trunk r74040:74041 into 1.5 branch.

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

[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

Re: [Zope] setup SecureMail for Plone

2007-04-03 Thread Stefan H. Holek
http://www.stunnel.org/ Stefan On 3. Apr 2007, at 06:31, marco marco wrote: My email server requires SSL connections for sending email. How can I setup SecureMail in Plone 2.5.1 to send user registration email? -- It doesn't necessarily do it in chronological order, though. --Douglas

[Zope-PAS] Re: [Checkins] SVN: PluggableAuthService/trunk/plugins/tests/test_exportimport.py Made tests pass with GenericSetup trunk.

2007-03-25 Thread Stefan H. Holek
Whoops, reverted. Stefan On 25. Mär 2007, at 18:14, Jens Vagelpohl wrote: Stefan, you just created a dependency on the CMF in the PluggableAuthService, which has nothing to do with the CMF. There has to be a better solution, otherwise the checkin must be reverted. -- It doesn't

[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

Re: [Zope-dev] buildbot failure in Zope branches 2.9 2.4 Linux zc-buildbot

2007-03-24 Thread Stefan H. Holek
The buildbot for Zope 2 won't ever complete successfully unless ZODB.tests.testZODB.checkResetCachesAPI is excluded from the test run. The bot's command line should look something like: python2.4 test.py -vv -m '!^(ZEO|zope[.]app[.])' -t '! checkResetCachesAPI' --all Also see

[Zope-dev] Re: [Checkins] SVN: Zope/branches/Zope-2_8-branch/ - Backport a postonly decorator from Zope trunk's requestmethod decorator factory.

2007-03-21 Thread Stefan H. Holek
Python 2.3 does not support the @decorator syntax. Cheers, Stefan On 20. Mär 2007, at 10:05, Martijn Pieters wrote: Log message for revision 73390: - Backport a postonly decorator from Zope trunk's requestmethod decorator factory. - Protect various security-setting-mutators with this

[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 -=-

Re: [Zope-dev] Early processing of request body (was: Proposal for optimized Blob handling)

2007-03-08 Thread Stefan H. Holek
This use-case is already covered by implementing ZPublisher.Iterators.IStreamIterator. You can return a stream iterator to Medusa and free the worker thread immediately. Stefan On 8. Mär 2007, at 05:40, Sidnei da Silva wrote: Hopefully something similar could be done for files being sent

Re: [Zope-dev] Zope Tests: 7 OK

2007-03-08 Thread Stefan H. Holek
Care to share a test result? FWIW, the nightlies basically do svn co svn://svn.zope.org/repos/main/Zope/trunk Zope cd Zope ./configure make inplace python2.4 test.py -q --all Which leaves little room for errors, IMO ;-) Stefan On 8. Mär 2007, at 01:27, Christian Theune wrote: I'm

Re: [Zope] Zope hangs in FreeBSD with plenty of memory and CPU resources

2007-02-25 Thread Stefan H. Holek
http://plone.org/documentation/faq/plone-on-bsd-python-stack Stefan On 26. Feb 2007, at 06:06, Jean Lagarde wrote: All, As a coincidence, that hang of Zope I mentioned in a message I posted yesterday has happened again today (second time), after a planned reboot. So here is a completely

[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

Re: [Zope-dev] [ZPT/Zope 2.10] Unicode fixes backported

2006-12-29 Thread Stefan H. Holek
Andreas, The changes are not backward compatible, apparently. http://mail.zope.org/pipermail/cmf-tests/2006-December/003656.html http://mail.zope.org/pipermail/cmf-tests/2006-December/003657.html Stefan On 28. Dez 2006, at 14:58, Andreas Jung wrote: I know that this migration is a big hammer

Re: [Zope-dev] [ZPT/Zope 2.10] Unicode fixes backported

2006-12-29 Thread Stefan H. Holek
In fact, the Zope trunk is a bit of a mess as well. http://mail.zope.org/pipermail/cmf-tests/2006-December/003658.html Stefan -- Anything that, in happening, causes itself to happen again, happens again. --Douglas Adams ___ Zope-Dev maillist -

[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

Re: [Zope] OFS.Cache.Cacheable.ZCacheable_invalidate and view_name

2006-11-19 Thread Stefan H. Holek
No, you are right. The way the cache is constructed doesn't allow to purge by view_name. Stefan On 19. Nov 2006, at 13:46, Maciej Wisniowski wrote: As far as I understand this, 'view_name' is useless here, and invalidation always occurs for all cache keys associated with object 'ob'. But

Re: [Zope] Zope2.9 sqllite

2006-11-09 Thread Stefan H. Holek
I found that ZSQLiteDA does some evil connection pooling resulting in the error you see. You may want to check out http://www.zope.org/ Members/zoping/ZSQLite3DApkg instead. Stefan P.S. I have a fixed version of ZSQLiteDA 0.4.0 hanging around. Holler if you want it. On 8. Nov 2006, at

Re: [Zope] storing persisten object in python dictionaries

2006-10-26 Thread Stefan H. Holek
You don't need to traverse /me thinks. Item access is fast. How about: app.data[classId].instances[obId] Stefan On 26. Okt 2006, at 05:44, Jürgen Herrmann wrote: i have a writeen am framework where objects have unique ids and instances are stored in btreefolders, one per class. if i want to

Re: [Zope-dev] Cannot access Zope Management Interface through lighttpd proxy

2006-10-12 Thread Stefan H. Holek
I haven't used lighttpd but the below rewrite rules doesn't specify the port, it should. Stefan On 12. Okt 2006, at 19:33, yegor wrote: url.rewrite-once = ( ^/plone/(.*)$ = /VirtualHostBase/http/rio.sci.ccny.cuny.edu/VirtualHostRoot/ _vh_plone/$1 ) -- Anything that happens, happens.

Re: [Zope] Help! Zope Crashed! Production Server!

2006-10-05 Thread Stefan H. Holek
The most common issue on *BSD is this: http://tomster.org/blog/archive/2006/09/27/size-does-matter Stefan On 4. Okt 2006, at 20:43, Javier Subervi wrote: The person who ran this box previously didn't understand FreeBSD's port system, so he built Python in a different place. -- It doesn't

Re: [Zope] Re: Zope 2.10.0 released

2006-10-05 Thread Stefan H. Holek
Maurits, you seem to be working as root, which is the root of all evil (pun intended). Don't do that, ever. The permission issues you reported also only crop up if the tarball is extracted while root. Don't do that! Stefan On 5. Okt 2006, at 13:12, Maurits van Rees wrote: BTW, after a

Re: [Zope] delete latest transactions

2006-10-02 Thread Stefan H. Holek
http://www.zope.org/Members/itamar/CorruptedZODB Stefan On 2. Okt 2006, at 23:03, Einar Næss Jensen wrote: How, if possible, can one delete the latest transactions in Data.fs? If I wanted to delete all transactions after a given date, can I do that? if not, is it possible to load the

Re: [Zope] HTTPResponse

2006-09-29 Thread Stefan H. Holek
The point of stream iterators is not the chunk size, but that they are handed to Medusa (ZServer) right away. As a result the Zope thread is immediately freed to serve new requests, while ZServer takes care of streaming the data to the client. Stefan On 29. Sep 2006, at 15:14, Pascal

Re: [Zope] Monkey Patching Grief with Zope 2.9.4

2006-09-28 Thread Stefan H. Holek
Zope and ZODB switched to new-style classes. Stefan On 26. Sep 2006, at 22:52, Mark Wilson wrote: I'd be interested to hear if anyone has any info about why and how this change was made to Zope. -- Anything that, in happening, causes itself to happen again, happens again. --Douglas

Re: [Zope] Monkey Patching Grief with Zope 2.9.4

2006-09-26 Thread Stefan H. Holek
Since Zope 2.8 you can no longer borrow methods from other classes like this. You have to borrow the function implementation. SpecialUser.allowed = PF2SpecialUser.PF2SpecialUser_allowed.im_func Stefan On 26. Sep 2006, at 16:33, Mark Wilson wrote: # now the monkey patching - ooh ooh k

[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

Re: [Zope-dev] Re: WebDAV PUT factory tests failing on 2.10 branch

2006-09-18 Thread Stefan H. Holek
Yes, this is a blocker IMO as it breaks FTP for a whole class of virtual hosting scenarios. No, I don't know how to fix, maybe Lennart? Stefan On 17. Sep 2006, at 12:52, Andreas Jung wrote: --On 17. September 2006 12:38:11 +0200 Philipp von Weitershausen [EMAIL PROTECTED] wrote: AFAIK,

Re: [Zope-dev] Serving large files

2006-09-18 Thread Stefan H. Holek
FileCacheManager does the copy-to-file-and-serve-as-iterator dance for you. http://www.dataflake.org/software/filecachemanager Stefan On 17. Sep 2006, at 21:09, Sidnei da Silva wrote: One thing that is problematic today is serving large files from the ZODB (ignoring the upcoming blob

[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-dev] ZODB.tests.testZODB.checkResetCachesAPI definitely bad

2006-09-12 Thread Stefan H. Holek
These errors are *also* due to ZODB.tests.testZODB.checkResetCachesAPI. The cache reset appears to leave the Application object and/or transactions in a borked state. All is well when I suppress checkResetCachesAPI: $ python2.4 test.py -q -m '!^(ZEO|zope[.]app[.])' -t '!

[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-dev] PUT_factory broken in 2.10+

2006-09-10 Thread Stefan H. Holek
Hi Lennart, Philipp tells me you are responsible for the traversal integration. Any ideas re http://www.zope.org/Collectors/Zope/2187? Thanks, Stefan -- Anything that, in happening, causes something else to happen, causes something else to happen. --Douglas Adams

Re: [Zope-dev] Re: buildbot failure in Zope branches 2.9 2.4 Linux zc-buildbot

2006-09-10 Thread Stefan H. Holek
, at 22:44, Stefan H. Holek wrote: /me scratches head. I only see the error when I use the bot's command line, a normal test run works fine. $ python2.4 test.py -q --all Running unit tests: The following test left new threads behind: testABOR (zope.server.ftp.tests.test_ftpserver.Tests) New

[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

<    1   2   3   4   5   >