[Zope-Checkins] CVS: Products/PluginIndexes/common/tests Products/PluginIndexes/common/tests - New directory

2005-07-05 Thread Tres Seaver
Update of /cvs-repository/Products/PluginIndexes/common/tests In directory cvs.zope.org:/tmp/cvs-serv2422/lib/python/Products/PluginIndexes/common/tests Log Message: Directory /cvs-repository/Products/PluginIndexes/common/tests added to the repository -- Using per-directory sticky tag

[Zope-Checkins] CVS: Products/PluginIndexes/common/tests - __init__.py:1.1.2.1 test_UnIndex.py:1.1.2.1

2005-07-05 Thread Tres Seaver
Update of /cvs-repository/Products/PluginIndexes/common/tests In directory cvs.zope.org:/tmp/cvs-serv5467/lib/python/Products/PluginIndexes/common/tests Added Files: Tag: Zope-2_7-branch __init__.py test_UnIndex.py Log Message: Collector #1832: UnIndex swallowed ConflictErrors

[Zope-Checkins] CVS: Products/PluginIndexes/common - UnIndex.py:1.20.2.8

2005-07-05 Thread Tres Seaver
Update of /cvs-repository/Products/PluginIndexes/common In directory cvs.zope.org:/tmp/cvs-serv5467/lib/python/Products/PluginIndexes/common Modified Files: Tag: Zope-2_7-branch UnIndex.py Log Message: Collector #1832: UnIndex swallowed ConflictErrors (bare 'except:' is evil).

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

2005-07-05 Thread Tres Seaver
Update of /cvs-repository/Zope/doc In directory cvs.zope.org:/tmp/cvs-serv5467/doc Modified Files: Tag: Zope-2_7-branch CHANGES.txt Log Message: Collector #1832: UnIndex swallowed ConflictErrors (bare 'except:' is evil). === Zope/doc/CHANGES.txt 1.625.2.340 = 1.625.2.341 === ---

[Zope-Checkins] CVS: Packages/BTrees - BTreeTemplate.c:1.74.8.1 BucketTemplate.c:1.54.4.2

2005-07-05 Thread Tim Peters
Update of /cvs-repository/Packages/BTrees In directory cvs.zope.org:/tmp/cvs-serv26910/BTrees Modified Files: Tag: Zope-2_7-branch BTreeTemplate.c BucketTemplate.c Log Message: Collector 1831. The BTree minKey() and maxKey() methods gave a misleading message if no key satisfying

[Zope-Checkins] SVN: Zope/trunk/lib/python/tempstorage/ Tim pointed out that loadEx is supposed to return a 3-tuple. This is related to collector 1828 which was already marked as resolved.

2005-07-05 Thread Chris McDonough
Log message for revision 31014: Tim pointed out that loadEx is supposed to return a 3-tuple. This is related to collector 1828 which was already marked as resolved. Changed: U Zope/trunk/lib/python/tempstorage/TemporaryStorage.py U

[Zope-Checkins] SVN: Zope/branches/Zope-2_8-branch/lib/python/tempstorage/ Tim pointed out that loadEx is supposed to return a 3-tuple. This is related to

2005-07-05 Thread Chris McDonough
Log message for revision 31015: Tim pointed out that loadEx is supposed to return a 3-tuple. This is related to collector 1828 which was already marked as resolved. Changed: U Zope/branches/Zope-2_8-branch/lib/python/tempstorage/TemporaryStorage.py U

[Zope-Checkins] SVN: Zope/trunk/lib/python/App/Management.py Remove bare except: clauses.

2005-07-05 Thread Chris McDonough
Log message for revision 31018: Remove bare except: clauses. Changed: U Zope/trunk/lib/python/App/Management.py -=- Modified: Zope/trunk/lib/python/App/Management.py === --- Zope/trunk/lib/python/App/Management.py

[Zope-Checkins] SVN: Zope/branches/Zope-2_8-branch/lib/python/App/Management.py Remove bare except: clauses.

2005-07-05 Thread Chris McDonough
Log message for revision 31019: Remove bare except: clauses. Changed: U Zope/branches/Zope-2_8-branch/lib/python/App/Management.py -=- Modified: Zope/branches/Zope-2_8-branch/lib/python/App/Management.py === ---

