Re: [Zope] PyGreSQLDA

2000-09-26 Thread Kapil Thangavelu
"Bak @ kedai" wrote: > > > ZPYGre is not threadsafe, so with it and all non-threadsafe da's zope > > uses a lock around access. (Thunked.py) > > > > The solution is to just use multiple DA connections and let postgres > > sort out the concurrency issues. > > > > i'm not clear about "use multiple

Re: [Zope] WorldPilot has the bits...

2000-09-26 Thread Alastair Burt
John Chandler <[EMAIL PROTECTED]> writes: > > > Any ideas how the sync would be done? > > > > > > > WorldPilot has the ability to do this, allegedly. > > WorldPilot's Palm side of things was still broken last I checked (last week, > IIRC) - it was complaining of login errors, though you could

Re: [Zope] secure management with Site Access?

2000-09-26 Thread Rob Miller
David Elkins writes: > Have you tried setting up something like zope.domain.com with the https > SiteRoot and Apache pointing directly at manage? Pointing a virtual host directly at manage I can do, but where do I put the SiteRoot? If I put an https SiteRoot in a directory, then plain ol' unen

Re: [Zope] RedHat site mentions Zope (SuSE too!)

2000-09-26 Thread Chris McDonough
Not only that, they put Zope in at least one of their magazine ads! :-) Reading Linux Journal, did a doubletake when I saw the swollen Z. - Original Message - From: "Kevin Teague" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Wednesday, September 27, 2000 12:05 AM Subject: Re: [Zope

Re: [Zope] RedHat site mentions Zope (SuSE too!)

2000-09-26 Thread Kevin Teague
Joachim Werner wrote: > > I checked: > > Zope 2.1.6 is shipped with the DeLuxe and Server versions of RedHat 7.0, but > not with the Standard edition. They have split Zope into a couple of separate > packages. On the web page they mention Zope a couple of times! > > BTW: > > Zope (also the 2.1

Re: [Zope] RedHat site mentions Zope (SuSE too!)

2000-09-26 Thread Kevin Teague
Oops, hit ALT+Enter when trying to paste in the URL at the end of that last message: http://www.stormix.com/partners/technical/index_html -- Kevin Teague, Zopista http://www.stormix.com ___ Zope maillist - [EMAIL PROTECTED] http://lists.zope.or

[Zope] secure management with Site Access?

2000-09-26 Thread Rob Miller
Is anyone using the Apache/mod_proxy/SiteAccess method of using Zope with the ability to access a given virtual host both with and without SSL encryption? If so, can you give me some pointers on how to accomplish this? I'd like to use SSL for all of my management activity but have the main site

Re: [Zope] PyGreSQLDA

2000-09-26 Thread Bak @ kedai
> ZPYGre is not threadsafe, so with it and all non-threadsafe da's zope > uses a lock around access. (Thunked.py) > > The solution is to just use multiple DA connections and let postgres > sort out the concurrency issues. > i'm not clear about "use multiple DA connections". let's say i have sev

Re: [Zope] Re: Download Problem

2000-09-26 Thread Kapil Thangavelu
Shane Hathaway wrote: > > Suzette Ramsden wrote: > > > > I have had this same problem downloading squishdot zip files and I don't > > know if it is something I am doing. > > When I attempt to unzip the file, I keep getting: > > "error reading header after processing 0 entries" > > What archiver

Re: [Zope] PyGreSQLDA

2000-09-26 Thread Kapil Thangavelu
"Leichtman, David J" wrote: > > Has anyone had significant speed issues using the PyGreSQLDA? It seems like > I'm only getting one DB connection at a time. Is this an issue with the DA, > with Zope, or am I doing something wrong? I have a pgsql db running just > fine, and in Zope I have a connect

Re: [Zope] String manipulation

2000-09-26 Thread Bak @ kedai
On Wed, 27 Sep 2000, Spicklemire, Jerry wrote: > "how can I manage it to cut a string. > > for example: > > a string property (testtext) with 500 words. > > but only want to give out 20 characters of tis text." > > Python sequence slicing syntax can be done with DTML, like so: > > > > > wher the

[Zope] Exceptions, exceptions...

2000-09-26 Thread Ramiro Brito Willmersdorf
Hi, Yesterday I posted the message below, and I'm happy to inform all that the problem was basically just my advanced braindeath. I decided to triple check everything today, after a good night of sleep, (and a so so day of real work) and found out that the variable I could swear was being used

[Zope] String manipulation

2000-09-26 Thread Spicklemire, Jerry
"how can I manage it to cut a string. for example: a string property (testtext) with 500 words. but only want to give out 20 characters of tis text." Python sequence slicing syntax can be done with DTML, like so: wher the '[:20]' means from the begining of the string, through the 20th "sli

Re: [Zope] Set access rule

2000-09-26 Thread Martijn Pieters
On Tue, Sep 26, 2000 at 03:55:58PM -0300, [EMAIL PROTECTED] wrote: > Quoting Martijn Pieters <[EMAIL PROTECTED]>: > > > On Mon, Sep 25, 2000 at 01:52:26PM -0300, Mario Olimpio de Menezes > > wrote: > > > I did an upgrade last week, from zope 2.1.6 to 2.2.1, using > > > Debian packages. > > >

Re: [Zope] String manipulation

2000-09-26 Thread Phil Harris
Jens, You have a few options: 1.Cut the string, hth Phil (ex. twinky-salesman) [EMAIL PROTECTED] - Original Message - From: jensebaer To: [EMAIL PROTECTED] Sent: Tuesday, September 26, 2000 8:28 PM Subject: [Zope] String manipulation Hi all, how can I manage it to cut a string

[Zope] String manipulation

2000-09-26 Thread jensebaer
Hi all,   how can I manage it to cut a string.   for example:   a string property (testtext) with 500 words.   but only want to give out 20 characters of tis text.   Thank you    Jens

Re: [Zope] [Fwd: Zope Question]

2000-09-26 Thread Martijn Pieters
On Tue, Sep 26, 2000 at 12:14:19PM -0400, Ryan Booz wrote: > I'm posting this question here because I know a while back some people > had mentioned they were using Zope. I'm trying to start using it, > getting used to the DTML and all the other stuff. I can get it running > with my Apache server

Re: [Zope] Set access rule

2000-09-26 Thread mario
Quoting Martijn Pieters <[EMAIL PROTECTED]>: > On Mon, Sep 25, 2000 at 01:52:26PM -0300, Mario Olimpio de Menezes > wrote: > > I did an upgrade last week, from zope 2.1.6 to 2.2.1, using > > Debian packages. > > Almost everything was correct, but site access no longer works. > > Zope 2.2

Re: [Zope] Bug or feature? :-)

2000-09-26 Thread brian
You don't even need the "Woohoo!" body. I'd be hard pressed to call that a feature, even though it is kinda cool. - Brian Wisti ([EMAIL PROTECTED]) http://www.COOLNAMEHERE.com On Tue, 26 Sep 2000, Jeff Hoffman wrote: > Hello, Zope

Re: [Zope] Bug or feature? :-)

