diff options
author | Joey Hess <joey@kodama.kitenet.net> | 2008-10-08 17:47:38 -0400 |
---|---|---|
committer | Joey Hess <joey@kodama.kitenet.net> | 2008-10-08 17:47:38 -0400 |
commit | d3ca495e61e0e9d66095b1aba2fd1995e564e841 (patch) | |
tree | 1421821b8f15867d5ab5563ca6a4353e3021832c /doc/todo | |
parent | 240b58c36c0d3ed9ecf89fc005364b769d0caf8e (diff) |
lockedit: Support specifying which users (and IP addresses) a page is locked for. This supports most of the ACL type things users have been wanting to be done. Closes: #443346 (It does not control who can read a page, but that's out of scope for ikiwiki.)
Diffstat (limited to 'doc/todo')
-rw-r--r-- | doc/todo/ACL.mdwn | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/todo/ACL.mdwn b/doc/todo/ACL.mdwn index 373f89364..e9fb2717f 100644 --- a/doc/todo/ACL.mdwn +++ b/doc/todo/ACL.mdwn @@ -44,7 +44,8 @@ Also see [[!debbug 443346]]. >> 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]] +>> would be sufficient. And [[done]], configurable via +>> [[plugin/lockedit]]'s `locked_pages`. --[[Joey]] I am considering giving this a try, implementing it as a module. Here is how I see it: |