[Zope] zope, worldpilot, IMAP, POP...

2000-12-20 Thread marc lindahl
I've been investigating how to do web-based email for zope users... it seemed like worldpilot was cool (BTW, where is it??) Then I was talking to a friend, who mentioned vaguely something about perl-script that implemented a yahoo or hotmail type system, and it solved the problem of username/pass

Re: [Zope] Anonymous user

2000-12-20 Thread Priya Ramkumar
Hi Jim I tried typing the following url but it still logs in as "anonymous user". The cookies are also disabled in my browser. priya >Put the username and password in the url like this: > >http://managername:[EMAIL PROTECTED]/manage > >-- Jim Washington > >> Priya Ramkumar wrote: >> >> Hi >>

Re: [Zope] WG: [Support] -

2000-12-20 Thread Jack Ungerleider
This is just a guess, make sure that the user you are attempting to run Zope as has write access to the zope directory tree. I think this is mentioned somewhere in the installation docs but I'm not sure. I run Zope under SuSE and what I usually do is create the directory I intend to install wit

[Zope] why I don't use popen2 any more

2000-12-20 Thread Dennis Nichols
In the for what it's worth department... Using Linux (RH 6.2), Zope 2.2.2, Python 1.5.2 I wanted to run a unix command from my External Method that I wrote using Python. Digging around in Zope archives and other sources, I came up with a method that worked, of which this is a fragment: i

Re: [Zope] How to make two racks work under one specialist?

2000-12-20 Thread Dirksen
Hi Steve, Deliverables has objects. The call to existent objects are successful. It's the call to the inexistent objects that doesn't turn out expectedly. But the first thing is whether my script is correct. Do you thing so? And any other way to test this kind of situation, i.e. passing processi

[Zope] no hasattr() in Python Script?

2000-12-20 Thread System Administration
I'm trying to call a Python Script from a DTML method using in order to edit some numeric properties of an object. I have "self" as the parameter list. If I set the object's property "foo" to "123" and make edit return(self.foo) I get "123". That's good. I'd like to be able t

[Zope] custom __of__

2000-12-20 Thread Randall F. Kern
This is something that I still don't quite understand. I have a set of (python, Folder derived) objects, which are children of a Folder derived python class. Each of these in turn has another, related python object. / a ab1 ab2 ab3

Re: [Zope] Stupid Newbie: Define permissions

2000-12-20 Thread Dieter Maurer
Milos Prudek writes: > ... "Define permissions" tab for ZClasses ... I found that the respective description in the upcoming Zope book was not bad. Dieter ___ Zope maillist - [EMAIL PROTECTED] http://lists.zope.org/mailman/listinfo/zope ** No cro

Re: [Zope] [BUG] Background processes interfere with Zope's HTTP responses

2000-12-20 Thread Dieter Maurer
Hi Steve, Steve Spicklemire writes: >Hmm.. I just tried this with my highly experimental product > (LocalProc 0.0.1) and I didn't observe the same effect that you did > behind my Proxy Server. Whether you see this effect or not depends on the HTTP processing in the chain between your b

Re: [Zope] How to traverse a subtree ?

2000-12-20 Thread Dieter Maurer
Andreas Jung writes: > Inside a product I need a function that walks through all objects > of the current folder and all subfolders and collects all objects > that have the same type as the products itself (similiar to os.path.walk()). > What would be the best solution for this problem ? "Zope

Re: [Zope] weired zope behaviour

2000-12-20 Thread Dieter Maurer
Bak@kedai writes: > ... single Zope thread uses all resources ... With Zope 2.2, the ControlPanel contains a "Debug" section. You can see there, what requests are pending. That might give you a hint. Dieter ___ Zope maillist - [EMAIL PROTECTED] ht

[Zope] downgrading from 2.1.x from 2.2.0 to use NTuser authentication

2000-12-20 Thread Erik Myllymaki
I would really like to use the jc/ntuserfolder products but see that they haven't been brought up to speed with the new 2.2.x security model. Will downgrading to 2.1.x render my site inaccessible? What will I have to change security wise so I can use these pages from the old version? Alternativel

[Zope] Re: I guess i found a new ZCatalog problem (on meta-type) ??

2000-12-20 Thread Didier Georgieff
On 20 Dec 2000, at 20:13, Didier Georgieff <[EMAIL PROTECTED]> ([EMAIL PROTECTED]) wrote: > I'm on 2.2.4 with the 3 latest Hotfix, Transparent Folder 0.3 and your > catalog path. Well, i mean Petrilli's latest ZCatalog PATCH (and not path, sorry) Didier. __

RE: [Zope] LoginManager - logging out

