[Zope-dev] webdav GET method

2001-04-03 Thread Terry Kerr
Hi, I find webdav useless in editing zope content as GETting a DTMLMethod for example, returns the processed method rather than the source. This is expected since webdav extensions to HTTP do not redefine the HTTP GET method, hence a webdav GET is simply a HTTP GET. I had a quick search of the

Re: [Zope-dev] webdav GET method

2001-04-03 Thread Chris Withers
Terry Kerr wrote: > > What are peoples thoughts on this? Am I missing something? Yes indeed :-) Zope has a WebDAV sourceport so you can get the pre-processed text. Actually, with ZPT this won't necessarily need to be used. That said, I, like many?, hope the TAL stuff does get filtered out of

[Zope-dev] New fishbowl proposal: PathIndexes

2001-04-03 Thread Tres Seaver
Please review and comment: Tres. -- === Tres Seaver[EMAIL PROTECTED] Digital Creations "Zope Dealers" http://www.zope.org _

[Zope-dev] User Authorization via IP (Domains) Bug in Zope 2.3.x

2001-04-03 Thread Stefan Bambach
Hello, I used some Domain-Based users in Zope 2.2.2. After upgrading to Zope 2.3.0 and 2.3.1 these users don't work anymore. - Is it a bug ? - Has the syntax been changed in any way ? ciao. Stefan ___ Zope-Dev maillist - [EMAIL PROTECTED] http://

[Zope-dev] Optimizing Zope

2001-04-03 Thread Stefan Bambach
Hello, Running Zope 2.2.2 on Dual PIII 933 with 1GB of RAM. This machine is not fast enough to handle my requests (about 800 Users using this system). It's a very complex document managing system with about 5000 documents actually and growing every day. Search requests are with Python backend. Th

Re: [Zope-dev] Optimizing Zope

2001-04-03 Thread Matt Hamilton
On Tue, 3 Apr 2001, Stefan Bambach wrote: > 2.) I tried running zope with apache's cgi, fastcgi over sockets, > fastcgi over TCP/IP. Result: Slower than only Zope. Have you tried with a proxy in front? Perhaps try with Squid or Apache as an accelerating proxy in front, this may help with seving

[Zope-dev] Homegrown vs. Storebought

2001-04-03 Thread Edmund Goppelt
I'd like to add two capabilities to my city government web site: 1. users should be able to initiate discussions about legislation pending before our City Council. i.e., discussions will be tied to the relevant bill document. 2. users must register in order to post. I'd like enough information

Re: [Zope-dev] Page Templates: Any plan how to use PT's for I18n and browser dependant templates etc?

2001-04-03 Thread Johan Carlsson
> > How would this effect the page cooking and template cache? > Cooking isn't affected. You would naturally want to make your cache > sensitive to the same REQUEST parameters as the switching script. Hm. ok. > > PS. Page Templates are great but I have yet to figure out > > how to use them wit

Re: [Zope-dev] Page Templates: Any plan how to use PT's for I18n and browser dependant templates etc?

2001-04-03 Thread Evan Simpson
From: "Johan Carlsson" <[EMAIL PROTECTED]> > Now comes the tricky thing, case I want to render with the tal tags > intact. I just tested that and they are intact after render. Jippi! This will be optional in ZPT 1.1, most likely. > The next step I want to do is to save the template back to Zope

Re: [Zope-dev] Page Templates: Any plan how to use PT's for I18n and browser dependant templates etc?

2001-04-03 Thread Johan Carlsson
> From: "Johan Carlsson" <[EMAIL PROTECTED]> > > Now comes the tricky thing, case I want to render with the tal tags > > intact. I just tested that and they are intact after render. Jippi! > > This will be optional in ZPT 1.1, most likely. > > > The next step I want to do is to save the template

[Zope-dev] Form error handling for Rack-stored PD classes in O-O application

2001-04-03 Thread Itai Tavor
Hi, I often have more luck the second time I ask a question... let's see if this rule holds. I'm struggling with checking and reporting errors in forms that create or modify properties of PD classes in a ZPatterns application. Automatic checks using Zope's built-in constraints or something li