Re: [Zope] TCPWatch... and closing sockets..

2001-01-22 Thread Steve Spicklemire
Well proxy_receiver seems to set it's terminator to 'None', which seems to indicate that the dispatcher should just send it all as it comes without checking for any special terminator (which is indeed what appears to be happening!) The problem is that this dispatcher code: def recv

Re: [Zope] Numeric Entries in Catalog Search

2001-01-22 Thread Tim Cook
Dieter Maurer wrote: Tim Cook writes: ... search for numbers in ZCatalog's text indices ... Recently, someone has posted a splitter.c patch that prevents it to discard numeric words. Ah yes. I recall the spliter.c thread. I didn't pay attention at the time I guess. s Thanks, -- Tim

RE: [Zope] Adding roles in 2.3b2 and CVS

2001-01-22 Thread Itai Tavor
Change all occurrences of self.manage_access(self,REQUEST) to self.manage_access(REQUEST) in AccessControl/Role.py. BTW, this has been reported to the collector before this thread even started. Mayers, Philip J wrote: What's the easiest fix on a 2.3.0b2 server? Regards, Phil

[Zope] Adding users with a PythonMethod

2001-01-22 Thread Curtis Maloney
Greetings, I'm trying to add a users from within a PythonMethod. I have searched this list and found examples of how to add via DTML, but they all seem to require REQUEST. I have built a dictionary containing the appropriate keys, and passed that as REQUEST, and the

[Zope] Limited folderish objects

2001-01-22 Thread Nolan Darilek
The Folder class offers quite a bit of the functionality which I need for a current project. However, what I'm attempting to create isn't a traditional folder for DTML objects, methods, etc. Instead, I'm creating a folder which contains subfolders which are intended for specific objects. The

Re: [Zope] Re: ZClasses and title property

2001-01-22 Thread Bill Anderson
Tim Moore wrote: I guessed it was something like this, so this leads me to two followup questions. 1) I'd be happy to use the built-in title property assuming that it won't cause some kind of problem. I just don't know how I can set that in instance objects since it doesn't appear

[Zope] python method's self parameter - calling from DTML with additional args

2001-01-22 Thread Lee
Hi, I've got a problem with displaying output from one of my python methods, which has 'self' as one of its input parameters. I have a DTML method, which sets up a table using one Python method to create the table headers (the first row) and another Python method to create the table data (one

[Zope] dtml-tree causing authorization errors

2001-01-22 Thread yves
I've stumbled upon a strange problem with dtml-tree in version 2.2.5 (the problems occurs in the same way in any of the 2.2.x version), but didn't exhibit itself in 2.1.6: Here's some (very) crude code to generate a tree object: - class Tree: def __init__(self, val='top'):

[Zope] [2nd try] dtml-tree causing authorization errors

2001-01-22 Thread yves
[ I accidentally sent the last mail before I completed it... Sorry ] I've stumbled upon a strange problem with dtml-tree in version 2.2.5 (the problems occurs in the same way in any of the 2.2.x version), but didn't exhibit itself in 2.1.6: Here's some (very) crude code to generate a tree

[Zope] Re: python method's self parameter - calling from DTML with additionalargsargs

2001-01-22 Thread Lee
Hi, dtml-var expr="final(matric, classcode, _.this)" gives me the correct results. Is this the correct way to do it though? Thanks, Lee Lee wrote: Hi, I've got a problem snip ___ Zope maillist - [EMAIL PROTECTED]

Re: [Zope] [2nd try] dtml-tree causing authorization errors

2001-01-22 Thread Hannu Krosing
[EMAIL PROTECTED] wrote: [ I accidentally sent the last mail before I completed it... Sorry ] I've stumbled upon a strange problem with dtml-tree in version 2.2.5 (the problems occurs in the same way in any of the 2.2.x version), but didn't exhibit itself in 2.1.6: Here's some (very)

[Zope] Re: hurryup!

2001-01-22 Thread Martijn Pieters
On Tue, Jan 23, 2001 at 10:44:57AM +0500, Hasan Ali Khan wrote: hi! my name is John hakhan. iam using zope2-2-4 win32-x86 on o.s windows 95. i have following queries. 1)give me complete steps about connect the zope either oracle or MS SQL SERVER. 2)i am provide my client the facility of

Re: [Zope] (Cc || Bcc) dtml-sendmail

2001-01-22 Thread Dieter Maurer
Jeff Peterson writes: The Problem: I would like to Cc or Bcc the originator of the request with a copy of the request for record keeping purposes. I cannot however seem to get Cc or Bcc, written as headers much like the To and From, to work with dtml-sendmail. In addition, all

Re: [Zope] ActiveState on Zope.org

2001-01-22 Thread Martijn Pieters
On Mon, Jan 22, 2001 at 01:40:07PM -0600, Steve Drees wrote: We use IIS for many reasons, it's fast and we use some of products in conjunction with it. To suggest that using IIS is somehow "wrong" confuses me, Zope.org doesn't use ZServer. For me the flexibilty of using Zope any Doesn't

RE: [Zope] ActiveState on Zope.org

2001-01-22 Thread Steve Drees
We use IIS for many reasons, it's fast and we use some of products in conjunction with it. To suggest that using IIS is somehow "wrong" confuses me, Zope.org doesn't use ZServer. For me the flexibilty of using Zope any Doesn't every Zope site use ZServer? These statements always confuse me.

<    1   2