[Zope-Coders] Re: [Zope-Checkins] SVN: Zope/branches/Zope-2_8-branch/ added some z3 interfaces for catalog related classes

2005-07-05 Thread Stefan H. Holek
Hi Yuppie, This appears to cause an import loop, i.e. PageTemplateFile - ZTUtils - ZCatalog - Five - PageTemplateFile ... Cheers, Stefan File /Users/stefan/autotest/temp/python23-zope28-cmf15-plone21- at13/Products/PortalTransforms/TransformEngine.py, line 16, in ? from

[Zope-Coders] Re: [Zope-Checkins] SVN: Zope/branches/Zope-2_8-branch/ added some z3 interfaces for catalog related classes

2005-07-05 Thread yuppie
Stefan H. Holek wrote: This appears to cause an import loop, i.e. PageTemplateFile - ZTUtils - ZCatalog - Five - PageTemplateFile ... Oops! Sorry. I partially reverted r30994. Please let me know if there are still problems. Cheers, Yuppie ___

Re: [Zope-Coders] Re: [Zope-Checkins] SVN: Zope/branches/Zope-2_8-branch/ added some z3 interfaces for catalog related classes

2005-07-05 Thread Stefan H. Holek
Yep, still problems, sorry ;-) Seems like PluginIndexes/interfaces.py should not import Five. How about getting interfaces from zope.interface? File /Users/stefan/autotest/temp/python23-zope28/lib/python/ Products/PluginIndexes/__init__.py, line 18, in ? import PathIndex.PathIndex

[Zope-Coders] Re: [Zope-Checkins] SVN: Zope/branches/Zope-2_8-branch/ added some z3 interfaces for catalog related classes

2005-07-05 Thread yuppie
Stefan H. Holek wrote: Yep, still problems, sorry ;-) Seems like PluginIndexes/interfaces.py should not import Five. How about getting interfaces from zope.interface? Well. My goal was to use the bridging code from Five to avoid redundant interface definitions. My approach obviously didn't

[Zope-dev] OT: These PHP guys are so funny

2005-07-05 Thread Florent Guillaume
They use buggy eval() in their XMLRPC code, which of course causes massive security problems, notably with RSS... http://www.gulftech.org/?node=researcharticle_id=00088-07022005 http://news.netcraft.com/archives/2005/07/04/ php_blogging_apps_vulnerable_to_xmlrpc_exploits.html Florent --

Re: [z3-five] Re: [Zope-dev] 2.9 goals

2005-07-05 Thread Jim Fulton
Martijn Faassen wrote: Andreas Jung wrote: --On 2. Juli 2005 20:52:54 +0200 Martijn Faassen [EMAIL PROTECTED] wrote: I wonder whether it's possible to expose zope 3's authentication system to Zope 2, though that may be too much of a mismatch between security systems. Wasn't that a

Re: [Zope-dev] OT: These PHP guys are so funny

2005-07-05 Thread Stefane Fermigier
Florent Guillaume wrote: They use buggy eval() in their XMLRPC code, which of course causes massive security problems, notably with RSS... http://www.gulftech.org/?node=researcharticle_id=00088-07022005 http://news.netcraft.com/archives/2005/07/04/

Re: [Zope] Pass objects from template to template via HTML forms.

2005-07-05 Thread Jürgen Herrmann
[ Negroup - wrote:] 2005/7/5, Konstantin E. Steuck [EMAIL PROTECTED]: Negroup - wrote: [cut] Try looking into copy/cut/paste machinery, it seems to be what you're looking for This is a thing I absolutely want to avoid. I simply need to pass an object directly from one template to another,

Re: [Zope] Pass objects from template to template via HTML forms.

2005-07-05 Thread Tino Wildenhain
Am Montag, den 04.07.2005, 22:53 +0200 schrieb Negroup -: Is there some way to pass an object from template A to template B via HTML forms? A form name=a action=b method=post input type=hidden name=obj tal:attributes=value here / input type=submit value=Press / /form B b

Re: [Zope] Pass objects from template to template via HTML forms.

