Re: [Zope] Cookie Crumbler

2014-02-10 Thread Stefan H. Holek
updating. Is cookie crumbler over SSL still a good and proper way to secure a public facing website? -- Stefan H. Holek ste...@epy.co.at ___ Zope maillist - Zope@zope.org https://mail.zope.org/mailman/listinfo/zope ** No cross posts or HTML encoding

Re: [Zope-dev] zope-tests - FAILED: 21, OK: 19

2012-09-06 Thread Stefan H. Holek
On 06.09.2012, at 10:58, Marius Gedminas wrote: How do you redirect the stderr of a process spawned with suprocess.Popen(shell=False) to /dev/null in a cross-platform manner? os.devnull perhaps? Or rather, what about subprocess.Popen(cmd, stderr=subprocess.PIPE)? Stefan -- Stefan H. Holek

Re: [Zope-dev] [Checkins] SVN: Zope/trunk/ `setHeader('Set-Cookie', ...)` special-casing can die

2011-10-17 Thread Stefan H. Holek
to an HTTP return header. ___ checkins mailing list check...@zope.org https://mail.zope.org/mailman/listinfo/checkins -- Stefan H. Holek ste...@epy.co.at ___ Zope-Dev maillist - Zope-Dev@zope.org https

[Zope-Checkins] SVN: Zope/trunk/src/ZPublisher/BaseResponse.py Replace a left-over has_key with in operator.

2011-07-13 Thread Stefan H. Holek
Log message for revision 122165: Replace a left-over has_key with in operator. Changed: U Zope/trunk/src/ZPublisher/BaseResponse.py -=- Modified: Zope/trunk/src/ZPublisher/BaseResponse.py === ---

[Zope-Checkins] SVN: Zope/branches/2.13/ Restore ability to undo multiple transactions from the ZMI.

2011-07-13 Thread Stefan H. Holek
Log message for revision 122167: Restore ability to undo multiple transactions from the ZMI. Changed: U Zope/branches/2.13/doc/CHANGES.rst U Zope/branches/2.13/src/App/Undo.py -=- Modified: Zope/branches/2.13/doc/CHANGES.rst

Re: [Zope-CMF] CMF Tests: 4 OK, 3 Unknown

2010-12-30 Thread Stefan H. Holek
On 27.12.2010, at 13:29, yuppie wrote: I updated the testrunner version. This no longer works: /usr/local/python2.6/bin/python ./bin/test Should now be: /usr/local/python2.6/bin/python -S ./bin/test or just: ./bin/test Fixed. -- Stefan H. Holek ste...@epy.co.at

[Zope-Checkins] SVN: Zope/trunk/versions.cfg The version checker requires a hyphen here.

2010-07-05 Thread Stefan H. Holek
Log message for revision 114196: The version checker requires a hyphen here. Changed: U Zope/trunk/versions.cfg -=- Modified: Zope/trunk/versions.cfg === --- Zope/trunk/versions.cfg 2010-07-05 09:18:21 UTC (rev 114195) +++

Re: [Zope-dev] Zope Tests: No messages

2010-03-28 Thread Stefan H. Holek
:00 2010 UTC. There were no messages. Eeek. Something broken? -- Stefan H. Holek ste...@epy.co.at ___ Zope-Dev maillist - Zope-Dev@zope.org https://mail.zope.org/mailman/listinfo/zope-dev ** No cross posts or HTML encoding! ** (Related lists

Re: [Zope] Maintain Last Modified during Copy

2010-02-12 Thread Stefan H. Holek
___ -- Stefan H. Holek ste...@epy.co.at ___ Zope maillist - Zope@zope.org https://mail.zope.org/mailman/listinfo/zope ** No cross posts or HTML encoding! ** (Related lists - https://mail.zope.org/mailman/listinfo

Re: [Zope] Get raw data (byte array) from flash in Zope

2009-11-25 Thread Stefan H. Holek
for -- Stefan H. Holek ste...@epy.co.at ___ Zope maillist - Zope@zope.org https://mail.zope.org/mailman/listinfo/zope ** No cross posts or HTML encoding! ** (Related lists - https://mail.zope.org/mailman/listinfo/zope-announce https

[Zope-dev] Automated Acceptance Test

2009-11-11 Thread Stefan H. Holek
Solis -- Stefan H. Holek ste...@epy.co.at ___ Zope-Dev maillist - Zope-Dev@zope.org https://mail.zope.org/mailman/listinfo/zope-dev ** No cross posts or HTML encoding! ** (Related lists - https://mail.zope.org/mailman/listinfo/zope-announce

Re: [Zope-dev] Zope Tests: 6 OK, 2 Failed

2009-11-03 Thread Stefan H. Holek
are borken in python 2.4, because it doesn't have Py_ssize_t. -- Stefan H. Holek ste...@epy.co.at ___ Zope-Dev maillist - Zope-Dev@zope.org https://mail.zope.org/mailman/listinfo/zope-dev ** No cross posts or HTML encoding! ** (Related lists - https

[Zope-dev] Linux x86_64 [Was: Zope Tests: 3 OK, 5 Failed]

2009-07-18 Thread Stefan H. Holek
: FAILED (failures=7) : Zope-trunk-alltests Python-2.6.2 : Linux From: Zope Tests Date: Fri Jul 17 20:58:01 EDT 2009 URL: http://mail.zope.org/pipermail/zope-tests/2009-July/012086.html -- Stefan H. Holek ste...@epy.co.at ___ Zope-Dev maillist

