RE: [Zope-dev] SiteAccess improvements

2001-11-25 Thread Trevor Toenjes
What do you want to happen during traversal? Evan's Embedded Session Values is his suggested use of SiteAccess2 http://www.zope.org/Members/4am/SiteAccess2/otheruse I simply need to add a dtml-var smallscript(writing to a database) after a valid SessionID is set. However, 'smallscript' cannot

RE: [Zope-dev] SiteAccess improvements

2001-11-25 Thread Trevor Toenjes
I like this point. SiteAccess should kick an error if you do something stupid, but not lock you out of the ZMI. Maybe, authenticated gets a 'manage' wrapper(header/footer) around the AccessRule dtml-unless REQUEST.path[0][:6]=='manage' or REQUEST.path[-1][:6]=='manage' ...the AccessRule

Re: [Zope-dev] SiteAccess improvements

2001-11-25 Thread Dieter Maurer
Gary Poster writes: Hi. My main project right now is actually to build a VHM replacement for myself to solve some needs I had. . * I need the ability to store arbitrary properties for each virtual host. In particular, the correlary of my current work is to provide a

[Zope-dev] Overriding base class method / CatalogAware mixin

2001-11-25 Thread sean . upton
I'm having the same problem described in: http://lists.zope.org/pipermail/zope-dev/1999-November/002427.html My class inherits from a few base classes including CatalogAware as a mixin; I'm trying to override a method in my core API superclass (which uses MySQLdb, and thus mx-DateTime), with a