2005-07-05 Thread Andrew Milton
+---[ Negroup - ]-- | 2005/7/5, Tino Wildenhain [EMAIL PROTECTED]: | [cut] | | So best option I see is to not pass the object but rather | pass the reference to the object. You can resolve | it via restrictedTraverse('/path/from/form') | | I think I can't apply your

Re: [Zope] Pass objects from template to template via HTML forms.

2005-07-05 Thread Tino Wildenhain
Am Dienstag, den 05.07.2005, 11:05 +0200 schrieb Negroup -: 2005/7/5, Tino Wildenhain [EMAIL PROTECTED]: [cut] So best option I see is to not pass the object but rather pass the reference to the object. You can resolve it via restrictedTraverse('/path/from/form') I think I can't apply

Re: [Zope] Pass objects from template to template via HTML forms.

2005-07-05 Thread Konstantin E. Steuck
Negroup - wrote: This is a thing I absolutely want to avoid. I simply need to pass an object directly from one template to another, without intermediate steps (like, copying or creating the object with some manage_*method from a template, read the created object from the other template and then

Re: [Zope] Re: Re: zopectl debug, 2.8.0 local zeo, Data.fs.lock file locking error

2005-07-05 Thread Florent Guillaume
Running zopectl debug runs your normal instance with additional debug breakpoints and pdb started. So in the same way that you cannot start the same instance twice, you cannot start your instance and a zopectl debug at the same time. Florent Jeff Kowalczyk [EMAIL PROTECTED] wrote: Chris

Re: [Zope] Re: Re: zopectl debug, 2.8.0 local zeo, Data.fs.lock file locking error

2005-07-05 Thread Jens Vagelpohl
On 5 Jul 2005, at 12:20, Florent Guillaume wrote: Running zopectl debug runs your normal instance with additional debug breakpoints and pdb started. So in the same way that you cannot start the same instance twice, you cannot start your instance and a zopectl debug at the same time. Umh,

Re: [Zope] Re: Re: zopectl debug, 2.8.0 local zeo, Data.fs.lock file locking error

2005-07-05 Thread Jens Vagelpohl
On 5 Jul 2005, at 12:55, Jens Vagelpohl wrote: Umh, that's incorrect. zopectl debug has nothing to do with debug breakpoints or pdb. And you can run it right alongside your running Zope instance. All it does is present you with a Python prompt where the root object is bound to app, nothing

[Zope] Re: ZPT with Zope 3 queries - repeat over contained items

2005-07-05 Thread Tres Seaver
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Jim Vine wrote: Hello, Re-reading this, I realised I'd not provided much information on the repeat problem, so I'm filling in some gaps. This works as I would expect: table border=1 width=80% tr thNumber/th /tr tr

[Zope] Re: Pass objects from template to template via HTML forms.

2005-07-05 Thread Malcolm Cleaton
On Mon, 04 Jul 2005 22:53:58 +0200, Negroup - wrote: Is there some way to pass an object from template A to template B via HTML forms? A form name=a action=b method=post input type=hidden name=obj tal:attributes=value here / input type=submit value=Press / /form B b

[Zope] Re: Re: zopectl debug, 2.8.0 local zeo, Data.fs.lock file locking error

2005-07-05 Thread Malcolm Cleaton
On Mon, 04 Jul 2005 22:18:34 +, Jeff Kowalczyk wrote: This is a local ReiserFS partition. The zope and zeo are on the local machine, communicating over port . I just checked, and it is not the 'zopectl debug' that fails, it is the second connection to the running zeo; if you run

[Zope] pls help

2005-07-05 Thread Denny Varghese
Pls help me in this I have my site contents in my computer(ie html files) How can i put my site in to zope ?. Yahoo! Sports Rekindle the Rivalries. Sign up for Fantasy Football ___ Zope maillist - Zope@zope.org

[Zope] Re: zopectl debug, 2.8.0 local zeo, Data.fs.lock file locking error

2005-07-05 Thread Jeff Kowalczyk
Malcolm Cleaton wrote: The only thing I can think of which matches your symptoms is this. Is it possible you have misconfigured this new Zope 2.8 instance, and it's trying to use direct access to the Data.fs via FileStorage, instead of contacting zeo? I feel like a guy who brought the lawn

Re: [Zope] pls help

2005-07-05 Thread Andrew Milton
+---[ Denny Varghese ]-- | Pls help me in this | | I have my site contents in my computer(ie html files) | | How can i put my site in to zope ?. You can use a utility called load_site. You can ftp them into Zope. You can use webdav to save them into Zope... --

Re: [Zope] pls help

2005-07-05 Thread Andreas Jung
--On 5. Juli 2005 07:05:34 -0700 Denny Varghese [EMAIL PROTECTED] wrote: Pls help me in this I have my site contents in my computer(ie html files) How can i put my site in to zope ?. Through FTP and Webdav. -aj pgpe7Ma4uPBd0.pgp Description: PGP signature

[Zope] About Zope 2.7.7

2005-07-05 Thread Pascal Peregrina
Hi, I just finished upgrading our production servers to Zope 2.8.0 (from Zope 2.7.6) Today I noticed that Zope 2.7.7 is under development... and it contains some interesting bug fixes (the one concerning if modified since header handling for example). I guess that these fixes will be included in

Re: [Zope] About Zope 2.7.7

2005-07-05 Thread Andreas Jung
--On 5. Juli 2005 15:24:51 +0100 Pascal Peregrina [EMAIL PROTECTED] wrote: Hi, I just finished upgrading our production servers to Zope 2.8.0 (from Zope 2.7.6) Today I noticed that Zope 2.7.7 is under development... and it contains some interesting bug fixes (the one concerning if modified

[Zope] Re: Pass objects from template to template via HTML forms.

2005-07-05 Thread Negroup -
2005/7/4, Negroup - [EMAIL PROTECTED]: Is there some way to pass an object from template A to template B via HTML forms? [cut] Thanks a lot for the replies. I have considered all the solutions and at the end I have decided to store the uploaded file in a zope file object inside ZODB, passing

Re: [Zope] Re: Pass objects from template to template via HTML forms.

2005-07-05 Thread Tino Wildenhain
Am Dienstag, den 05.07.2005, 16:47 +0200 schrieb Negroup -: 2005/7/4, Negroup - [EMAIL PROTECTED]: Is there some way to pass an object from template A to template B via HTML forms? [cut] Thanks a lot for the replies. I have considered all the solutions and at the end I have decided to

[Zope] Re: [Plone-users] Re: To gzip or not to gzip?

2005-07-05 Thread Daniel Dekany
Tuesday, July 5, 2005, 4:17:11 PM, Shaun Hills wrote: Daniel Dekany [EMAIL PROTECTED] writes: But how should I use that? That compresses everything regardless of the MIME type (which is of course not good). A review of the Apache documentation should tell you everything you need to know:

Re: [Zope] About Zope 2.7.7

2005-07-05 Thread Florent Guillaume
Pascal Peregrina [EMAIL PROTECTED] wrote: I just finished upgrading our production servers to Zope 2.8.0 (from Zope 2.7.6) Today I noticed that Zope 2.7.7 is under development... and it contains some interesting bug fixes (the one concerning if modified since header handling for example).

[Zope] LDAPUserFolder OLD and Zope 2.5.1 migration to LDAPUserFolder 2.5 and Zope 2.8

2005-07-05 Thread Tim Suter
I believe it was Jens that gave me the how-to on how to migrate an existing Zope 2.5.1 install using LDAPUserFolder for authentication to Zope 2.8. Below is his response with some of my questions: - Get the latest released LDAPUserFolder version and install it into your new Zope 2.8-based

Re: [Zope] LDAPUserFolder OLD and Zope 2.5.1 migration to LDAPUserFolder 2.5 and Zope 2.8

2005-07-05 Thread Jens Vagelpohl
On 5 Jul 2005, at 18:42, Tim Suter wrote: - Log into a 2.5.1-based instance as the emergency user (- see doc/ SECURITY.txt in your 2.5.1 Zope installation about how to create one) I can't do this part because I was left with no info in regards to what the credentials are as the emergency

Re: [Zope] Re: ZPT with Zope 3 queries - repeat over contained items

2005-07-05 Thread Jim Vine
Thanks for that info. I've tried a couple of extra things (below) and if I'm reading the output right I thing you're correct about items returning a tuple, and values returning the object. When I do the repeat like this: tr tal:repeat=item context/items td tal:content=itemName/td /tr The data