[Zope-Checkins] SVN: Zope/trunk/alltests.cfg Restore python-gettext dependency.

2009-05-25 Thread Stefan H. Holek
Log message for revision 100355: Restore python-gettext dependency. Changed: U Zope/trunk/alltests.cfg -=- Modified: Zope/trunk/alltests.cfg === --- Zope/trunk/alltests.cfg 2009-05-25 07:19:10 UTC (rev 100354) +++

[Zope-Checkins] SVN: Zope/trunk/ Testing.ZopeTestCase: Include a copy of ZODB.tests.warnhook to silence a DeprecationWarning under Python 2.6.

2009-05-13 Thread Stefan H. Holek
Log message for revision 99895: Testing.ZopeTestCase: Include a copy of ZODB.tests.warnhook to silence a DeprecationWarning under Python 2.6. Changed: U Zope/trunk/doc/CHANGES.rst U Zope/trunk/src/Testing/ZopeTestCase/__init__.py A Zope/trunk/src/Testing/ZopeTestCase/warnhook.py

Re: [Zope-dev] [cmf-tests] UNKNOWN : CMF-trunk Zope-trunk Python-2.6.1 : Linux

2009-04-27 Thread Stefan H. Holek
What's the reason zope.component.interfaces has no BBB for this import? The Zope Toolkit is full of 'deprecated()', so why not in this case? Stefan On 27.04.2009, at 03:28, CMF Tests wrote: CMF Tests : UNKNOWN CMF-trunk Zope-trunk Python-2.6.1 : Linux Running

[Zope-dev] Python 2.4 + Zope 2.12 [Was: Zope Tests: 7 OK, 1 Failed]

2009-04-20 Thread Stefan H. Holek
Do we still care about Python 2.4 + Zope 2.12? Do we go Python 2.6 only? Thanks, Stefan On 20.04.2009, at 14:00, Zope Tests Summarizer wrote: Summary of messages to the zope-tests list. Period Sun Apr 19 12:00:00 2009 UTC to Mon Apr 20 12:00:00 2009 UTC. There were 8 messages: 8 from Zope

[Zope-Checkins] SVN: Zope/trunk/src/Zope2/utilities/mkzopeinstance.py Get the Zope2 path from the selected Python interpreter, which is not

2009-04-13 Thread Stefan H. Holek
Log message for revision 99032: Get the Zope2 path from the selected Python interpreter, which is not necessarily the same as the one used to run mkzopeinstance. Changed: U Zope/trunk/src/Zope2/utilities/mkzopeinstance.py -=- Modified: Zope/trunk/src/Zope2/utilities/mkzopeinstance.py

[Zope-Checkins] SVN: Zope/trunk/src/Zope2/utilities/mkzopeinstance.py Change indentation to reduce line length.

2009-04-13 Thread Stefan H. Holek
Log message for revision 99033: Change indentation to reduce line length. Changed: U Zope/trunk/src/Zope2/utilities/mkzopeinstance.py -=- Modified: Zope/trunk/src/Zope2/utilities/mkzopeinstance.py === ---

[Zope-Checkins] SVN: Zope/trunk/src/Zope2/utilities/mkzopeinstance.py Remove checks that cannot possibly fail.

2009-04-13 Thread Stefan H. Holek
Log message for revision 99039: Remove checks that cannot possibly fail. Changed: U Zope/trunk/src/Zope2/utilities/mkzopeinstance.py -=- Modified: Zope/trunk/src/Zope2/utilities/mkzopeinstance.py === ---

[Zope-Checkins] SVN: Zope/trunk/src/Zope2/utilities/mkzopeinstance.py Move interpreter check to where it also catches auto-detected interpreters.

2009-04-13 Thread Stefan H. Holek
Log message for revision 99044: Move interpreter check to where it also catches auto-detected interpreters. Changed: U Zope/trunk/src/Zope2/utilities/mkzopeinstance.py -=- Modified: Zope/trunk/src/Zope2/utilities/mkzopeinstance.py

[Zope-Checkins] SVN: Zope/trunk/src/Zope2/utilities/mkzopeinstance.py Reverted r99039 and r99044. This is not what I came here for.

2009-04-13 Thread Stefan H. Holek
Log message for revision 99061: Reverted r99039 and r99044. This is not what I came here for. Changed: U Zope/trunk/src/Zope2/utilities/mkzopeinstance.py -=- Modified: Zope/trunk/src/Zope2/utilities/mkzopeinstance.py ===

[Zope-Checkins] SVN: Zope/trunk/src/OFS/ObjectManager.py cfg.zopehome is no longer part of the default configuration.

2009-03-07 Thread Stefan H. Holek
Log message for revision 97638: cfg.zopehome is no longer part of the default configuration. Changed: U Zope/trunk/src/OFS/ObjectManager.py -=- Modified: Zope/trunk/src/OFS/ObjectManager.py === ---

[Zope-Checkins] SVN: Zope/trunk/src/OFS/ObjectManager.py Extract _getImportPaths method.

2009-03-07 Thread Stefan H. Holek
Log message for revision 97639: Extract _getImportPaths method. Changed: U Zope/trunk/src/OFS/ObjectManager.py -=- Modified: Zope/trunk/src/OFS/ObjectManager.py === --- Zope/trunk/src/OFS/ObjectManager.py 2009-03-07 20:50:40

[Zope-Checkins] SVN: Zope/trunk/src/Testing/ZopeTestCase/ Remove testrunner boilerplate.