2000-12-20 Thread Oliver Bleutgen
> Thanks for the tips: > 1)the logout method work with shift+reload in IE (how would clear cached > pages from zope?) > 2)the method does not allow me to log > back > in even when I try a redirect to a different page. > I am wondering if something is set incorrectly on my browser. If (2) works >

Re: [Zope] Precompiled w/Apache?

2000-12-20 Thread Rick Munday
>Now we add our inverse proxy directives, within the main context: >ProxyPass /Zope/ http://fightclub.org:8080/ >ProxyPassReverse /Zope/ http://fightclub.org:8080/ Do they mean enter this as an addition to the httpd.conf DocumentRoot tag? Rick _

[Zope] LoginManager+BasicCookieAuthentication

2000-12-20 Thread Robert Senger
Hi all, does anybody know how I can get rid off this ugly 'traceback' in the loginForm object Zope displays when using LoginManager and BasicCookieAuthentication? I want to customize the look of the loginForm to fit into the design of the rest of my pages. Thanks! -- Dipl.-Phys. Robert Senge

[Zope] I guess i found a new ZCatalog problem (on meta-type) ??

2000-12-20 Thread Didier Georgieff
Hello, * I have a regular Catalog. * It is used by Yihaw (ZClass product, CatalogAware, with contained ZClasses). * I done the normalize_paths (0 updated) * I can browse the catalog without any problem and acces the objects *** method testCatalog1 OUTSIDE INSIDE produce only : OUTSIDE whil

[Zope] Stupid Newbie: Define permissions

2000-12-20 Thread Milos Prudek
Hi all, I understand permissions and proxying, but I feel like mentally challenged when trying to understand the following Define permissions tab in ZClass: * This interface is used to define how the operations of this object (or objects that acquire permission settings from this object)

RE: [Zope] LoginManager - logging out

2000-12-20 Thread Mohan Baro
Thanks for the tips: 1)the logout method work with shift+reload in IE (how would clear cached pages from zope?) 2)the method does not allow me to log back in even when I try a redirect to a different page. I am wondering if something is set incorrectly on my browser. If (2) works for you it must

[Zope] Fwd: [Zope-dev] kill_zombies

2000-12-20 Thread Júlio Dinis Silva
I read in HISTORY.txt that something was fixed for Zope 2.0 but I'm not having sucess with this channel killing. Is there another way, external_method or something, to kill a specific channel which is zombie? Thanx, Júlio Dinis Silva >From: "Júlio Dinis Silva" <[EMAIL PROTECTED]> >To: [EMAIL PR

Re: [Zope] Precompiled w/Apache?

2000-12-20 Thread Edward Muller
Even if you compiled zope...on a PII 450 it only took a few minutes... and the process was (minus the apache stuff)... get source tar.gz unpack in a location run python w_pcgi (or python wo_pcgi) (wo or w is dependant on if you want pcgi or not...you probably want wo_pcgi) chown -R user.grou

RE: [Zope] LoginManager - logging out

2000-12-20 Thread Oliver Bleutgen
>> reminded of a previous post in which someone suggested >> http://garbage:x@yourSite would also clear the browser's credential. >> Much faster and works in IE and Konqueror, but not Navigator or lynx. Very >> easy to test, too. >Its just not working for me. > >I am going to try LoginManag

RE: [Zope] Precompiled w/Apache?

2000-12-20 Thread Jonathan \(ListServ Account\)
> Well, I found it but - It's compiled against an older glibc... > > Oh well. Looks like I'll miss the deadline to get the demo up, Unless > someone has some magic to pull somehow. Uncle Jonathan's Magic Zope Recipe is here ;) - Get a binary release of Zope and unpack into /usr/local for ex

RE: [Zope] LoginManager - logging out

2000-12-20 Thread Mohan Baro
Its just not working for me. I am going to try LoginManager + ZPatterns (hope it has a handy logout feature) Mohan. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of Bill Welch Sent: Wednesday, December 20, 2000 9:45 AM To: [EMAIL PROTECTED] Subject: Re:

Re: [Zope] ftp ZSQL Methods

2000-12-20 Thread Olaf Zanger
thanks a lot for help unfortunately i don't know how to patch, would you mind sending me a short line for this one? thanks in before olaf [Does anyone read the Collector?] now i know that there is one -- i am green in terms of open source -- but i try hard :-) -- soli-con Engineering Zanger

Re: [Zope] Precompiled w/Apache?

2000-12-20 Thread Rick Munday
Well, I found it but - It's compiled against an older glibc... Oh well. Looks like I'll miss the deadline to get the demo up, Unless someone has some magic to pull somehow. ___ Zope maillist - [EMAIL PROTECTED] http://lists.zope.org/mailman/listinf

