Ticket #654 (closed enhancement: fixed)
Fine grained permissions for Wiki pages
| Reported by: | MishaS | Owned by: | athomas |
|---|---|---|---|
| Priority: | high | Milestone: | 0.11 |
| Component: | wiki system | Version: | 0.10 |
| Severity: | major | Keywords: | PermissionPolicy |
| Cc: | kkatzke@… |
Description
Are there any plans for such a thing? As far as I understood, ticket:157 relates to subversion repository only.
My first idea (I do not know how it's feasible) would be to create a special Wiki Processor (as described in WikiProcessors), for example
{{{
#!authz
* =
authorized = r
bob = rw
harry = rw
}}}
the only issue here i see is that those processors can have only one effect -- putting some text into output "stream". while in this case, the effect should be somewhat different.
Attachments
Change History
Note: See
TracTickets for help on using
tickets.