2009-03-07 Thread Stefan H. Holek
Log message for revision 97640: Remove testrunner boilerplate. Changed: U Zope/trunk/src/Testing/ZopeTestCase/testBaseTestCase.py U Zope/trunk/src/Testing/ZopeTestCase/testFunctional.py U Zope/trunk/src/Testing/ZopeTestCase/testInterfaces.py U

[Zope-Checkins] SVN: Zope/trunk/src/Testing/ZopeTestCase/ Remove ancient testrunner.

2009-03-07 Thread Stefan H. Holek
Log message for revision 97641: Remove ancient testrunner. Changed: D Zope/trunk/src/Testing/ZopeTestCase/runalltests.py D Zope/trunk/src/Testing/ZopeTestCase/zopedoctest/runalltests.py D Zope/trunk/src/Testing/ZopeTestCase/ztc_common.py -=- Deleted:

[Zope-Checkins] SVN: Zope/trunk/src/Testing/ZopeTestCase/ Reverted r90443 and r90454. We keep the shopping cart tests working by including a copy of Examples.zexp.

2009-03-07 Thread Stefan H. Holek
Log message for revision 97643: Reverted r90443 and r90454. We keep the shopping cart tests working by including a copy of Examples.zexp. Changed: U Zope/trunk/src/Testing/ZopeTestCase/doc/ENVIRONMENT.txt U Zope/trunk/src/Testing/ZopeTestCase/doc/HOWTO.stx U

Re: [Zope-dev] Zope 2 from buildout?

2009-02-13 Thread Stefan H. Holek
For the time being Zope2 must be used as a develop egg. Like e.g. so: http://svn.zope.org/CMF.buildout/trunk/ Stefan On 13.02.2009, at 13:49, Chris Withers wrote: I guess this equates to what does a Zope 2 instance look like now that we're buildout-based?

[Zope-Checkins] SVN: Zope/trunk/src/Testing/ZopeTestCase/ZopeLite.py Shut up.

2009-02-12 Thread Stefan H. Holek
Log message for revision 96482: Shut up. Changed: U Zope/trunk/src/Testing/ZopeTestCase/ZopeLite.py -=- Modified: Zope/trunk/src/Testing/ZopeTestCase/ZopeLite.py === --- Zope/trunk/src/Testing/ZopeTestCase/ZopeLite.py

[Zope-Checkins] SVN: Zope/trunk/ Ignore buildout stuff.

2009-02-09 Thread Stefan H. Holek
Log message for revision 96309: Ignore buildout stuff. Changed: _U Zope/trunk/ -=- Property changes on: Zope/trunk ___ Modified: svn:ignore - access bin build import include inituser ZODBTests.fs* makefile Products etc log

[Zope-Checkins] SVN: Zope/trunk/ Update externals to new ZODB version.

2009-02-09 Thread Stefan H. Holek
Log message for revision 96313: Update externals to new ZODB version. Changed: _U Zope/trunk/include/ _U Zope/trunk/utilities/ -=- Property changes on: Zope/trunk/include ___ Modified: svn:externals - Acquisition

[Zope-Checkins] SVN: Zope/trunk/versions-zope2.cfg Upgrade RestrictedPython to 3.5.0.

2009-02-09 Thread Stefan H. Holek
Log message for revision 96357: Upgrade RestrictedPython to 3.5.0. Changed: U Zope/trunk/versions-zope2.cfg -=- Modified: Zope/trunk/versions-zope2.cfg === --- Zope/trunk/versions-zope2.cfg 2009-02-10 00:31:29 UTC (rev

[Zope-Checkins] SVN: Zope/trunk/alltests.cfg Fetch zope.app.broken dependency.

2009-02-09 Thread Stefan H. Holek
Log message for revision 96358: Fetch zope.app.broken dependency. Changed: U Zope/trunk/alltests.cfg -=- Modified: Zope/trunk/alltests.cfg === --- Zope/trunk/alltests.cfg 2009-02-10 00:41:28 UTC (rev 96357) +++

[Zope-Checkins] SVN: Zope/trunk/test.py Exclude a test whose requirements we can't satisfy.

2009-02-03 Thread Stefan H. Holek
Log message for revision 96050: Exclude a test whose requirements we can't satisfy. Changed: U Zope/trunk/test.py -=- Modified: Zope/trunk/test.py === --- Zope/trunk/test.py 2009-02-03 20:49:14 UTC (rev 96049) +++

Re: [Zope-dev] Retiring the Zope SVN trunk? was: Re: Zope Tests: 6 OK, 2 Failed

2009-02-03 Thread Stefan H. Holek
I don't think you faired that badly. ;-) One obvious problem is the removal of the 'defaultSkin' directive, which is still in use by CMFDefault. The rest looks harmless. I am not opposed to ditching the trunk, but I don't think keeping it in sync (if only for a transition period) is

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

2009-01-29 Thread Stefan H. Holek
Log message for revision 95427: Merged trunk r95406 into 2.10 branch. Use a layer to load the CA (we need the container handlers). Changed: U Zope/branches/2.10/lib/python/OFS/tests/testCopySupportHooks.py -=- Modified:

[Zope-Checkins] SVN: Zope/branches/2.11/lib/python/OFS/tests/testCopySupportHooks.py Merged trunk r95406 into 2.11 branch.

2009-01-29 Thread Stefan H. Holek
Log message for revision 95426: Merged trunk r95406 into 2.11 branch. Use a layer to load the CA (we need the container handlers). Changed: U Zope/branches/2.11/lib/python/OFS/tests/testCopySupportHooks.py -=- Modified:

[Zope-Checkins] SVN: Zope/trunk/doc/CHANGES.txt Not yet.

2009-01-29 Thread Stefan H. Holek
Log message for revision 95428: Not yet. Changed: U Zope/trunk/doc/CHANGES.txt -=- Modified: Zope/trunk/doc/CHANGES.txt === --- Zope/trunk/doc/CHANGES.txt 2009-01-29 13:13:50 UTC (rev 95427) +++ Zope/trunk/doc/CHANGES.txt

[Zope-Checkins] SVN: Zope/trunk/lib/python/ZopeUndo/ Revert -r95019 as it conflicts with the external.

2009-01-27 Thread Stefan H. Holek
Log message for revision 95213: Revert -r95019 as it conflicts with the external. Changed: D Zope/trunk/lib/python/ZopeUndo/ -=- ___ Zope-Checkins maillist - Zope-Checkins@zope.org http://mail.zope.org/mailman/listinfo/zope-checkins

[Zope-Checkins] SVN: Zope/trunk/lib/python/ Do away with DemoStorage quota.

2009-01-26 Thread Stefan H. Holek
Log message for revision 95055: Do away with DemoStorage quota. Changed: U Zope/trunk/lib/python/OFS/tests/testCopySupport.py U Zope/trunk/lib/python/OFS/tests/testFileAndImage.py U Zope/trunk/lib/python/OFS/tests/testRanges.py U Zope/trunk/lib/python/OFS/tests/testTraverse.py

Re: [Zope-dev] Plans for Zope 2.12

2009-01-22 Thread Stefan H. Holek
While we are at it... The biggest offender is the zodbcode package, which does not appear to pass its tests at all under Python 2.6. Not having investigated this further I can imagine three courses of action: 1) Fix zodbcode (me shrugs) 2) Exclude zodbcode tests from the test suite

