[Zope-Annce] Five 1.2b and 1.3b released!

2005-11-02 Thread Philipp von Weitershausen
The Five team is happy to announce the release of two Five beta versions today, Five 1.2b and 1.3b! What is Five Five is a Zope 2 product that allows you to integrate Zope 3 technologies into Zope 2, today. Among others, it allows you to use Zope 3 interfaces, ZCML-based

[Zope-Checkins] SVN: Zope/trunk/lib/python/Products/ZCatalog/Catalog.py added comment to weird code

2005-11-02 Thread Andreas Jung
Log message for revision 39804: added comment to weird code Changed: U Zope/trunk/lib/python/Products/ZCatalog/Catalog.py -=- Modified: Zope/trunk/lib/python/Products/ZCatalog/Catalog.py === ---

[Zope-Checkins] SVN: Zope/trunk/lib/python/Testing/ZopeTestCase/ transaction.commit(1) is deprecated in favor of transaction.savepoint().

2005-11-02 Thread Stefan H. Holek
Log message for revision 39807: transaction.commit(1) is deprecated in favor of transaction.savepoint(). Changed: U Zope/trunk/lib/python/Testing/ZopeTestCase/doc/CHANGES.txt U Zope/trunk/lib/python/Testing/ZopeTestCase/testZODBCompat.py -=- Modified:

[Zope-Checkins] SVN: Zope/branches/philikon-zope32-integration/releases/Zope2/SETUP.cfg the skeleton dir is called differently in zope 2

2005-11-02 Thread Philipp von Weitershausen
Log message for revision 39813: the skeleton dir is called differently in zope 2 Changed: U Zope/branches/philikon-zope32-integration/releases/Zope2/SETUP.cfg -=- Modified: Zope/branches/philikon-zope32-integration/releases/Zope2/SETUP.cfg

[Zope-Checkins] SVN: Zope/trunk/lib/python/OFS/PropertySheets.py - always look for WriteLockInterface *and* IWriteLock (the z3 version of the same interface)

2005-11-02 Thread Yvo Schubbe
Log message for revision 39808: - always look for WriteLockInterface *and* IWriteLock (the z3 version of the same interface) Changed: U Zope/trunk/lib/python/OFS/PropertySheets.py -=- Modified: Zope/trunk/lib/python/OFS/PropertySheets.py

[Zope-Checkins] SVN: Zope/branches/philikon-zope32-integration/releases/Zope2.map whitespace

2005-11-02 Thread Philipp von Weitershausen
Log message for revision 39814: whitespace Changed: U Zope/branches/philikon-zope32-integration/releases/Zope2.map -=- Modified: Zope/branches/philikon-zope32-integration/releases/Zope2.map === ---

[Zope-Checkins] SVN: Zope/branches/philikon-zope32-integration/releases/Zope2.map fix up the syntax of this thing.

2005-11-02 Thread Philipp von Weitershausen
Log message for revision 39810: fix up the syntax of this thing. also removed duplicate entry on docutils Changed: U Zope/branches/philikon-zope32-integration/releases/Zope2.map -=- Modified: Zope/branches/philikon-zope32-integration/releases/Zope2.map

[Zope-Checkins] SVN: Zope/branches/philikon-zope32-integration/releases/Zope2.map made the wrong one the module

2005-11-02 Thread Philipp von Weitershausen
Log message for revision 39817: made the wrong one the module Changed: U Zope/branches/philikon-zope32-integration/releases/Zope2.map -=- Modified: Zope/branches/philikon-zope32-integration/releases/Zope2.map === ---

[Zope-Checkins] SVN: Zope/branches/philikon-zope32-integration/lib/python/OFS/tests/testObjectManager.py Work correctly with event dispatching:

2005-11-02 Thread Florent Guillaume
Log message for revision 39820: Work correctly with event dispatching: - mark a test class as deprecated, - use a container class that implements IItem. Changed: U Zope/branches/philikon-zope32-integration/lib/python/OFS/tests/testObjectManager.py -=- Modified:

[Zope-Checkins] SVN: Zope/branches/philikon-zope32-integration/lib/python/Products/SiteErrorLog/tests/testSiteErrorLog.py Move code inside try/except.

