Re: [Zope3-Users] Get anonymous and logged users

2008-04-07 Thread Chris Withers
David Pratt wrote: I was thinking of a small wsgi app that puts ip into a database or dict and remove ips if they are not active within a time interval. Sessions will give logged users so they can be differentiate with anonymous. Think that should do it. Seems simple enough, any other ideas?

[Zope3-Users] Re: [Zope-dev] Re: testing a meta-egg

2008-04-07 Thread Jim Fulton
On Apr 7, 2008, at 2:15 AM, Christian Zagrodnick wrote: On 2008-04-04 14:22:06 +0200, Jim Fulton <[EMAIL PROTECTED]> said: On Apr 4, 2008, at 7:14 AM, Adam GROSZER wrote: Hello, Is there a sane way (or recipe) out there that makes testing a meta-eggs easier? As I see now, I'll need to enter a

Re: [Zope3-Users] Get anonymous and logged users

2008-04-07 Thread David Pratt
Hi Chris. Yes, I was looking at using sqlite for this. A guestimate is all you are going to get for anonymous users for sure. Regards, David Chris Withers wrote: David Pratt wrote: I was thinking of a small wsgi app that puts ip into a database or dict and remove ips if they are not active wi

[Zope3-Users] Re: testing a meta-egg

2008-04-07 Thread Christian Zagrodnick
On 2008-04-07 13:12:15 +0200, Jim Fulton <[EMAIL PROTECTED]> said: It might be better to just provide a variable containing all the dependent eggs like ${test:dependent-eggs}. You could do what ever you want then. How would that help? Oh, when writing that mail I thought one could do [t

[Zope3-Users] z3c.form traversable widget

2008-04-07 Thread Fernando Correa Neto
Hi there. I am trying to port z3c.widget.namespace so I can use what I had in zope.formlib already and I am having a hard time here. The namespace code is very simple and is almost identical with z3c.widget.namespace. The only difference is that I've registered the view to z3c.form.interface.IWid