Re: [Zope-dev] [Zope-tests] UNKNOWN : Zope[2.buildout]-trunk Python-2.5.2 : Linux

2009-01-19 Thread Stefan H. Holek
Enough! I have put a copy of docutils-0.4.tar.gz on the test server and point buildout at it via ~/.buildout/default.cfg. Stefan On 19.01.2009, at 02:55, Zope Tests wrote: Zope Tests : UNKNOWN Zope[2.buildout]-trunk Python-2.5.2 : Linux Running /usr/local/python2.5/bin/python ./bin/test

[Zope-Checkins] SVN: Zope/trunk/lib/python/DocumentTemplate/__init__.py Since Globals is out, register the dtml-tree tag in DocumentTemplate.

2009-01-17 Thread Stefan H. Holek
Log message for revision 94813: Since Globals is out, register the dtml-tree tag in DocumentTemplate. Changed: U Zope/trunk/lib/python/DocumentTemplate/__init__.py -=- Modified: Zope/trunk/lib/python/DocumentTemplate/__init__.py

Re: [Zope-dev] Zope Tests: 7 OK, 1 Unknown

2009-01-17 Thread Stefan H . Holek
That test seems to be timing out both yesterday and today trying to download docutils: do you think having the buildout use a download_cache would help? Tres. It certainly would. I am however reluctant to enable the download cache because it may mask incomplete buildout configurations.

[Zope-Checkins] SVN: Zope/branches/2.10/lib/python/App/ Merged trunk r94458 and r94532 into 2.10 branch.

2009-01-05 Thread Stefan H. Holek
Log message for revision 94534: Merged trunk r94458 and r94532 into 2.10 branch. Replace messy tests with cleaned-up versions from trunk. Changed: U Zope/branches/2.10/lib/python/App/tests/test_version_txt.py U Zope/branches/2.10/lib/python/App/version_txt.py -=- Modified:

[Zope-Checkins] SVN: Zope/trunk/lib/python/App/ Make the 'Cannot open version.txt' case testable.

2009-01-05 Thread Stefan H. Holek
Log message for revision 94532: Make the 'Cannot open version.txt' case testable. Changed: U Zope/trunk/lib/python/App/tests/test_version_txt.py U Zope/trunk/lib/python/App/version_txt.py -=- Modified: Zope/trunk/lib/python/App/tests/test_version_txt.py

[Zope-Checkins] SVN: Zope/branches/2.11/lib/python/App/ Merged trunk r94458 and r94532 into 2.11 branch.

2009-01-05 Thread Stefan H. Holek
Log message for revision 94533: Merged trunk r94458 and r94532 into 2.11 branch. Replace messy tests with cleaned-up versions from trunk. The old tests deleted 'Zope2/version.txt' - WTFBBQ? Changed: U Zope/branches/2.11/lib/python/App/tests/test_version_txt.py U

[Zope-Checkins] SVN: Zope/trunk/lib/python/Globals/__init__.py Fix typos.

2009-01-03 Thread Stefan H. Holek
Log message for revision 94481: Fix typos. Changed: U Zope/trunk/lib/python/Globals/__init__.py -=- Modified: Zope/trunk/lib/python/Globals/__init__.py === --- Zope/trunk/lib/python/Globals/__init__.py 2009-01-03 15:42:02

[Zope-Checkins] SVN: Zope/trunk/lib/python/Products/Five/security.py Restore Products.Five.security.initializeClass.

