diff options
author | Joey Hess <joey@gnu.kitenet.net> | 2010-01-04 19:40:33 -0500 |
---|---|---|
committer | Joey Hess <joey@gnu.kitenet.net> | 2010-01-04 19:40:33 -0500 |
commit | 264f46989470db93293938e327744554b5177f82 (patch) | |
tree | 0251e397f23753980b2a543d5c110200517b2c54 /debian/changelog | |
parent | 3e6331127b57fe4f3e48d3cf10536b2f2b70eefb (diff) |
lockedit can make sense with no auth plugins
On second though, you might want a wide-open wiki with some locked
pages that cannot be edited online.
So, the right thing for lockedit to do when there are no auth plugins is
to just say the page cannot be edited.
Diffstat (limited to 'debian/changelog')
-rw-r--r-- | debian/changelog | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/debian/changelog b/debian/changelog index 2c121ef54..aa4f1ac3c 100644 --- a/debian/changelog +++ b/debian/changelog @@ -4,8 +4,6 @@ ikiwiki (3.20100104) UNRELEASED; urgency=low (Sjoerd) * signinedit: Auto-disable the plugin when all authentication methods are disabled. - * lockedit: Detect if no authentication plugins are enabled, and - die with an error message as this configuration does not make sense. -- Joey Hess <joeyh@debian.org> Mon, 04 Jan 2010 12:53:24 -0500 |