Re: [Zope-dev] Monkey Patch ZEO server

2002-09-24 Thread Toby Dickenson
On Monday 23 Sep 2002 10:11 pm, Brian Ray Brinegar wrote: > I would like to make a Monkey Patch to the Zeo Server. This will alter the > way that Undos are handled in FileStorage. Why not give the monkeys a break, and just subclass FileStorage? ___ Z

[Zope-dev] Re: Passive ftp for zope.

2002-09-24 Thread Chris Withers
Hi Mark, Sorry for the long delay. To be honest, I'm probably not the best person to speak to. I think the work you've done is excellent, and I'm CC'ing this message to the [EMAIL PROTECTED] list. That list is for the discussion of the development of Zope and the people there should be able t

Re: [Zope-dev] Re: Passive ftp for zope.

2002-09-24 Thread Brad Clements
PASV ftp support has already been integrated into Zope 2.6 Brad Clements,[EMAIL PROTECTED] (315)268-1000 http://www.murkworks.com (315)268-9812 Fax AOL-IM: BKClements ___ Zope-Dev maillist - [EMAIL PROTECTE

[Zope-dev] -S undocumented?

2002-09-24 Thread Lennart Regebro
I couldn't find the documentation on what -S does as a parameter to z2.py. >From reading the source it seems that it adds the restart button in the Zope control panel. Is that correct? Best Regards Lennart Regebro, Torped http://www.easypublisher.com/ __

Re: [Zope-dev] -S undocumented?

2002-09-24 Thread Andy McKay
It sets the ZMANAGED flag. I think, the only time its used is on windows to indicate that this is being run as service and yes adds the restart button. On *nix if its started as a daemon this is set for you. -- Andy McKay www.agmweb.ca - Original Message - From: "Lennart Regebro" <[E

[Zope-dev] how to change to another authenticated user programmatically?

2002-09-24 Thread Craeg K Strong
Hello: I am working on an application where users register themselves. That is, there will be a registrar username and password that is sent out to all prospective users via email. The only thing the registrar can do is add a user. The most convenient thing would be for the user to log in as t

Re: [Zope-dev] how to change to another authenticated userprogrammatically?

2002-09-24 Thread Andreas Kostyrka
Am Die, 2002-09-24 um 19.41 schrieb Craeg K Strong: > Alternative number two is to force the user to reauthenticate-- somehow get the > browser to popup a login screen where the user can type in the new username and > password. This might be easier, b/c it is simply a matter of sending > back th

Re: [Zope-dev] __getattr__ and Acquisition

2002-09-24 Thread Dieter Maurer
Andreas Kostyrka writes: > ... > > __of__ is non-intuitive but it can work. > So how do I call it? > return myitem.__of__(self) > Doesn't make sense, as self is not wrapped and as such DOES not contain > any knowledge how it was accessed, ... Acquisition lookup is implemented by a recursive

Re: [Zope-dev] __getattr__ and Acquisition

2002-09-24 Thread Dieter Maurer
Jeffrey P Shell writes: > ... > The other problem with __getattr__ is interfacing with Persistence. > ZODB handles it now, but it wasn't all that long ago that it couldn't. But, it is unlikely that it will loose this capability again... Dieter __

Re: [Zope-dev] how to change to another authenticated user programmatically?

2002-09-24 Thread Lennart Regebro
From: "Craeg K Strong" <[EMAIL PROTECTED]> > Does anyone know how to change the current AUTHENTICATED_USER programmatically? This may be possible with cookie based authentication. ___ Zope-Dev maillist - [EMAIL PROTECTED] http://lists.zope.org/mailm

[Zope-dev] DevC++ from sourceforge to build Zope on win32/linux

2002-09-24 Thread James Johnson
How would a project sound. I'm thinking about trying to put it together using ming32 with devC++. Does it sound possible, or would I be wasting my time. I'm taking a C language class and I want to play around with the Zope source. The link to devC++ follows http://sourceforge.net/projects/

Re: [Zope-dev] DevC++ from sourceforge to build Zope on win32/linux

2002-09-24 Thread Andreas Kostyrka
Am Mit, 2002-09-25 um 01.00 schrieb James Johnson: > How would a project sound. I'm thinking about trying to put it together > using ming32 with devC++. Does it sound possible, or would I be wasting my > time. I'm taking a C language class and I want to play around with the Zope > source. T

Re: [Zope-dev] __getattr__ and Acquisition

2002-09-24 Thread Andreas Kostyrka
Am Die, 2002-09-24 um 21.32 schrieb Dieter Maurer: > Andreas Kostyrka writes: > > ... > > > __of__ is non-intuitive but it can work. > > So how do I call it? > > return myitem.__of__(self) > > Doesn't make sense, as self is not wrapped and as such DOES not contain > > any knowledge how it wa