2009-01-03 Thread Stefan H. Holek
Log message for revision 94498: Restore Products.Five.security.initializeClass. Changed: U Zope/trunk/lib/python/Products/Five/security.py -=- Modified: Zope/trunk/lib/python/Products/Five/security.py === ---

[Zope-Checkins] SVN: Zope/branches/2.11/lib/python/ Use ClientForm 0.2.10.

2008-12-26 Thread Stefan H. Holek
Log message for revision 94340: Use ClientForm 0.2.10. Changed: _U Zope/branches/2.11/lib/python/ -=- Property changes on: Zope/branches/2.11/lib/python ___ Modified: svn:externals - BTrees

[Zope-Checkins] SVN: Zope/branches/2.11/lib/python/zope/ Use zope.testbrowser 3.5.2.

2008-12-26 Thread Stefan H. Holek
Log message for revision 94341: Use zope.testbrowser 3.5.2. Changed: _U Zope/branches/2.11/lib/python/zope/ -=- Property changes on: Zope/branches/2.11/lib/python/zope ___ Modified: svn:externals - annotation

[Zope-Checkins] SVN: Zope/trunk/lib/python/ Use ClientForm 0.2.10.

2008-12-26 Thread Stefan H. Holek
Log message for revision 94344: Use ClientForm 0.2.10. Changed: _U Zope/trunk/lib/python/ -=- Property changes on: Zope/trunk/lib/python ___ Modified: svn:externals - BTrees

[Zope-Checkins] SVN: Zope/trunk/lib/python/ Use mechanize 0.1.10 to catch up with 2.11 branch.

2008-12-22 Thread Stefan H. Holek
Log message for revision 94246: Use mechanize 0.1.10 to catch up with 2.11 branch. Changed: _U Zope/trunk/lib/python/ -=- Property changes on: Zope/trunk/lib/python ___ Modified: svn:externals - BTrees

[Zope-Checkins] SVN: Zope/branches/2.11/lib/python/ Updated pytz external to 2008i; the copy on /Zope3/trunk has gone away.

2008-12-05 Thread Stefan H. Holek
Log message for revision 93640: Updated pytz external to 2008i; the copy on /Zope3/trunk has gone away. Changed: _U Zope/branches/2.11/lib/python/ -=- Property changes on: Zope/branches/2.11/lib/python ___ Modified:

[Zope-Checkins] SVN: Zope/trunk/ Remove quota argument from DemoStorage calls in preparation for ZODB 3.9.

2008-11-22 Thread Stefan H. Holek
Log message for revision 93256: Remove quota argument from DemoStorage calls in preparation for ZODB 3.9. Changed: U Zope/trunk/doc/CHANGES.txt U Zope/trunk/lib/python/Testing/ZopeTestCase/ZopeLite.py -=- Modified: Zope/trunk/doc/CHANGES.txt

[Zope-Checkins] SVN: Zope/branches/2.11/ Remove quota argument from DemoStorage calls in preparation for ZODB 3.9.

2008-11-22 Thread Stefan H. Holek
Log message for revision 93257: Remove quota argument from DemoStorage calls in preparation for ZODB 3.9. Changed: U Zope/branches/2.11/doc/CHANGES.txt U Zope/branches/2.11/lib/python/Testing/ZopeTestCase/ZopeLite.py -=- Modified: Zope/branches/2.11/doc/CHANGES.txt

[Zope-Checkins] SVN: Zope/trunk/lib/python/Testing/custom_zodb.py Remove quota argument.

2008-11-22 Thread Stefan H. Holek
Log message for revision 93258: Remove quota argument. Changed: U Zope/trunk/lib/python/Testing/custom_zodb.py -=- Modified: Zope/trunk/lib/python/Testing/custom_zodb.py === --- Zope/trunk/lib/python/Testing/custom_zodb.py

[Zope-Checkins] SVN: Zope/branches/2.11/lib/python/Testing/custom_zodb.py Remove quota argument.

2008-11-22 Thread Stefan H. Holek
Log message for revision 93259: Remove quota argument. Changed: U Zope/branches/2.11/lib/python/Testing/custom_zodb.py -=- Modified: Zope/branches/2.11/lib/python/Testing/custom_zodb.py === ---

Re: [Zope-dev] svn.zope.org up again?

2008-11-11 Thread Stefan H. Holek
Up it may be, working it is not. E.g.: Fetching external item into 'python24-zope210/lib/python/zope/testing' svn: Reference to non-existent node 'd2u.9gw.r70272/0' in filesystem '/svn/repos/main/db' Fetching external item into 'python24-zope211/lib/python/zope/decorator' A

[Zope-Checkins] SVN: Zope/trunk/lib/python/Products/PythonScripts/patches.py Fix version check. See second comment here: https://bugs.launchpad.net/zope2/+bug/257276

2008-10-30 Thread Stefan H. Holek
Log message for revision 92699: Fix version check. See second comment here: https://bugs.launchpad.net/zope2/+bug/257276 Changed: U Zope/trunk/lib/python/Products/PythonScripts/patches.py -=- Modified: Zope/trunk/lib/python/Products/PythonScripts/patches.py

[Zope-Checkins] SVN: Zope/branches/2.11/lib/python/Testing/ZopeTestCase/doc/ Reverted r89899 (version bump).

2008-10-27 Thread Stefan H. Holek
Log message for revision 92640: Reverted r89899 (version bump). Changed: U Zope/branches/2.11/lib/python/Testing/ZopeTestCase/doc/CHANGES.txt U Zope/branches/2.11/lib/python/Testing/ZopeTestCase/doc/VERSION.txt -=- Modified:

