diff options
author | Joey Hess <joey@kodama.kitenet.net> | 2008-09-11 15:18:17 -0400 |
---|---|---|
committer | Joey Hess <joey@kodama.kitenet.net> | 2008-09-11 15:18:17 -0400 |
commit | 09efddfba3931a34a3b95cc61e9b96cbf9922bf5 (patch) | |
tree | 6adbc14ae3441ed015f1ecc9a3e4fb66710f62d0 /doc | |
parent | f77e2078726124efc9ab87b28c20b1d004012fcd (diff) |
response
Diffstat (limited to 'doc')
-rw-r--r-- | doc/todo/ACL.mdwn | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/doc/todo/ACL.mdwn b/doc/todo/ACL.mdwn index 827d4f6fa..fb496c518 100644 --- a/doc/todo/ACL.mdwn +++ b/doc/todo/ACL.mdwn @@ -41,6 +41,11 @@ Also see [[!debbug 443346]]. > would lock all pages unless you're john and editing a Discussion page. > It's a thought anyway :-). -- [[Will]] +>> Yes, writing per-user commit ACLs has become somewhat easier with recent +>> features. Breaking `match_user` out of attachment, and making the +>> lockedit plugin pass`user` and `ip` params when it calls `pagespec_match` +>> would be sufficient. --[[Joey]] + I am considering giving this a try, implementing it as a module. Here is how I see it: |