Tim McLaughlin writes:
> my problem is that I need to be able to construct a zclass built by a user
> who no longer exists. My suspicion is that "nobody" does not have those
> privileges, and so it seems that I may be SOL :-(
My memory says:
everything under "control_panel" (this includes
Bob Weiner writes:
> ...
> So how does one get class attributes (one attribute instance per class)
> stored into and restored from ZODB?
I fear, it will not go.
But, you can take the object from the class and
put it as an object with a specific name (maybe
derived from the class name) in
anser writes:
> Second, I am MYSTIFIED (there's no better word) that DC is in such a rush
> to REQUIRE the use of Python 2.1 for Zope 2.4, when we're still waiting for
> Py 2.1 final to even come out. Why put all your eggs in that basket, and
> why force the community to choose between chan
> This is like transforming the URL www.website.com/member_name into
> www.website.com/unique_document?arg=member_name
>
> How can I do that ?
Look at the PathHandler product on zope.org. Python Scripts on theri own
might be able to do this too. Futz with the sub-traversal path or whatever
it's c
On Fri, Apr 13, 2001 at 03:52:35PM -0400, Chris McDonough wrote:
> This isn't a bug, it's a feature. A bad one, likely, as there's no easy way
> to turn it off. ;-) I believe that if you turn off "Access Contents
> Information" permission for anonymous on the root folder, a WebDAV directory
> l
Hi, I have a website where members can sign up.
I want to give each of my members their own URL, in the format
www.website.com/member_name
But I don't want to create a Zope document for each member. Instead, I want
to be able to find out what the member name is, and then fetch some data in
my
On Sat, Apr 14, 2001 at 09:07:52AM -0400, Brian Lloyd wrote:
> > For one, it doesn't seem possible to move an object more up to the root
> > (or anywhere not *below* the folder the object was cut/copied from). This
> > is partially due to the fact that the __cp (clipboard) cookie has
> > it's path
> For one, it doesn't seem possible to move an object more up to the root
> (or anywhere not *below* the folder the object was cut/copied from). This
> is partially due to the fact that the __cp (clipboard) cookie has
> it's path
> set to it's originating folder. I.e move /foo/bar/a to /foo/a or
>
Hi all,
Zope seems to behave weird/inconsistently when copy/cut/pasting objects
from folder (-objects) to folder (-objects).
For one, it doesn't seem possible to move an object more up to the root
(or anywhere not *below* the folder the object was cut/copied from). This
is partially due to the
Hi, I have a website where members can sign up.
I want to give each of my members their own URL, in the format www.website.com/member_name
But I don't want to create a Zope folder for each member. Instead, I want to be able to find out what the member name is, and then fetch some data in my datab
10 matches
Mail list logo