2005-11-02 Thread Florent Guillaume
Log message for revision 39829: Move code inside try/except. Changed: U Zope/branches/philikon-zope32-integration/lib/python/Products/SiteErrorLog/tests/testSiteErrorLog.py -=- Modified:

[Zope-Checkins] SVN: Zope/trunk/ Incorporated test runner bug fixes:

2005-11-02 Thread Jim Fulton
Log message for revision 39833: Incorporated test runner bug fixes: - --verbose --progress didn't do what people expected - --module matched module file paths rather than module dotted names - Positional arguments weren't handled correctly Changed the test-runner script,

[Zope-Checkins] SVN: Zope/branches/philikon-zope32-integration/lib/python/OFS/tests/testObjectManager.py Don't recurse explicitely, and shut up deprecation warnings.

2005-11-02 Thread Florent Guillaume
Log message for revision 39835: Don't recurse explicitely, and shut up deprecation warnings. Changed: U Zope/branches/philikon-zope32-integration/lib/python/OFS/tests/testObjectManager.py -=- Modified: Zope/branches/philikon-zope32-integration/lib/python/OFS/tests/testObjectManager.py

[Zope-Checkins] SVN: Zope/branches/philikon-zope32-integration/lib/python/ Moved more stuff from Five into Zope itself.

2005-11-02 Thread Florent Guillaume
Log message for revision 39846: Moved more stuff from Five into Zope itself. Event interfaces are now in OFS.interfaces. IFiveObjectClonedEvent has been renamed into IObjectClonedEvent. Changed: U Zope/branches/philikon-zope32-integration/lib/python/OFS/CopySupport.py U

[Zope-Checkins] SVN: Zope/trunk/lib/python/webdav/ - converted LockItemInterface to z3 and bridged it back

2005-11-02 Thread Yvo Schubbe
Log message for revision 39857: - converted LockItemInterface to z3 and bridged it back Changed: UU Zope/trunk/lib/python/webdav/LockItem.py U Zope/trunk/lib/python/webdav/Lockable.py U Zope/trunk/lib/python/webdav/WriteLockInterface.py U

[Zope-Coders] Zope tests: 8 OK

2005-11-02 Thread Zope tests summarizer
Summary of messages to the zope-tests list. Period Mon Oct 31 12:01:01 2005 UTC to Tue Nov 1 12:01:01 2005 UTC. There were 8 messages: 8 from Zope Unit Tests. Tests passed OK --- Subject: OK : Zope-2_6-branch Python-2.1.3 : Linux From: Zope Unit Tests Date: Mon Oct 31 22:36:46 EST

[Zope-Coders] Zope tests: 8 OK

2005-11-02 Thread Zope tests summarizer
Summary of messages to the zope-tests list. Period Tue Nov 1 12:01:02 2005 UTC to Wed Nov 2 12:01:02 2005 UTC. There were 8 messages: 8 from Zope Unit Tests. Tests passed OK --- Subject: OK : Zope-2_6-branch Python-2.1.3 : Linux From: Zope Unit Tests Date: Tue Nov 1 22:20:46 EST

[Zope-Coders] Number of tests on trunk dropped?

2005-11-02 Thread Stefan H. Holek
Anybody up to explaining why the number of tests run for Zope-trunk dropped by about 2000 overnight? ;-) http://mail.zope.org/pipermail/zope-tests/2005-October/003462.html http://mail.zope.org/pipermail/zope-tests/2005-November/003470.html Stefan -- Anything that happens, happens. --Douglas

[Zope-Coders] Re: SVN: Zope/trunk/lib/python/Testing/ZopeTestCase/ transaction.commit(1) is deprecated in favor of transaction.savepoint().

2005-11-02 Thread Florent Guillaume
Stefan H. Holek wrote: Log message for revision 39807: transaction.commit(1) is deprecated in favor of transaction.savepoint(). Actually, in favor of transaction.savepoint(optimistic=True). Florent Changed: U Zope/trunk/lib/python/Testing/ZopeTestCase/doc/CHANGES.txt U

[Zope-dev] Re: [Proposal] RFC2396 compatible traversal parameters

