aboutsummaryrefslogtreecommitdiff
path: root/IkiWiki/Plugin/comments.pm
Commit message (Expand)AuthorAge
* fix permalink to commentsJoey Hess2019-01-21
* Use rel=nofollow microformat for dynamic (CGI-related) URLsSimon McVittie2017-01-09
* Force CGI::FormBuilder->field to scalar context where necessarySimon McVittie2016-12-28
* Process .md like .mdwn, but disallow web creation.Amitai Schlair2016-03-08
* Force comments URL in RSS feeds to be absoluteSimon McVittie2016-01-21
* cloak user PII when making commits etc, and let cloaked PII be used in banned...Joey Hess2015-05-14
* when an emailauth user posts a comment, use the username only, not the full e...Joey Hess2015-05-13
* In VCS-committed anonymous comments, link to url.Amitai Schlair2015-01-08
* Avoid uninitialized warnings with comments+no CGI.Amitai Schlair2014-12-28
* ikiwiki-comment: optionally override parameters.Amitai Schlair2014-12-27
* add ikiwiki-comment programJoey Hess2014-10-20
* comments: don't log remote IP address for signed-in usersSimon McVittie2014-10-12
* comments: use comments_pagespec for authorization, not just UISimon McVittie2014-07-04
* comments: Write pending moderation comments to the transient underlay to avoi...Joey Hess2013-11-17
* disable only_committed_changes when uncommitted files are created by pluginsJoey Hess2013-11-17
* Merge branch 'restrict-comment-formats' of git://rtime.felk.cvut.cz/sojka/iki...Joey Hess2013-06-23
|\
| * Add configuration to restrict the formats allowed for commentsMichal Sojka2013-03-05
* | comments: Remove ipv6 address specific code.Joey Hess2012-08-25
|/
* remove unnecessary quotingJoey Hess2012-04-08
* prune: do not prune beyond an optional base directory, and add a testSimon McVittie2012-04-07
* allow users to subscribe to comments w/o registeringJoey Hess2012-04-02
* integrate comments plugin with notifyemailJoey Hess2012-03-28
* calendar, prettydate: Fix strftime encoding bugJoey Hess2012-01-30
* remove x bit from comments.pmJoey Hess2011-12-27
* comments: collect metadata in a scan-phase preprocess hookSimon McVittie2011-06-04
* look up avatar at comment post timeJoey Hess2011-03-30
* check site url for httpsJoey Hess2011-03-30
* robustness fixJoey Hess2011-03-30
* indentationJoey Hess2011-03-30
* comments: add OpenID-based avatars (libravatar.org)Francois Marier2011-03-30
* comments: serve avatars over https in https wikisFrancois Marier2011-03-30
* comments: add avatar picture of comment authorFrancois Marier2011-03-30
* comment: Better fix to avoid showing comments of subpages, while not breaking...Joey Hess2011-03-28
* Revert "comment: Don't show comments of subpages on parent pages. (Fixes bug ...Joey Hess2011-03-28
* comment: Don't show comments of subpages on parent pages. (Fixes bug introduc...Joey Hess2011-02-27
* bleaghJoey Hess2011-01-24
* comments: Fix XSS security hole due to missing validation of page name.Joey Hess2011-01-22
* use cgitemplate, remove misctemplateJoey Hess2011-01-05
* add cgitemplateJoey Hess2011-01-05
* better handling of relative permalinksJoey Hess2011-01-05
* Fix permalinks to recentchanges items and comments, broken by last release.Joey Hess2011-01-05
* Fix base url when previewing. Was broken by urlto changes in last release.Joey Hess2011-01-05
* editpage, comment: Clean up title when editing or creating a page or comment.Joey Hess2010-12-25
* use one-parameter form of urltoJoey Hess2010-11-29
* Pass a CGIURL into commentmoderation.tmplSimon McVittie2010-11-23
* Use local paths for most references to pagesSimon McVittie2010-11-23
* Use local paths for the CGI URLSimon McVittie2010-11-23
* Use local paths for redirection where possibleSimon McVittie2010-11-23
* comments: Make comment() pagespec also match comments that are being posted.Joey Hess2010-11-12
* comments: Make postcomment() pagespec work when previewing a comment.Joey Hess2010-11-12