[Zope-Checkins] SVN: Zope/branches/2.11/ Repair changelog faux pas.

2008-10-27 Thread Stefan H. Holek
Log message for revision 92641: Repair changelog faux pas. Changed: U Zope/branches/2.11/doc/CHANGES.txt U Zope/branches/2.11/lib/python/Testing/ZopeTestCase/doc/CHANGES.txt -=- Modified: Zope/branches/2.11/doc/CHANGES.txt

[Zope-Checkins] SVN: Zope/trunk/ Repair changelog mishap.

2008-10-27 Thread Stefan H. Holek
Log message for revision 92643: Repair changelog mishap. Changed: U Zope/trunk/doc/CHANGES.txt U Zope/trunk/lib/python/Testing/ZopeTestCase/doc/CHANGES.txt -=- Modified: Zope/trunk/doc/CHANGES.txt === ---

[Zope-Checkins] SVN: Zope/branches/2.10/setup.py Fix script locations for ZODB 3.7.3.

2008-10-21 Thread Stefan H. Holek
Log message for revision 92411: Fix script locations for ZODB 3.7.3. Changed: U Zope/branches/2.10/setup.py -=- Modified: Zope/branches/2.10/setup.py === --- Zope/branches/2.10/setup.py 2008-10-20 20:39:38 UTC (rev 92410) +++

[Zope-Checkins] SVN: Zope/branches/2.10/utilities/ Fix ZODBTools external so Zope 2.10 builds again.

2008-10-20 Thread Stefan H. Holek
Log message for revision 92395: Fix ZODBTools external so Zope 2.10 builds again. Changed: _U Zope/branches/2.10/utilities/ -=- Property changes on: Zope/branches/2.10/utilities ___ Name: svn:externals - ZODBTools

[Zope-Checkins] SVN: Zope/branches/Zope-2_8-branch/lib/python/Products/PythonScripts/patches.py Make the monkey-patch work with Python 2.3.

2008-08-29 Thread Stefan H. Holek
Log message for revision 90577: Make the monkey-patch work with Python 2.3. Changed: U Zope/branches/Zope-2_8-branch/lib/python/Products/PythonScripts/patches.py -=- Modified: Zope/branches/Zope-2_8-branch/lib/python/Products/PythonScripts/patches.py

Re: [Zope-dev] Failing Zope 2.8 / Python 2.3 tests on your box

2008-08-29 Thread Stefan H. Holek
The Python 2.3 on that box hasn't changed in a while, and the encodings module works, at least interactively. $ /usr/local/python2.3/bin/python Python 2.3.6 (#1, Nov 11 2006, 11:08:56) [GCC 4.0.2 (Debian 4.0.2-2)] on linux2 Type help, copyright, credits or license for more information. import

Re: [Zope-dev] Failing Zope 2.8 / Python 2.3 tests on your box

2008-08-29 Thread Stefan H. Holek
What I have found out now is that in my Python 2.3.6 encodings/ __init__.py does not contain 'import aliases' at module level, whereas the Python 2.4 lib has this import. The patch does this: import encodings encodings._aliases = encoding.aliases.aliases which does therefore not work in 2.3.

Re: [Zope-dev] Failing Zope 2.8 / Python 2.3 tests on your box

2008-08-21 Thread Stefan H. Holek
It is a hand-compiled Python 2.3, not the one coming with the distro. I'll have to look into it, maybe ./configure missed something... Stefan On 20. Aug 2008, at 19:57, Tres Seaver wrote: Tests are blowing up on that box becaues the 'encodings' module has no attribute 'aliases': AFAICT,

[Zope-Checkins] SVN: Zope/branches/2.11/lib/python/Testing/ZopeTestCase/ZopeLite.py Don't tie installPackage to a layer.

2008-08-15 Thread Stefan H. Holek
Log message for revision 89897: Don't tie installPackage to a layer. Changed: U Zope/branches/2.11/lib/python/Testing/ZopeTestCase/ZopeLite.py -=- Modified: Zope/branches/2.11/lib/python/Testing/ZopeTestCase/ZopeLite.py ===

[Zope-Checkins] SVN: Zope/trunk/lib/python/Testing/ZopeTestCase/ZopeLite.py Merged 2.11 branch r89897 into the trunk.

2008-08-15 Thread Stefan H. Holek
Log message for revision 89898: Merged 2.11 branch r89897 into the trunk. Don't tie installPackage to a layer. Changed: U Zope/trunk/lib/python/Testing/ZopeTestCase/ZopeLite.py -=- Modified: Zope/trunk/lib/python/Testing/ZopeTestCase/ZopeLite.py

[Zope-Checkins] SVN: Zope/trunk/lib/python/Testing/ZopeTestCase/doc/ Version bump.

2008-08-15 Thread Stefan H. Holek
Log message for revision 89900: Version bump. Changed: U Zope/trunk/lib/python/Testing/ZopeTestCase/doc/CHANGES.txt U Zope/trunk/lib/python/Testing/ZopeTestCase/doc/VERSION.txt -=- Modified: Zope/trunk/lib/python/Testing/ZopeTestCase/doc/CHANGES.txt

[Zope-dev] Re: [Checkins] SVN: zc.buildout/branches/plus-minus-option-syntax-for-review/src/zc/buildout/buildout. A patch contributed by Mustapha Benali that provide - and + prefix operators for build