2005-11-02 Thread Dieter Maurer
Florent Guillaume wrote at 2005-10-24 16:19 +0200: I really really wouldn't want to see added on top of the current Zope2 publisher. The Zope 2 publisher (and the various traversal mechanisms -- publisher, restrictedTraverse, TALES) should first be refactored to use Zope 3 mechanisms, and only

Re: [Zope-dev] RFC: product initialization cleanup and improvements

2005-11-02 Thread Dieter Maurer
yuppie wrote at 2005-10-27 14:45 +0200: ... 1.) 'action' key: - I'd like to give empty 'action' values a special meaning: The meta_type is not visible in the add drop down in the ZMI. The five:registerClass directive allows to set empty 'action' values. This would resolve

Re: [Zope-dev] RFC: product initialization cleanup and improvements

2005-11-02 Thread yuppie
Hi Dieter! Dieter Maurer wrote: yuppie wrote at 2005-10-27 14:45 +0200: ... 1.) 'action' key: - I'd like to give empty 'action' values a special meaning: The meta_type is not visible in the add drop down in the ZMI. The five:registerClass directive allows to set empty

Re: [Zope-dev] RFC: product initialization cleanup and improvements

2005-11-02 Thread yuppie
Dieter Maurer wrote: yuppie wrote at 2005-10-27 14:45 +0200: 4.) related cleanup: Application.install_product has some backwards compatibility code for products that have initialization code outside the 'initialize' method of their __init__.py. This is deprecated at

[Zope-dev] Re[2]: differences in PropertyManager._setPropValue