RE: [Zope] LoginManager - logging out

2000-12-20 Thread Bill Welch
Up to this point, I've been talking about mechanisms for you, personally, to log out to switch between developer and user roles for testing. Clearly, these mechanisms aren't appropriate for the users of your site. I think LoginManager isn't the only choice, but I can't say, off hand, what the ot

RE: [Zope] read_raw() not allowed below root ?

2000-12-20 Thread Brian Lloyd
Didier - read_raw() is an internal api that should never have been exposed in the first place (as you've noticed, that hole has since been closed up). You probably want to use the 'document_src()' method, which does what you want and is protected by the 'View management screens' permission. Hop

RE: [Zope] LoginManager

2000-12-20 Thread Steve Drees
> Where do I get a copy of cPersistance.h? I need it to compile DynPersist.c You need to download the Zope src tarball if your going to build ZPatterns. (This note really should be in the installation instructions of ZPatterns.) ___ Zope maillist -

[Zope] Precompiled w/Apache?

2000-12-20 Thread Rick Munday
I thought I read where there is a tar ball with Zope and Apache precompiled to work together without Zserver? I'm on a deadline to get the demo project up and going, and not having to go through half a day of compiling this and that would be awesome. Any Ideas? Rick ___

Re: [Zope] Newbie: manage_changeProperties and wrong permission

2000-12-20 Thread Milos Prudek
> <--the point is to adress the propertysheet of the ZClass you are > adressing--> > >expr="propertysheets.Name_of_the_propertysheet.manage_changeProperties({'lstName':newlstName})"> But the lstName is not part of propertysheet of Fir ZClass. It is a simple property of 'cz' su

[Zope] read_raw() not allowed below root ?

2000-12-20 Thread Didier Georgieff
Hello, I have a new problem wich i suspect is related with the weird things i didn't solved yet. I still don't found if it's a misunderstanding about new 2.2 security (like setting a local role ONLY if you have this local role) or a real problem. I have a view_code method (stolen from Yihaw)

RE: [Zope] LoginManager

2000-12-20 Thread Mohan Baro
Where do I get a copy of cPersistance.h? I need it to compile DynPersist.c Mohan -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of Oliver Bleutgen Sent: Wednesday, December 20, 2000 7:20 AM To: [EMAIL PROTECTED] Cc: [EMAIL PROTECTED] Subject: Re: [Zope]

Re: [Zope] LoginManager - logging out

2000-12-20 Thread Bill Welch
Inspired by Jim Washington's recent post re 'Anonymous user', I was reminded of a previous post in which someone suggested http://garbage:x@yourSite would also clear the browser's credential. Much faster and works in IE and Konqueror, but not Navigator or lynx. Very easy to test, too. first,

[Zope] WG: [Support] -

2000-12-20 Thread Pascal Reinheimer
hello, i have installed zope-2.2.4-linux2-x86 completely on a suse linux 7.0 pro system ... when i exec the file "./start", i get the message: 2000-12-19T20:55:23 INFO(0) ZServer FTP server started at Tue Dec 19 21:55:23 2000 Authorizer:None Hostname: linux Port: 8021 ---

[Zope] Javascript won't refresh - Flush Cache??

2000-12-20 Thread Jonathan Byron
I have a few pages of javascript laden dtml for getting syndicated headlines from moreover.com. The first time I opened the pages in Zope, everything was fine. Since then, I get only the headlines from that day (Dec 14) - is there a cache that can be flushed to get the most up to date headli

Re: [Zope] Anonymous user

2000-12-20 Thread Jim Washington
Put the username and password in the url like this: http://managername:[EMAIL PROTECTED]/manage -- Jim Washington > Priya Ramkumar wrote: > > Hi > > Could anyone please help me with this problem? > > I changed the default permission for the Anonymous user by adding the > permission "View Ma

RE:[Zope] Newbie: manage_changeProperties and wrong permission

2000-12-20 Thread Sven Hohage
Hello Milos, I think the following is working: <--You pass via form the needed values--> <--Then you iterate over a certain meta-type in your folder--> <-- You have to put the correct meta-type you want--> <--and you compare the id of the found objects with any property y

Re: [Zope] How to make two racks work under one specialist?

2000-12-20 Thread Steve Spicklemire
Hi Dirksen, To which specialist did you make this change? and did you make any other changes? Also (I'm sure this is obvious and I'm really just confirming what I'm already sure you've checked..) is there an item in the Deliverable's rack with the id you checked? thanks, -steve _

Re: [Zope] Creating product with Python

2000-12-20 Thread Jerome Alet
On Wed, 20 Dec 2000, Ivan Somov wrote: > Missing doc string at: >http://localhost:8080/a/manage_addProduct/Boring/manage_addBoring > > I tried to change "manage_addBoring" method, and compared my product > with other working products, by there was no results from my attemptions. > What that

[Zope] How to traverse a subtree ?

2000-12-20 Thread Andreas Jung
Inside a product I need a function that walks through all objects of the current folder and all subfolders and collects all objects that have the same type as the products itself (similiar to os.path.walk()). What would be the best solution for this problem ? Tnx, Andreas __

[Zope] Creating product with Python

2000-12-20 Thread Ivan Somov
When I trying create an instance of class of my own product "Boring" with Python, Zope tells me: Missing doc string at: http://localhost:8080/a/manage_addProduct/Boring/manage_addBoring I tried to change "manage_addBoring" method, and compared my product with other working products, by the

Re: [Zope] LoginManager

2000-12-20 Thread Oliver Bleutgen
> Impo rtError: No module named DynPersist > does the LoginManager dependent from other product of zope? > Do you know which product of zope contians "DynPersist"? Reread the instructions for installing ZPatterns, they tell you how to compile Dynpersist.c. cheers, oliver __

[Zope] Anonymous user

2000-12-20 Thread Priya Ramkumar
Hi   Could anyone please help me with this problem?   I changed the default permission for the Anonymous user by adding the permission "View Management screens". So the next time I opened the site, and wanted to go into the management screen, it took me directly to the management screen. B

[Zope] Boolean property for ZClass-instance not checked(bug?)

2000-12-20 Thread Sven Hohage
Hello, in my property-sheet for a ZClass a boolean-property is checked, but in the instance(added programmatically)this property is always unchecked. I have to use "manage_changeProperty" to get her checked. Is this attitude tolerable! Don't think so. Any educational hint?? Thanks. __

[Zope] Re: [Zope]Newbie: manage_changeProperties and wrong permission

2000-12-20 Thread Milos Prudek
Sven Hohage wrote: > > Hallo Milos, > I'm not sure if I understand your problem right. > First of all what do you mean with 'Fir-class'?Is it a ZClass or a > usual Zope-Folder.I suppose a Zope-Folder!. Oh no. "Fir" is a Product, with a single Z Class "Fir". Within Fir there are two folders and t

Re: [Zope] How to make two racks work under one specialist?

2000-12-20 Thread Dirksen
Hi Steve, I've made my experiment simple, by playing with the DumbZPatterns examples, testing one rack under one specialist. Here is the skinscript: WITH Deliverables.getItem(self.id) COMPUTE name=name, dueDate=dueDate, description=description, todoIDs=todoIDs WITH SELF COMPUTE name=n

[Zope] Anonymous user

2000-12-20 Thread Priya Ramkumar
Hi   Could anyone please help me with this problem?   I changed the default permission for the Anonymous user by adding the permission "View Management screens". So the next time I opened the site, and wanted to go into the management screen, it took me directly to the management screen. B

[Zope] LoginManager

2000-12-20 Thread Kaeidinejad, Shahram
Hi Bill, I treid to install LoginManager 0.8.8.b1 too. But i got this error: 2000-12-20T10:49:53 ERROR(200) Zope Couldn't import Products.LoginManager Traceback (innermost last): File /server/opt/Zope-2.2.4/lib/python/OFS/Application.py, line 397, in import_products (Object: string) File

[Zope] SV: [Zope] Re: Network hangs

2000-12-20 Thread Petter Enholm
Hi, My advice to you is to run Zope and Apache on the same machine, and use Apache as the front-end for Zope. Apache gives much better support for virtual hosts using rewrite and proxy modules. I tried to do these things in Zope, but gave up as the rewrite possibilities in Zope is not very good.

[Zope] RE: [Zope]Newbie: manage_changeProperties and wrong permission

2000-12-20 Thread Sven Hohage
Hallo Milos, I'm not sure if I understand your problem right. First of all what do you mean with 'Fir-class'?Is it a ZClass or a usual Zope-Folder.I suppose a Zope-Folder!. You have to call the method "manage_changeProperties" on an Object. You find in the Zope Quick reference: ---

Re: [Zope] ftp ZSQL Methods

2000-12-20 Thread Stephane Bortzmeyer
On Wednesday 20 December 2000, at 7 h 47, the keyboard of Olaf Zanger <[EMAIL PROTECTED]> wrote: > is it possible to externally edit ZSQL Methods? Not with out-of-the-box Zope :-( A friendly Zopatista sent me a patch which works well and which