Re: [Zope-dev] Creating IMAP and SMTP services for Zope

2001-02-04 Thread Steve Alexander
ender wrote: > > On Saturday 03 February 2001 10:28, Morten W. Petersen wrote: > >> I'm wondering about creating IMAP and SMTP services for Zope. >> Someone mentioned to me that extending (using?) the ZServer >> could be a Good Thing (tm). > > probably. i've always been curious though about t

[Zope-dev] test

2001-02-04 Thread Robin Becker
are we here in mail.zope.org -- Robin Becker ___ Zope-Dev maillist - [EMAIL PROTECTED] http://lists.zope.org/mailman/listinfo/zope-dev ** No cross posts or HTML encoding! ** (Related lists - http://lists.zope.org/mailman/listinfo/zope-announce h

[Zope-dev] FTP PUT'ing images doesn't create Image objects?

2001-02-04 Thread Chris Withers
> This would be nice for images too. Just today I was > uploading a bunch via FTP and though the same thing, > wouldn't it be nice if it knew these were made into > image objs? I thought images would be created here? I'd stick this one in the collector... cheers, Chris ___

[Zope-dev] Re: [Zope-Annce] DTML Eval Tag Released

2001-02-04 Thread Phill Hugo
Casey Duncan wrote: > > Hi Phill, > > Thanks for the feedback. As for the REQUEST vs. > RESPONSE usage, the latter can't be used to store > values and is really there as a way to communicate to > the browser. The former is used pretty regularly to > store scratch variables already. Looks like th

Re: [Zope-dev] Zope server dies with Netscape's FTP

2001-02-04 Thread Chris Withers
Pablo Bleyer Kocik wrote: > > I am running Zope 2.3.0 under Linux in a remote machine. When I > try to access Medusa through FTP (port 8021) using Netscape 4.5 under > Windows, Zope dies silently. Is this a known issue? How can I trace > what is happening to Zope's FTP server causing it to di

Re: [Zope-dev] Zope server dies with Netscape's FTP

2001-02-04 Thread Pablo Bleyer Kocik
Chris Withers wrote: > Pablo Bleyer Kocik wrote: > > > > I am running Zope 2.3.0 under Linux in a remote machine. When I > > try to access Medusa through FTP (port 8021) using Netscape 4.5 under > > Windows, Zope dies silently. Is this a known issue? How can I trace > > what is happening to

Re: [Zope-dev] Zope server dies with Netscape's FTP

2001-02-04 Thread Chris Withers
Keep CC'ing in the list, this might rign bells for someone else... ...sadly not for me :-S cheers, Chris Pablo Bleyer Kocik wrote: > > Chris Withers wrote: > > > Pablo Bleyer Kocik wrote: > > > > > > I am running Zope 2.3.0 under Linux in a remote machine. When I > > > try to access Medu

[Zope-dev] The field converters (:int, :text, etc.)

2001-02-04 Thread Morten W. Petersen
Hi guys, IIRC, there was some talk about modularizing the field converters (checkers) so that they could be easiliy modified and added to. Is there currently any efforts to solving this problem? If not, there's definently a need for it, IMO.. Thank you for your time. -Morten __

Re: [Zope-dev] Q: Specialists, Racks, and ZCatalogs?

2001-02-04 Thread Steve Alexander
Michael Bernstein wrote: > > Thanks, Steve. That was very helpful. To summarize your > explanation, if I understood correctly: > > This is strictly an implementation issue. You could say that. I would agree some of the time :-) > If the SkinScript > has functionality that should be shared by

RE: [Zope-dev] Zope server dies with Netscape's FTP