2000-09-26 Thread Andy McKay
Nice. Sorry I dont think that counts as a feature :) You could do a world of hurt with that. > Hello, Zopers. > > Try this: > > Create a DTML Method in Zope. Give it an id of 'target', and give it the > following body: > > Woohoo! > > Now manage the folder that it is contained in. Instant tab

Re: [Zope] Zope.org FYI

2000-09-26 Thread Martijn Pieters
On Mon, Sep 25, 2000 at 04:02:00PM -0400, Shane Hathaway wrote: > Zope.org has been having some problems with memory leaks and "ghosts". > Please excuse the occasional interruption. > > Also, /Members is now a new kind of BTreeFolder. An update to the > BTreeFolder product will soon be released

Re: [Zope] Nasty subtle security bug - Me Too

2000-09-26 Thread Shane Hathaway
On Tue, 26 Sep 2000, Martijn Faassen wrote: > Shane Hathaway wrote: > > Martijn Faassen wrote: > > > General problem description: > > > > > > For a ZClass instance/external methods that is only viewable by > > > users with a particular role, the view operation fails if that role > > > is o

[Zope] Bug or feature? :-)

2000-09-26 Thread Jeff Hoffman
Hello, Zopers. Try this: Create a DTML Method in Zope. Give it an id of 'target', and give it the following body: Woohoo! Now manage the folder that it is contained in. Instant tab augmentation! :-) --Jeff --- Jeff K. Hoffman 704.849.0731 x108 Chief Technology

Re: [Zope] Nasty subtle security bug - Me Too

