Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | add plugin safe/rebuild info (part 2 of 3) | Joey Hess | 2008-08-03 |
| | | | | (brain.. melting..) | ||
* | * opendiscussion: allow editing of the toplevel discussion page | Joey Hess | 2008-01-07 |
| | |||
* | * pagespec_match() has changed to take named parameters, to better allow | joey | 2007-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 be | joey | 2007-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. |