2005-11-02 Thread Victor Safronovich
Hello Florent Guillaume, Monday, October 31, 2005, 6:25:20 PM, you wrote: FG This was changed because have mutable objects stored as properties can lead FG to unexpected behavior. Do you mean you have a custom proprty type called FG list? yes, my own property of type 'list'. I don`t find

[Zope-dev] Default excluded tests?

2005-11-02 Thread Jim Fulton
I have configured the test runner to exclude tests for ZConfig, BTrees, persistent, ThreadedAsync, transaction, ZEO, ZODB, ZopeUndo, zdaemon, and zope.testing. My reasoning for excluding these by default was that these packages are all included via externals. They aren't being modified as part

[Zope-dev] moment when zope was started.

2005-11-02 Thread Victor Safronovich
Hello zope-dev! How could i find the moment when zope was started in Zope 2.8? in Zope 2.7 was the variable 'Zope.Startup.started', which setted to True when zope was started. But in Zope 2.8 the variable 'Zope2.Startup.started' not changed its value to True, because

Re: [Zope-dev] Maintenance cycles for Zope 2.X branches

2005-11-02 Thread Lennart Regebro
On 10/31/05, Andreas Jung [EMAIL PROTECTED] wrote: What do you think? Sounds great. -- Lennart Regebro, Nuxeo http://www.nuxeo.com/ CPS Content Management http://www.cps-project.org/ ___ Zope-Dev maillist - Zope-Dev@zope.org

[Zope-dev] buildbot failure in Zope trunk 2.4 Linux zc-buildbot

2005-11-02 Thread buildbot
The Buildbot has detected a failed build of Zope trunk 2.4 Linux zc-buildbot. Buildbot URL: http://buildbot.zope.org/ Build Reason: changes Build Source Stamp: 1295 Blamelist: chrism,efge,fdrake,jim,philikon,srichter BUILD FAILED: failed compile sincerely, -The Buildbot

[Zope-dev] PAS tests failures

2005-11-02 Thread Julien Anguenot
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi, I got tests failing with the following configuration : FC4 Zope-2.8.4 Python 2.3.5 / 2.4.2 PAS trunk as below : == FAIL: Doctest: ChallengeProtocolChooser.txt -

[Zope-dev] ZSQL method and LIMIT clause

2005-11-02 Thread Thanh Hải , Hà
Hello, My problem is I don't know to prevent Zope from adding LIMIT 1000 to the end of each of my ZSQL method (*.zsql). I am developing a filesystem-based product so I can not disable itby settingMaximum Rows to Retrieve to zero in the ZMI interface. I got stuck with this problem for acouple of

Re: [Zope-dev] ZSQL method and LIMIT clause

2005-11-02 Thread Tino Wildenhain
Am Donnerstag, den 03.11.2005, 09:37 +0700 schrieb Thanh Hải, Hà: Hello, My problem is I don't know to prevent Zope from adding LIMIT 1000 to the end of each of my ZSQL method (*.zsql). I am developing a filesystem-based product so I can not disable it by setting Maximum Rows to Retrieve

[Zope-dev] buildbot failure in Zope trunk 2.4 Linux zc-buildbot

2005-11-02 Thread buildbot
The Buildbot has detected a failed build of Zope trunk 2.4 Linux zc-buildbot. Buildbot URL: http://buildbot.zope.org/ Build Reason: changes Build Source Stamp: 1305 Blamelist: yuppie BUILD FAILED: failed compile sincerely, -The Buildbot ___

Re: [Zope-dev] ZSQL method and LIMIT clause

2005-11-02 Thread Stefan H. Holek
*Everything* you can do in the ZMI can be done from code. The ZMI is not a magic entity, it uses the same APIs as everybody else. With FSZSQLMethods you can stick max_rows: 0 into the lead-in comment, BTW. Stefan On 3. Nov 2005, at 03:37, Thanh Hải, Hà wrote: My problem is I don't know

[Zope-PAS] Re: challenge misunderstandings/problems

2005-11-02 Thread Uwe Hoffmann
to partly answer my own question Uwe Hoffmann schrieb: My Problem is: If the client hits a protected page the gssapi based challenge is run and some headers are set (WWW_Authenticate: negotiate) but the body of the resulting 401 response is always the standard message set in

Re: [Zope] zopeXMLMethods and zope 2.8.x

2005-11-02 Thread Chris Withers
Try enabling the verbose security reporting by fiddling the option in your zope.conf. Something, somewhere is missing an appropriate security declaration... Chris Kees de Brabander wrote: I succeeded using zopeXMLMethods up to zope 2.7.8 after adapting its __init__.py (see

Re: [Zope] URL Rewriting chaos

2005-11-02 Thread Chris Withers
[EMAIL PROTECTED] wrote: 1. Host monsters, both one in the zope root folder, and multiple in each plone site's folders. I have tried both with the mappings and without (even though the books say they're not needed with apache). You should only have one of these, in the root of your Zope

Re: [Zope] URL Rewriting chaos - error message

2005-11-02 Thread Chris Withers
[EMAIL PROTECTED] wrote: Oh, I'm getting Bad Gateway from httpd served site when trying stuff. And do you get anything in the Z2 or event logs of your Zope instance? How about the error_log object in your Zope instance and those pointless extra error_log objects that Plohn sites insist on

[Zope] Re: Cannot show blob image from sql server

2005-11-02 Thread Thomas G. Apostolou
Thank you very much Chris that what a lot of help. As i heve told you i am a niewbie to the whole concept of web and python. write this data to the RESPONSE object was a very very big here is the problem for me! Some more reading now and i hope i am there for the evil BLOBS. 8-) Thank you very

[Zope] how to remove templates/scripts in ZMI from translated folders got from LinguaPlone...

2005-11-02 Thread Lucia Colombo
Hi all, Im working with Zope 2.7.7-final, python 2.3.5, Plone 2.1.1 and LinguaPlone 0.8.5. Im posting here as the problem Im having is within the ZMI and wonder if anybody could help me. I have migrated some multilingual sites from Plone 2.05 to Plone 2.1.1, and in such sites I had

Re: [Zope] Deleted users still have local roles?

2005-11-02 Thread Dieter Maurer
Robert Boyd wrote at 2005-10-25 12:59 -0400: ... I'm seeing that if I assign a role on an object to a user, then delete the user, the object still lists the user as having the local role - and I can assign the non-existant user more local roles, too. Thus, no referential integrity between users

[Zope] Re: use Data.fs from mountpoint B to populate mountpoint A - how?

2005-11-02 Thread Dieter Maurer
Christoph Berendes wrote at 2005-10-24 11:03 -0400: ... Question: this wouldn't be the case for a Zope or Plone folder. If I rename a folder from 'old_folder_name' to 'new_folder_name', it appears that the folder has no memory of old_folder_name. However, it appears that a mount point

Re: [Zope] Zope hangs with 'idle in transaction'

2005-11-02 Thread Dieter Maurer
Yuan HOng wrote at 2005-10-27 18:18 +0800: ... I have a site running with Zope 2.7.6 under Linux. The site access a PostgreSQL database through ZSQL and psycopg 1.1.18. Only read access is used, nothing is written to the database. The one thing that annoys me very much is, with time passing,

Re: [Zope] Permissions and Instances of ZClasses

2005-11-02 Thread Dieter Maurer
Dave Case wrote at 2005-10-26 15:32 -0700: I'm trying to build a product through the ZMI (like the example in The Zope Book), I have some DTML methods in a ZClass were I want to be able to do a SecurityCheckPermission() on a permission that I have defined in the containing product. What does

Re: [Zope] URL Rewriting chaos

2005-11-02 Thread Tino Wildenhain
Am Dienstag, den 01.11.2005, 08:38 + schrieb [EMAIL PROTECTED]: Hi, I've tried everything in both the Zope and Plone books and read the Apache URL Rewrite guide also, but I just can't seem to get the silly thing working! I'm sure that it does ;-) but for some reason it is beyond me.

[Zope] Re: URL Rewriting chaos

2005-11-02 Thread zope
i've managed to get it closer to working, when you type in 'example.net' into the browser the desired page comes up (yay) but the links are all still 'myserver:8080/plone' and of course they don't resolve anyway. What's up here? I've been mucking around with this for many days now, perhaps

Re: [Zope] Silva

2005-11-02 Thread bruno desthuilliers
Piotr wrote: On Tue, 1 Nov 2005, bruno desthuilliers wrote: (snip) Oh, BTW: what versions of Zope and Silva ? Zope 2.7.4-0, python 2.4.0, linux2 Silva 1.3 Err... You should consider: - upgrading to Zope 2.7.8 (IIRC, Silva does not yet runs on 2.8.x) - and install Python 2.3.5 - Zope 2.x

[Zope] Re: Zope Digest, Vol 17, Issue 37

2005-11-02 Thread -bhavana -
hi,can you provide some tutorials how to use ParsedXML?thankx in advance. ___ Zope maillist - Zope@zope.org http://mail.zope.org/mailman/listinfo/zope ** No cross posts or HTML encoding! ** (Related lists -

Re: [Zope] Re: URL Rewriting chaos

2005-11-02 Thread Tino Wildenhain
Am Mittwoch, den 02.11.2005, 01:30 + schrieb [EMAIL PROTECTED]: i've managed to get it closer to working, when you type in 'example.net' into the browser the desired page comes up (yay) but the links are all still 'myserver:8080/plone' and of course they don't resolve anyway. What's up

[Zope] POSKeyError

2005-11-02 Thread Carlos Ananías Del Águila
Hi. Everytime i access to my zope's instance root, i get the following error in the main frame... Site Error An error was encountered while publishing this resource. Error Type: POSKeyError Error Value: 9634 what can i do? I have installed a zope 2.7.2.0 binary under windows

[Zope] Issues with pyperl: perl2.so not found

2005-11-02 Thread Cameron Beattie
I am attempting to install pyperl and am having an issue where it can't find perl2.so. I think this is one of those ones where it's looking under the stairs for something which is actually in the laundry under a pile of dirty clothes. cd /tmp/pyperl* cd Python-Object; perl Makefile.PL; make

[Zope-DB] psycopg insert into unicode problem

2005-11-02 Thread abraham . peter
Hi, I've installed zope2.7 and zope-psycopgda on Debian Sarge. (The official deb packages.) According to the ZopeBook 2.6 Relational Database Connectivity chapter a Psycopg_database_connection and 2 Z SQL methods were added to a test folder. The select query works without any problems, and The

Re: [Zope-DB] psycopg insert into unicode problem

2005-11-02 Thread Federico Di Gregorio
Il giorno mer, 02/11/2005 alle 12.07 +0100, [EMAIL PROTECTED] ha scritto: [snip] (azon=id, nev=name) The postgres database is unicode encoded. What shall I do in order to insert these texts into database via zope? (with psql I can insert it smoothly.) Pass a utf-8 encoded string or use a