2001-02-04 Thread Randall F. Kern
Are you starting zope with ./start, or otherwise including -D when z2.py is executed? That will cause Zope to try to write to the terminal when an FTP connection is made. Since the terminal is gone, Zope dies. -Randy > -Original Message- > From: Pablo Bleyer Kocik [mailto:[EMAIL PROTEC

Re: [Zope-dev] Q: Specialists, Racks, and ZCatalogs?

2001-02-04 Thread Michael Bernstein
Steve Alexander wrote: > > Michael Bernstein wrote: > > > > If the SkinScript > > has functionality that should be shared by more than one > > Rack, it should go in the Specialist, > > Not quite. If the SkinScript has functionality that is shared by > all the Specialist's Racks, then it should g

Re: [Zope-dev] Q: Specialists, Racks, and ZCatalogs?

2001-02-04 Thread Phillip J. Eby
At 08:38 AM 2/4/01 -0800, Michael Bernstein wrote: > >On that subject, does anyone know why SkinScripts don't >support cut-n-paste or copy-n-paste? > 'cause I never thought of implementing it, probably because I've never yet needed to move a SkinScript. Patches cheerfully accepted. :) ___

Re: [Zope-dev] Q: Specialists, Racks, and ZCatalogs?

2001-02-04 Thread Steve Alexander
Phillip J. Eby wrote: > At 08:38 AM 2/4/01 -0800, Michael Bernstein wrote: > >> On that subject, does anyone know why SkinScripts don't >> support cut-n-paste or copy-n-paste? > > 'cause I never thought of implementing it, probably because I've never yet > needed to move a SkinScript. Patches

Re: [Zope-dev] Q: Specialists, Racks, and ZCatalogs?

2001-02-04 Thread Steve Alexander
Phillip J. Eby wrote: > At 08:38 AM 2/4/01 -0800, Michael Bernstein wrote: > >> On that subject, does anyone know why SkinScripts don't >> support cut-n-paste or copy-n-paste? >> > 'cause I never thought of implementing it, probably because I've never yet > needed to move a SkinScript. Patche

[Zope-dev] ZPatterns for Zope 2.3 convenience release

2001-02-04 Thread Steve Alexander
uot; release. The changes haven't been particularly reviewed or widely used. Only use this release if you absolutely can't wait until PJE and TS make an official release. (I expect there will be an official release within the next few days.) http://www.cat-box.net/steve/ZPatterns-s

[Zope-dev] Re: FTP PUT'ing images doesn't create Image objects?

2001-02-04 Thread Casey Duncan
--- Chris Withers <[EMAIL PROTECTED]> wrote: > > This would be nice for images too. Just today I > was > > uploading a bunch via FTP and though the same > thing, > > wouldn't it be nice if it knew these were made > into > > image objs? > > I thought images would be created here? I'd stick > this

[Zope-dev] Re: Zope server dies with Netscape's FTP

2001-02-04 Thread Jon Franz
I think this may be a problem with passive/active FTP sessions and (possibly) proxies settign between you and the Zope instance. I've had the same problem with other FTP clients when I try to FTP into a Zope server: at one client's office they do NAT, which acts as a proxy - around 60% of the tim

Re: [Zope-dev] Zope server dies with Netscape's FTP

2001-02-04 Thread Pablo Bleyer Kocik
"Randall F. Kern" wrote: > Are you starting zope with ./start, or otherwise including -D when z2.py > is executed? > > That will cause Zope to try to write to the terminal when an FTP > connection is made. Since the terminal is gone, Zope dies. > > -Randy The problem started occurring wit

Re: [Zope-dev] Re: Zope server dies with Netscape's FTP

2001-02-04 Thread Pablo Bleyer Kocik
Jon Franz wrote: > I think this may be a problem with passive/active FTP sessions and > (possibly) proxies settign between you and the Zope instance. I've had the > same problem with other FTP clients when I try to FTP into a Zope server: at > one client's office they do NAT, which acts as a pro

Re: [Zope-dev] Zope server dies with Netscape's FTP

2001-02-04 Thread Stephan Richter
At 12:21 AM 2/5/01 -0400, Pablo Bleyer Kocik wrote: >"Randall F. Kern" wrote: > > > Are you starting zope with ./start, or otherwise including -D when z2.py > > is executed? > > > > That will cause Zope to try to write to the terminal when an FTP > > connection is made. Since the terminal is go

Re: [Zope-dev] Zope server dies with Netscape's FTP

2001-02-04 Thread Pablo Bleyer Kocik
Stephan Richter wrote: > > The problem started occurring without debugging turned on, and it didn't > >happen always. Then I turned debugging on to trace the bug, and it was > >worst: there were no logs and the server always dies if I exit the console. > >I am pretty cueless to what is going

Re: [Zope-dev] Zope server dies with Netscape's FTP

2001-02-04 Thread Stephan Richter
> Hey, I am not _that_ silly ;^). I can exit the shell but I leave Zope > working >in the background, of course. Then all works fine until I do an FTP, which >hangs >because the server dies. Sorry, I did not mean to offend you I have not used the FTP for a long time, but I also notice

[Zope-dev] Problem: manage_workspace redirects to index_html

2001-02-04 Thread Dylan Jay
I goto http://localhost/manage and login. I get the management tree on the left but right hand pain is viewing index_html rather than manage_main. With a bit of testing and looking at code I see that manage_workspace method is being called as an anonymous user which is why it redirects to the inde

[Zope-dev] I think zope@zope.org is down

2001-02-04 Thread Dylan Jay
what's more, mesages to it are not bouncing. _ http://entertainment.yahoo.com.au - Yahoo! Entertainment - Feeling a little bored? Need some entertainment? ___ Zope-Dev maillist

Re: [Zope-dev] Problem: manage_workspace redirects to index_html

2001-02-04 Thread Evan Simpson
From: "Dylan Jay" <[EMAIL PROTECTED]> > I'm using IE 5.01 on w2k. The current 5.01 version of IE doesn't do basic authentication correctly (or, at least, the way nearly every other version, and browser, does it). Try getting 5.5sp1 instead. Cheers, Evan @ digicool & 4-am ___