2000-09-26 Thread Martijn Faassen
Shane Hathaway wrote: > Martijn Faassen wrote: > > General problem description: > > > > For a ZClass instance/external methods that is only viewable by > > users with a particular role, the view operation fails if that role > > is only added to a user in a place deeper in the folder tree th

Re: [Zope] ZFormulator -- how to make an SQL insert?

2000-09-26 Thread Martijn Faassen
Mike Renfro wrote: > I looked in the archives for anything concerning this, and came up > empty. I have zformulator set up with postgres, and it appears to work > fine, except that I've not found the zen to make it actually do an SQL > insert -- I know the GetSQL method will extract the proper cod

[Zope] Zope Dies with FastCGI

2000-09-26 Thread Ronald L. Roeber
I have the following set-up under which Zope occasionally dies. Zope 2.2.2 (same happened with 2.2.0 and 2.2.1) RedHat Linux 6.2 Apache 1.3.12 - with fastcgi/2.2.8 and OpenSSL/0.95a I'm running Zope with Fastcgi and using Apache rewrite rules to redirect all URLs that contain "manage" to https

Re: [Zope] PyGreSQLDA

2000-09-26 Thread Oleg Broytmann
On Tue, 26 Sep 2000, Leichtman, David J wrote: > Has anyone had significant speed issues using the PyGreSQLDA? It seems like > I'm only getting one DB connection at a time. Is this an issue with the DA, > with Zope, or am I doing something wrong? I have a pgsql db running just I have 3 connect

[Zope] Re: Zope Question

2000-09-26 Thread Chris McDonough
- Original Message - From: "Ryan Booz" <[EMAIL PROTECTED]> To: "Comp Ed List" <[EMAIL PROTECTED]> Sent: Monday, September 25, 2000 3:03 PM Subject: Zope Question > Hey gang, > > I'm posting this question here because I know a while back some people > had mentioned they were using Zope.

[Zope] [Fwd: Zope Question]

2000-09-26 Thread Ryan Booz
Hey gang, I'm posting this question here because I know a while back some people had mentioned they were using Zope. I'm trying to start using it, getting used to the DTML and all the other stuff. I can get it running with my Apache server, and that's all well and good. But I have these tw

[Zope] PyGreSQLDA

2000-09-26 Thread Leichtman, David J
Has anyone had significant speed issues using the PyGreSQLDA? It seems like I'm only getting one DB connection at a time. Is this an issue with the DA, with Zope, or am I doing something wrong? I have a pgsql db running just fine, and in Zope I have a connection instantiated at the top level that

[Zope] ZFormulator -- how to make an SQL insert?

2000-09-26 Thread Mike Renfro
I looked in the archives for anything concerning this, and came up empty. I have zformulator set up with postgres, and it appears to work fine, except that I've not found the zen to make it actually do an SQL insert -- I know the GetSQL method will extract the proper code, but am I missing somethi

Re: [Zope] http://webcompare.internet.com/

2000-09-26 Thread ethan mindlace fremen
Hung Jung Lu wrote: > I just ran across this website: http://webcompare.internet.com/ > > Interesting that I did not see anything on Zope. Shouldn't we write > something to [EMAIL PROTECTED] and let them know about Zope? > > (Look also under > http://serverwatch.internet.com/appservers.html

Re: [Zope] trouble with SiteAccess; can't manage subtree mapped to inaccessible domain name

2000-09-26 Thread ethan mindlace fremen
Fred Yankowski wrote: > I'm glad to have SiteAccess. In combination with the Apache ProxyPass > method it's been > working well to host several domains from the same Zope/Zserver > instance. Very cool. It _did_ take me while to realize that I

Re: [Zope] 1000-record limit?

2000-09-26 Thread Christopher J. Kucera
D'oh . . . The sad part is that I remember now that I've actually *done* that before. :P Next time I'll try getting some sleep before I send out an email like that. :) Thanks for the help! -CJ Petru Paler wrote: > > On Tue, 26 Sep 2000, Christopher J. Kucera wrote: > > > We're running a som

Re: [Zope] 1000-record limit?

2000-09-26 Thread Petru Paler
On Tue, 26 Sep 2000, Christopher J. Kucera wrote: > We're running a somewhat older release of Zope with ZOracleDA, and > we've run up against a 1000-record limit when returning data for > reports, etc. I know that this is intended behavior (careful_range > in DT_Util.py), but I'm wondering what

