aboutsummaryrefslogtreecommitdiff
path: root/IkiWiki/Plugin/anonok.pm
Commit message (Collapse)AuthorAge
* Group related plugins into sections in the setup file, and drop unused rcs ↵Joey Hess2010-02-11
| | | | plugins from the setup file.
* finalise version 3.00 of the plugin apiJoey Hess2008-12-23
|
* Coding style change: Remove explcit vim folding markers.Joey Hess2008-12-17
|
* anonok is safeJoey Hess2008-08-03
|
* add plugin safe/rebuild info (part 1 of 2)Joey Hess2008-08-03
| | | | too many plugins.. brain exploding..
* remove description_html, add linkJoey Hess2008-08-03
|
* websetup form display doneJoey Hess2008-08-02
|
* add description_htmlJoey Hess2008-08-02
|
* add missing setup options, tweak others' displayJoey Hess2008-07-26
|
* added getsetup hooks for all plugins up to recentchangesJoey Hess2008-07-25
|
* avoid uninitialised valueJoey Hess2008-05-02
|
* anonk: Add anonok_pagespec configuration setting that can be used to allow ↵Joey Hess2008-05-01
| | | | anonymous users to edit only matching pages. Closes: #478892
* * pagespec_match() has changed to take named parameters, to better allowjoey2007-04-27
| | | | | | | | | for extended pagespecs. The old calling convention will still work for back-compat for now. * The calling convention for functions in the IkiWiki::PageSpec namespace has changed so they are passed named parameters. * Plugin interface version increased to 2.00 since I don't anticipate any more interface changes before 2.0.
* * Add canedit hook, allowing arbitrary controls over when a page can bejoey2007-02-02
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.