Re: [Repoze-dev] repoze.what and nested, hierarchical groups

2009-09-04 Thread Yannick Bréhon
I thought I had sent this email, but I had some mailer troubles, so I think I didn't go through... :( - Hello, and thanks for the answer! I was looking through the code this afternoon a little. I was thinking that maybe I could implement this myself

Re: [Repoze-dev] repoze.what and nested, hierarchical groups

2009-08-29 Thread Gustavo Narea
Bonjour, Yannick. The predicate checkers are fine, the problem is that the so-called source adapters [1] don't support nested groups yet. I myself need this too, so it should be implemented at some point. Although unfortunately it won't happen in the next few weeks, because I won't have

[Repoze-dev] repoze.what and nested, hierarchical groups

2009-08-28 Thread y . brehon
Hello, I would like to use repoze.what (in a turbogears 2.0 context)in conjunction with nested groups. For instance, I would like to be able to have a group belonging to another group, and so on. Users could be a part of any group also of course. This is not trivial using the current system: if