[Zope-dev] asynchat producer ready() method patch.

2001-01-27 Thread Donovan Baarda
G'day zope-dev, I'm not subscribed to the zope-dev list (got enough email thanks :-), but I thought some of you might be interested in the following patch to medusa that I sent to the medusa list (ZServer is based on medusa). I remember reading ages ago on a wishlist for ZServer that someone

[Zope-dev] QNX and Zope

2001-01-27 Thread Joachim Werner
Hi! Is there anyone who has tried using Zope on QNX? I have a request for using Zope in an embedded environment. Thanks! Joachim ___ Zope-Dev maillist - [EMAIL PROTECTED] http://lists.zope.org/mailman/listinfo/zope-dev ** No cross posts or HTML

[Zope-dev] Re: asynchat producer ready() method patch.

2001-01-27 Thread Donovan Baarda
On Sat, Jan 27, 2001 at 09:30:16PM +1100, abo wrote: G'day zope-dev, I'm not subscribed to the zope-dev list (got enough email thanks :-), but I thought some of you might be interested in the following patch to medusa that I sent to the medusa list (ZServer is based on medusa). [...]

Re: [Zope-dev] ZCatalog FieldIndex bug in Zope 2.3.0b3

2001-01-27 Thread Chris Withers
I'm guessing the DTML method TestCase is acquired from it, before the namespace is searched for the meta_data, which is a little screwy :-( Odd, I thought you were reffering to another bug that I fixed, thanks to your report :-) hehehe, apparantly that wasn't the actual bug you were

[Zope-dev] Creating a namespace

2001-01-27 Thread Stephan Richter
Hello everyone, I want to make my own name space with the following situation: class X: attributes = {'foo': 'bar'} x = X() Then I want to use it like that: dtml-with x dtml-var foo /dtml-with The result should be : bar I found out that I have to somehow use TemplateDict and

Re: [Zope] http protocol

2001-01-27 Thread Jonas Luster
* Oliver Vecernik sez: Hi all, I'd like to write an http client for an embedded system to get information from Zope. For debugging I want to see the traffic between the client and Zope (http protocol). How can this be achieved? Any reason not to use tcpdump,snoop or some sn0rt-alike?

[Zope] where are the pages stored?

2001-01-27 Thread Horatio B. Bogbindero
thanks to all those who helped me the URL passing thing! this has definitely made my zope life better. btw, were does zope store the template pages and objects? i tried do look into the folders but i could not seem to find it. is there are a way of moving this document root to a different

[Zope] BUG: Typo in CopySupport.py in 2.3.0 final

2001-01-27 Thread Jerome Alet
Hi, Line 282 of lib/python/OFS/CopySupport.py of 2.3.0 final reads: raise 'BadRequst','Please rename each listed object.' Instead this should probably be: raise 'BadRequest','Please rename each listed object.' since all the other .py in this directory raise 'BadRequest' no patch this time.

[Zope] BUG with a patch

2001-01-27 Thread Jerome Alet
Hi, the way the manage_renameObjects() method was coded made it impossible to exchange two objects ids in one pass, e.g. rename Obj1 to Obj2 and Obj2 to Obj1. The attached patch seems to correct this problem, however a better temporary id construction method is needed. I've tried to submit

Re: [Zope] where are the pages stored?

2001-01-27 Thread David K. Trudgett
On Sat, Jan 27, 2001 at 04:51:23PM +0800, Horatio B. Bogbindero wrote: ... the zope documentation set in the zope source distribution. can someone point me out the distribution so that i can read the fine manual(RTFM) instead. thanks. Try http://www.zope.org/Documentation Regards, David

[Zope] BUG: 2.3.0 Final? - ZCatalog

2001-01-27 Thread Tim Cook
When importing a .zexp from a (2.2.5) site into 2.3.0 I get the below traceback (reproduceable). I have imported other apps with catalogs that did not generate this error. I was able to narrow it down to one particular folder with a catalog. Any ideas on how to find out (if it is in my code)

[Zope] Re: BUG: 2.3.0 Final? - ZCatalog

2001-01-27 Thread Tim Cook
Tim Cook wrote: When importing a .zexp from a (2.2.5) site into 2.3.0 I get the I Cleared the Catalog, re-exported it and it imported fine. Non-issue? -- Tim Cook, President -- Free Practice Management,Inc. | http://www.FreePM.com Office: (901) 884-4126 "Liberty has never come from the

[Zope] Python script safety

2001-01-27 Thread Robin Becker
There seems to be some attempts to avoid DOS attacks by eliminating excessive resource usage. Might I point out that the first script I tried out m=range(99) m=[m,m[:],m[:],m[:],m[:],m[:],m[:]] m=[m,m[:],m[:],m[:],m[:],m[:],m[:]] m=[m,m[:],m[:],m[:],m[:],m[:],m[:]]

