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
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 OrderedCont
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 m
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):
"""Mi
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
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 conten
> 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, e
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 necessary
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 change
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, IDefaultBr
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 o
11 matches
Mail list logo