Re: [Zope] Re: implicit vs. explicit ownership?

2005-10-27 Thread Chris Withers
Tres Seaver wrote: The Owner role is something of a dead chicken. Don't rely on it and ignore it as best you can unless you're really sure what you're doing... I don't know why you would say that. The "Owner" local role (as opposed to executable ownership) is widely used to allow creators of c

Re: [Zope] Re: implicit vs. explicit ownership?

2005-10-21 Thread Chris Withers
Jürgen Herrmann wrote: hmm, i'm a bit confused now. do you say that changeOwnershipType() only has to do with "executeable ownership"? Yep, I think so... especially i have to know which methods of the IOwned interface are essential and have to be reimplemented properly on my objects. Why do

Re: [Zope] Re: implicit vs. explicit ownership?

2005-10-20 Thread Jürgen Herrmann
[ Florent Guillaume wrote:] > Jürgen Herrmann wrote: >> in AccessControl.Owned.Owned: >> >> def manage_changeOwnershipType(explicit=1, RESPONSE=None, >> REQUEST=None): >> """Change the type (implicit or explicit) of ownership. >> """ >> >> can somebody please explain what's the