2008-06-09 Thread Stefan H. Holek
configuration. -- Stefan H. Holek [EMAIL PROTECTED] ___ Zope-Dev maillist - Zope-Dev@zope.org http://mail.zope.org/mailman/listinfo/zope-dev ** No cross posts or HTML encoding! ** (Related lists - http://mail.zope.org/mailman/listinfo/zope-announce

[Zope-Checkins] SVN: Zope/branches/2.11/ Changed 'fast_listen' zope.conf option to 'fast-listen'.

2008-06-06 Thread Stefan H. Holek
Log message for revision 87178: Changed 'fast_listen' zope.conf option to 'fast-listen'. Changed: U Zope/branches/2.11/doc/CHANGES.txt U Zope/branches/2.11/lib/python/ZServer/component.xml U Zope/branches/2.11/skel/etc/zope.conf.in -=- Modified:

[Zope-Checkins] SVN: Zope/trunk/ Merged 2.11 branch r87177:87178 into the trunk.

2008-06-06 Thread Stefan H. Holek
Log message for revision 87179: Merged 2.11 branch r87177:87178 into the trunk. Changed 'fast_listen' zope.conf option to 'fast-listen'. Changed: U Zope/trunk/doc/CHANGES.txt U Zope/trunk/lib/python/ZServer/component.xml U Zope/trunk/skel/etc/zope.conf.in -=- Modified:

[Zope-dev] fast_listen - fast-listen for 2.11

2008-06-05 Thread Stefan H. Holek
I'd like to sneak the following patch into 2.11 before final. The idea is that zope.conf option names should use dashes and not underscores. The downside is that it will break all zope.conf files that already use this option. Objections? Stefan +Bugs Fixed + + - Fixed

Re: [Zope-dev] Zope Tests: 4 OK, 1 Failed

2008-05-28 Thread Stefan H. Holek
://mail.zope.org/pipermail/zope-tests/2008-May/009619.html -- Stefan H. Holek [EMAIL PROTECTED] ___ Zope-Dev maillist - Zope-Dev@zope.org http://mail.zope.org/mailman/listinfo/zope-dev ** No cross posts or HTML encoding! ** (Related lists - http

Re: [Zope] dtml-tree documentation

2008-05-26 Thread Stefan H. Holek
http://www.zope.org/Documentation/Guides/DTML-HTML/DTML.15.html On 25.05.2008, at 16:54, Garry Saddington wrote: Is there a complete documentation of the dtml-tree tag anywhere? -- Stefan H. Holek [EMAIL PROTECTED] ___ Zope maillist - Zope

Re: [Zope] first attempt to use RELSTORAGE

2008-05-11 Thread Stefan H. Holek
There is a buldout-friendly version of RS now. A sample buildout.cfg file has been posted to zodb-dev: http://mail.zope.org/pipermail/zodb-dev/2008-April/011828.html HTH, Stefan On 9. Mai 2008, at 18:05, David Bear wrote: Any adivce? -- Anything that, in happening, causes something else

Re: [Zope-dev] Zope2 interfaces delenda est!

2008-04-25 Thread Stefan H. Holek
+1 for trunk -1 for 2.11 branch Stefan On 25. Apr 2008, at 20:49, Tres Seaver wrote: I'd like to rip out the old Interface module from the 2.11 branch and the trunk, along with all the useless decoys which import it. -- Anything that happens, happens. --Douglas Adams

Re: [Zope-dev] Proposal: Merge philikon-aq branch into Zope trunk

2008-04-17 Thread Stefan H. Holek
On 17.04.2008, at 12:27, Hanno Schlichting wrote: Opinions, votes? +1 -- Stefan H. Holek [EMAIL PROTECTED] ___ Zope-Dev maillist - Zope-Dev@zope.org http://mail.zope.org/mailman/listinfo/zope-dev ** No cross posts or HTML encoding

Re: [Zope] ZopeTestCase and Selenium RC? Anybody?

2008-03-20 Thread Stefan H. Holek
You can tell ZTC to start a server by calling ZopeTestCase.utils.startZServer() Stefan On 20.03.2008, at 15:24, Peter Bengtsson wrote: I don't know how/if the zope testrunner starts a server that can be reached with a browser or not. -- Stefan H. Holek [EMAIL PROTECTED

[Zope-Checkins] SVN: Zope/branches/2.11/lib/python/zope/ Port testbrowser downgrade from trunk to 2.11 branch.

2008-01-31 Thread Stefan H. Holek
Log message for revision 83330: Port testbrowser downgrade from trunk to 2.11 branch. Changed: _U Zope/branches/2.11/lib/python/zope/ -=- Property changes on: Zope/branches/2.11/lib/python/zope ___ Name: svn:externals -

Re: [Zope-dev] Re: Zope without Zope

