From 5f162cfd344f6b75fa39a57be4b3d488cadd1535 Mon Sep 17 00:00:00 2001 From: joey Date: Fri, 2 Feb 2007 02:33:03 +0000 Subject: * Add canedit hook, allowing arbitrary controls over when a page can be edited. * Move code forcing signing before edit to a new "signinedit" plugin, and code checking for locked pages into a new "lockedit" plugin. Both are enabled by default. * Remove the anonok config setting. This is now implemented by a new "anonok" plugin. Anyone with a wiki allowing anonymous edits should change their configs to enable this new plugin. * Add an opendiscussion plugin that allows anonymous users to edit discussion pages, on a wiki that is otherwise wouldn't allow it. * Lots of CGI code reorg and cleanup. --- doc/todo/discuss_without_login.mdwn | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 doc/todo/discuss_without_login.mdwn (limited to 'doc/todo') diff --git a/doc/todo/discuss_without_login.mdwn b/doc/todo/discuss_without_login.mdwn new file mode 100644 index 000000000..74f3cde70 --- /dev/null +++ b/doc/todo/discuss_without_login.mdwn @@ -0,0 +1,19 @@ +# Discuss without login? Or feedback forum? Or fine-tuned per-page access control? + +Any plugin or option for allowing website visitors to edit the discuss page without logging in (without having ikiwiki accounts)? + +Or any plugin to add a feedback form (and maybe threads) to extend a Wiki webpage? + +Or is there per-page access control that can be fine-tuned to lock some users or groups for specific pages? +(The [[pagespec]] does show a way to lock all pages except for Discussion pages, but I want some users to also be able to edit other pages.) + +I want a way for website visitors to be able to give feedback on the wiki pages without having to sign up or log in. +I don't want them to be able to edit the exiting wiki pages except maybe Discussion page. + +(For some reason, it seems like I asked this before ...) + +--JeremyReed + +[[todo/Done]]; there's now a plugin interface for this and several nice +plugins including one allowing [[plugins/opendiscussion]]. More special-purpose +(and less wiki-like plugins) can be added based on this. --[[Joey]] -- cgit v1.2.3