| Commit message (Expand) | Author | Age |
* | add plugin tag type/comments and tag some pages.•••I did this because I was looking for a summary/overview of the
various comment plugins that exist and couldn't already find
one. I've tried to tag plugins that are mostly for use with
comments, which is a bit of a wide net and people may draw the
line in different places to myself.
| Jon Dowland | 2012-03-26 |
* | opendiscussion: This plugin will also now allow posting comments•••to otherwise locked-down sites.
| Joey Hess | 2010-02-06 |
* | add link to untrusted git push | Joey Hess | 2008-12-26 |
* | first pass through comments documentation•••Moved documentation out of contrib.
Mostly tweaked some wording. Moved documentation of various bits to other
pages (pagespec, etc), and linked to those.
Documented the new templates in wikitemplates.
Small quantities of documentation were removed. Particularly the list of
template variables, which I think is fairly obvious when editing the
template.
| Joey Hess | 2008-12-12 |
* | lockedit: Support specifying which users (and IP addresses) a page is locked ... | Joey Hess | 2008-10-08 |
* | remove page_locking page, move content to plugins/lockedit•••Also, removed obsolte para about using the prefs page to configure locked
pages, that interface is obsolete, hidden by default, and the locked_pages
setup file setting is used instead.
| Joey Hess | 2008-10-08 |
* | Migrate doc/plugins via prefix_directives•••This is a partial commit of:
egrep -rl '\[\[[a-z]+ ' doc | xargs --max-args 1 ./ikiwiki-transition
prefix_directives
| Simon McVittie | 2008-07-21 |
* | simplified plugin definitions | joey | 2007-02-13 |
* | * 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.
| joey | 2007-02-02 |