2007-11-17 Thread Stefan H. Holek
On 17. Nov 2007, at 02:15, Martin Aspeli wrote: I understand the historical reasons behind these dependencies, but I genuinely think we should pick a few libraries that are useful to the outside world (zope.interface, zope.component, zope.configuration, zope.annotation, zope.event come to

Re: [Zope] is it possible to bypass ZSQL methods and call storedprocedures in sqlserver straight from ZPT?

2007-11-06 Thread Stefan H. Holek
IIRC, DB connections have a 'manage_test' method that could be (ab) used for things like that. On 6. Nov 2007, at 15:23, Jaroslav Lukesh wrote: The question is, can you go straight through to a relational database using the connector object and call a stored procedure straight from a ZPT?

Re: [Zope] Re: Defining a dictionary in ZPT?

2007-11-02 Thread Stefan H. Holek
The only point being backed up by this thread, IMO, is that Thou shalt not code in TALES. Stefan On 2. Nov 2007, at 12:53, michael nt milne wrote: Backs up my point about more friendly and usable error messages. -- Anything that, in happening, causes something else to happen, causes

[Zope-Checkins] SVN: Zope/trunk/ Testing.ZopeTestCase: Introduced a ZopeLite test layer, making it

2007-10-13 Thread Stefan H. Holek
Log message for revision 80864: Testing.ZopeTestCase: Introduced a ZopeLite test layer, making it possible to mix ZTC and non-ZTC tests much more freely. Changed: U Zope/trunk/doc/CHANGES.txt U Zope/trunk/lib/python/Testing/ZopeTestCase/ZopeLite.py U

[Zope-Checkins] SVN: Zope/branches/shh-2.11-zopelitelayer/ Get rid of now obsolete branch.

2007-10-13 Thread Stefan H. Holek
Log message for revision 80865: Get rid of now obsolete branch. Changed: D Zope/branches/shh-2.11-zopelitelayer/ -=- ___ Zope-Checkins maillist - Zope-Checkins@zope.org http://mail.zope.org/mailman/listinfo/zope-checkins

[Zope-dev] [ANN] ZopeTestCase now on a layer

2007-10-13 Thread Stefan H. Holek
I have put all of ZopeTestCase on a test layer, making it possible to mix ZTC and non-ZTC tests more freely. The layer is currently available on the Zope 2 trunk (2.11) only. You can read more here: http://www.zope.org/Members/shh/ZopeTestCaseWiki/ZopeLiteLayer Stefan -- Anything that

[Zope-Checkins] SVN: Zope/branches/shh-2.11-zopelitelayer/ Create branch for working on a ZopeLite layer.

2007-10-01 Thread Stefan H. Holek
Log message for revision 80449: Create branch for working on a ZopeLite layer. Changed: A Zope/branches/shh-2.11-zopelitelayer/ -=- Copied: Zope/branches/shh-2.11-zopelitelayer (from rev 80448, Zope/trunk) ___ Zope-Checkins maillist -

[Zope-Checkins] SVN: Products.Five/tags/1.5.6/ Tagged Five 1.5.6 at r80396.

2007-09-29 Thread Stefan H. Holek
Log message for revision 80397: Tagged Five 1.5.6 at r80396. Changed: A Products.Five/tags/1.5.6/ -=- Copied: Products.Five/tags/1.5.6 (from rev 80396, 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.6 into Zope 2.10 branch.

2007-09-29 Thread Stefan H. Holek
Log message for revision 80398: Stitched Five 1.5.6 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.6/version.txt Update version.txt after the fact. Oops.

2007-09-29 Thread Stefan H. Holek
Log message for revision 80400: Update version.txt after the fact. Oops. Changed: U Products.Five/tags/1.5.6/version.txt -=- Modified: Products.Five/tags/1.5.6/version.txt === --- Products.Five/tags/1.5.6/version.txt

[Zope-Checkins] SVN: Zope/branches/2.10/lib/python/Testing/ZopeTestCase/testBaseTestCase.py Reset module-level globals before each test (backported from trunk).

2007-09-23 Thread Stefan H. Holek
Log message for revision 79848: Reset module-level globals before each test (backported from trunk). Changed: U Zope/branches/2.10/lib/python/Testing/ZopeTestCase/testBaseTestCase.py -=- Modified: Zope/branches/2.10/lib/python/Testing/ZopeTestCase/testBaseTestCase.py

[Zope-Checkins] SVN: Zope/trunk/lib/python/App/dtml/manage_page_style.css.dtml Remove border from image-links.

2007-09-16 Thread Stefan H. Holek
Log message for revision 79696: Remove border from image-links. Changed: U Zope/trunk/lib/python/App/dtml/manage_page_style.css.dtml -=- Modified: Zope/trunk/lib/python/App/dtml/manage_page_style.css.dtml === ---

[Zope-Checkins] SVN: Zope/branches/2.10/lib/python/App/dtml/manage_page_style.css.dtml Remove border from image-links.

2007-09-16 Thread Stefan H. Holek
Log message for revision 79697: Remove border from image-links. Changed: U Zope/branches/2.10/lib/python/App/dtml/manage_page_style.css.dtml -=- Modified: Zope/branches/2.10/lib/python/App/dtml/manage_page_style.css.dtml

[Zope-Checkins] SVN: Products.Five/branches/1.4/ Prepare Five 1.4.4.

2007-07-31 Thread Stefan H. Holek
Log message for revision 78510: Prepare Five 1.4.4. Changed: U Products.Five/branches/1.4/CHANGES.txt U Products.Five/branches/1.4/version.txt -=- Modified: Products.Five/branches/1.4/CHANGES.txt === ---

Re: [Zope-dev] Fix for request must be post at Take Ownership

2007-07-05 Thread Stefan H. Holek
I may be missing something here, but the fact that you have to use POST is fully intentional and not a bug. Stefan On 5. Jul 2007, at 11:27, Jonas Meurer wrote: When do you plan to add the fix for request must be post at Take Ownership to a stable zope 2.10 release? It seems like this bug

[Zope-Checkins] SVN: Zope/trunk/ Collector #1306: Missing acquisition context on local roles screen.

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

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

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

  1   2   3   4   5   >