Re: [Zope3-Users] Infrastructure Requirements?

2007-02-20 Thread Chris Withers
Dan Buch wrote: security: 100% authenticated, all the time (TLS/SSL?) TLS/SSL has little to do with authentication. What percentage of your users will be logged in using a password/sso/nltm/etc? activities: 90% reading 10% modifying objects Yeah, you'll have no problems with zodb based

[Zope3-Users] problem trying to use layers in a custom skin

2007-02-20 Thread Shaar Gabriel
hi. (using zope 3.3.0) i'm trying to make my own skin, using rotterdam as a basic layer, and adding my own layer. this is what i have so far : the classes : class jzclean(IBrowserRequest): Layer for registering jzclean-specific resources. class JZClean(jzclean, rotterdam,

[Zope3-Users] Early Zope versus Plone versus Zope3???

2007-02-20 Thread Fast Primes
For the newbie, is there a conceptual overview of early Zope and it's subsequent developement into Plone and Zope3? I understand that Zope3 is a complete rewrite from a clean sheet of Zope, right? If so, what flaws or impediments in regular Zope (pre 3), made this necessary--or external

[Zope3-Users] Re: Early Zope versus Plone versus Zope3???

2007-02-20 Thread Philipp von Weitershausen
Fast Primes wrote: For the newbie, is there a conceptual overview of early Zope and it's subsequent developement into Plone and Zope3? I understand that Zope3 is a complete rewrite from a clean sheet of Zope, right? If so, what flaws or impediments in regular Zope (pre 3), made this

Re: [Zope3-Users] Infrastructure Requirements?

2007-02-20 Thread Dan Buch
What percentage of your users will be logged in using a password/sso/nltm/etc? 100% Ideally... even for read-only :) activities: 90% reading 10% modifying objects Yeah, you'll have no problems with zodb based on those figures... Our plan is to have Zope talk to MSSQL, MySQL, etc. and

RE: [Zope3-Users] Menus

2007-02-20 Thread Roger Ineichen
Hi David Subject: [Zope3-Users] Menus I am curious what methods people use to implements simple web site menus? It seems to be this must be a common task. So far I've done this as follows: 1. Create a skin 2. Create a content type Menu as Ordered Container 3. Create a content type

[Zope3-Users] OrderedContainer.keys() does not return newely added key in ObjectAddedEvent

2007-02-20 Thread Alek Kowalczyk
Hi, I have subscribed to the ObjectAddedEvent for my OrderedContainer. There is the a strange behavior in the event handler: - myObj is my contained object - myObj.__parent__ is my OrderedContainer. 1. this returns True when called in the event handler: myObj.__name__ in myObj.__parent__ 2. this

Re: [Zope3-Users] problem trying to use layers in a custom skin

2007-02-20 Thread Volker Bachschneider
Shaar Gabriel schrieb: hi. (using zope 3.3.0) i'm trying to make my own skin, using rotterdam as a basic layer, and adding my own layer. Try something like this: interfaces.py - Mini-Interfaces from zope.app.rotterdam import Rotterdam class IMiniSkin(Rotterdam): Mini-Skin

[Zope3-Users] Re: OrderedContainer.keys() does not return newely added key in ObjectAddedEvent

2007-02-20 Thread Philipp von Weitershausen
Alek Kowalczyk wrote: Hi, I have subscribed to the ObjectAddedEvent for my OrderedContainer. There is the a strange behavior in the event handler: - myObj is my contained object - myObj.__parent__ is my OrderedContainer. 1. this returns True when called in the event handler: myObj.__name__ in

Re: [Zope3-Users] Re: OrderedContainer.keys() does not return newely added key in ObjectAddedEvent

2007-02-20 Thread Marius Gedminas
On Tue, Feb 20, 2007 at 07:53:14PM +0100, Philipp von Weitershausen wrote: Alek Kowalczyk wrote: I have subscribed to the ObjectAddedEvent for my OrderedContainer. There is the a strange behavior in the event handler: - myObj is my contained object - myObj.__parent__ is my OrderedContainer.

[Zope3-Users] Zope3 groups and such

2007-02-20 Thread Robert Hicks
Are there any meetings in Virginia or round abouts? Robert ___ Zope3-users mailing list Zope3-users@zope.org http://mail.zope.org/mailman/listinfo/zope3-users