[Zope] 1000-record limit?

2000-09-26 Thread Christopher J. Kucera
Greetings! I know I saw this discussed a long time ago, but I completely failed to find the thread anywhere, so here goes . . . We're running a somewhat older release of Zope with ZOracleDA, and we've run up against a 1000-record limit when returning data for reports, etc. I know that this is i

[Zope] ZClass + ZSQLmethods bug in 2.2.2?

2000-09-26 Thread Alexander Schonfeld
Hi, I've seen lots of ZSQLmethods patches and such and tried a few of them under 2.1.6, but thought upgrading to 2.2.2 would fix this problem. It didn't. Basically: 1. Create a ZClass 2. Inside create a DTML method and ZSQLmethod 3. from the dtml method call the ZSQLmetho

Re: [Zope] RedHat site mentions Zope (SuSE too!)

2000-09-26 Thread Joachim Werner
I checked: Zope 2.1.6 is shipped with the DeLuxe and Server versions of RedHat 7.0, but not with the Standard edition. They have split Zope into a couple of separate packages. On the web page they mention Zope a couple of times! BTW: Zope (also the 2.1.6) is also on the SuSE 7.0 (Professional)

[Zope] Newbie-question on ZCatalog

2000-09-26 Thread Marc Breitenreicher
Hi, I'm trying to build a Catalog with a report table just as the one on http://classic.zope.org:8080/Collector/tableBrowse?cfDescAndTitle=catalog That's a table with document-title, date and the first 30 words of the document-content. My problem: how can I insert the content into the ZSearch r

[Zope] Help needed with namespace

2000-09-26 Thread a . wacknitz
Hello all, after updating to Zope-2.2.0 I have problems with ZSQL methods. It seems as if the namespace of ZSQL methods has changed sind Zope-2.1.x. I cannot access the AUTHENTICATED_USER object anymore - it is not known to ZSQL methods: gives an "Missing input variable, AUTHENTICATED_USER" erro

Re: [Zope] WorldPilot has the bits...

2000-09-26 Thread John Chandler
> > Any ideas how the sync would be done? > > > > WorldPilot has the ability to do this, allegedly. WorldPilot's Palm side of things was still broken last I checked (last week, IIRC) - it was complaining of login errors, though you could login happily through other means. Get the freshest versi

Re: [Zope] Use of the :records variable type and ZSQL methods

2000-09-26 Thread Rik Hoekstra
Calvin Parker wrote: > > > > Error Type: Bad Request > > > Error Value: ['Field1', 'Field2'] > > > > > > Here is the code I used and sqlTest is the ZSQL Method that > > just inserts the > > > two fields into a test DB: > > > > > > > > > > > > > > > > > > What am I doing wrong? > > > > > > >

Re: [Zope] Favorites

2000-09-26 Thread Phil Harris
rishi, What does the ASP script look like? Send me a copy privately if you want, I'll scan through and see if I can make any suggestions. Phil (ex. ASP thingy 8¬)) [EMAIL PROTECTED] - Original Message - From: "rishi" <[EMAIL PROTECTED]> To: "'Tino Wildenhain'" <[EMAIL PROTECTED]> Cc: <

[Zope] Download Problems & File Extensions

2000-09-26 Thread Chris Withers
> Suzette Ramsden wrote: > > > > I have had this same problem downloading squishdot zip files and I don't > > know if it is something I am doing. > > When I attempt to unzip the file, I keep getting: > > "error reading header after processing 0 entries" I've seen this happen due to a couple of th

Re: [Zope] multiple ZOPE ...

2000-09-26 Thread Simon Coles
>We host zope using mutliple installations of zope. Yes, that's what we do for our "Professional" Zope hosting. For "FreeZope", you just get your own folder, and it lives under http://freezope.nipltd.net/yourplace. We have a standard list of products, and we don't allow people any more. > I

RE: [Zope] Favorites

2000-09-26 Thread rishi
Thank dewd but doesn't give the info I'am looking for. I allready tried that and a lot more. I did get a asp script for this but I can't implement it into zope. -Original Message- From: Tino Wildenhain [mailto:[EMAIL PROTECTED]] Sent: dinsdag 26 september 2000 8:27 To: [EMAIL PROTECTED