summaryrefslogtreecommitdiff
path: root/doc/plugins/comments.mdwn
AgeCommit message (Collapse)Author
2010-07-14more detail on manual moderationJoey Hess
2010-07-14finding unmoderated commentshttp://hendry.iki.fi/
2010-05-06moved comments pending moderationJoey Hess
* comments: Comments pending moderation are now stored in the srcdir alongside accepted comments, but with a `._comment_pending` extension. * This allows easier byhand moderation, as the "_pending" need only be stripped off and the comment be committed to version control. * The `comment_pending()` pagespec can be used to match such unmoderated comments, which makes it easy to add a feed of them, or a counter indicating how many there are. * Belatedly added a `comment()` pagespec.
2010-02-12plugin tag reorgJoey Hess
2010-02-06opendiscussion: This plugin will also now allow posting commentsJoey Hess
to otherwise locked-down sites.
2009-10-26moderatedcomments: New plugin to allow comment moderation w/o relying on ↵Joey Hess
blogspam.net.
2009-06-02comment: Make comment directives no longer use the internal "_comment" form, ↵Joey Hess
and document the comment directive syntax. Rationalle: Comments need to be user-editable so that they can be posted via git commit etc. The _comment directive is still supported, for back-compat.
2009-01-25add a button to prefs page for comment moderationJoey Hess
2009-01-25comments: If comment content checks fail, store the comment (in ↵Joey Hess
.ikiwiki/comments_pending) for moderator review.
2008-12-21unify pagespecsJoey Hess
2008-12-17change around comments pagespecsJoey Hess
I think it is clearer to have one pagespec that controls all pages with comments, and a separate pagespec that can be used to close new comments on a subset of those pages.
2008-12-17clarificationJoey Hess
2008-12-17more comments doc updatesJoey Hess
Moved todo items to a todo page, mark the old todo item about comments as done, etc.
2008-12-12improve documentation of postcommentJoey Hess
2008-12-12first pass through comments documentationJoey Hess
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.