Re: [Zope] Editors [OT]

2001-01-27 Thread Phil Harris
On Saturday 27 January 2001 03:26, Tres Seaver wrote: In the neverending "perfect Zope editor" jihad, "Phil Harris" [EMAIL PROTECTED] wrote on the side of the angels of light: I just did a search on google and came up with some interesting Win32 versions of Vim 5.7.11: See

[Zope] manage_listLocalRoles user entry needed

2001-01-27 Thread Kyler B. Laird
I've read that some people are at least thinking about user management systems that go beyond the "handful of users" systems currently supported by Zope. (I'm working on one today.) As a baby step toward supporting these systems, I propose that manage_listLocalRoles provide a text box for

[Zope] Updated Quickstart for Zope 2.3.0

2001-01-27 Thread Jon Franz
I noticed that 2.3 didn't update the quickstart materials, and that the quickstart materials still used the old server-side-include syntax internally and in their examples. To make matters worse, the ZSQL method examples didn't use sqlvar - thus were unsafe. I updated the complete quickstart

[Zope] Cobalt Qube

2001-01-27 Thread Graham Chiu
Inexplicably I purchased a Qube 2 to play around with but am wondering whether I should keep or dispose of it now. I've left the shrinkwrap on while I decide. It was *cheap*! Is it possible to set up Zope +/- SSL on this box without having to purchase software modules from Cobaltnetworks? ( I

Re: [Zope] Cobalt Qube

2001-01-27 Thread Francisco M. Marzoa Alonso
El Sat, 27 Jan 2001, escribiste: Inexplicably I purchased a Qube 2 to play around with but am wondering whether I should keep or dispose of it now. I've left the shrinkwrap on while I decide. It was *cheap*! We've one of those also, and also for play around X) It's only used as internal

[Zope] Script to do various 'manage_' operations

2001-01-27 Thread Tim Hicks
I have been trying to get hold of a script that can automatically convert various dtml methods to custom zclass instances. I found a script on the zope mailing list (see bottom) I put my file (see below) in the Extensions directory and added an external method from within zope. This all

[Zope] Siteroot and ZCatalog

2001-01-27 Thread Bob
I have a production site wich was moved from Zope 2.2.1 to Zope 2.2.4. We use SiteAccess for virtual hosting and the Catalog has many problems since the upgrade. Objects created before the upgrade show up multiple times in the cataloged object or can't be edited through the web. Objects created

Re: [Zope] Cobalt Qube

2001-01-27 Thread Luke Tymowski
Hello, Inexplicably I purchased a Qube 2 to play around with but am wondering whether I should keep or dispose of it now. I've left the shrinkwrap on while I decide. It was *cheap*! It's a reliable little box. Plug it in and it will keep running. However. Lately it has become difficult to

[Zope] PythonScript question

2001-01-27 Thread Timothy Wilson
Hi everyone, I'm using the Photo product to diplay some pictures at various resolutions and to display them on a certain date. (Some may recall my questions about a "Picture of the day" recently.) I want to set a 'display_date' property for each Photo instance and I'd like to do it using a

[Zope] MYSQL Problem

2001-01-27 Thread Jens Grewen
I installed mySQL-3.23.32 mySQLdb 0.3.1 ZmySQLDA 2.0.4 on Win98 From the following SQL statmentI get the result 233L and not 233 as expected select count(PID)from product When I run this SQL Statment from another program I get the expected value 233. In my installation there are a

Re: [Zope] Zope Entry Flame

2001-01-27 Thread Tres Seaver
"Jason Cunliffe" [EMAIL PROTECTED] wrote: site design flame snipped/ /flame Jason, Flaming the Zope.org site layout is OT for this list; the "someone who cares" in this case is the Zope-web list (mailto:[EMAIL PROTECTED], which I am CC'ing, and whither I would set followups if this were a

[Zope] Creating a namespace

2001-01-27 Thread Stephan Richter
Hello everyone, I want to make my own name space with the following situation: class X: attributes = {'foo': 'bar'} x = X() Then I want to use it like that: dtml-with x dtml-var foo /dtml-with The result should be : bar I found out that I have to somehow use TemplateDict and

Re: [Zope] PythonScript question

2001-01-27 Thread Evan Simpson
From: "Timothy Wilson" [EMAIL PROTECTED] Error Type: TypeError Error Value: argument 1: expected read-only character buffer, instance found [snip] input name="display_date:date" size="20" value=""/td [snip] D = string.split(display_date, '/') You are marshalling 'display_date' as a date, then

[Zope] how do I get properties from a calling document?

2001-01-27 Thread Gary Lowder
I have series of DTML Documents, at the same level in various folders. The DTML Document (we'll call it 'lot_num') calls another DTML Document (addForm), that sits at the project's root level, which is a form for data input. From the DTML Document 'lot_num', I can access it's properties with