aboutsummaryrefslogtreecommitdiff
path: root/IkiWiki/Plugin/comments.pm
Commit message (Expand)AuthorAge
* typoJoey Hess2010-03-12
* typoJoey Hess2010-03-09
* Fix utf8 issues in calls to md5_hex.Joey Hess2010-03-09
* comments: Display number of comments in comment action link.Joey Hess2010-02-14
* minor refactor/optimisationJoey Hess2010-02-14
* add section informationJoey Hess2010-02-12
* factor out a userpage functionJoey Hess2010-02-04
* comments: Fix permalinks for comments using new conflict-free filenames.Joey Hess2010-01-04
* comments: Add a checksum to the name of comment pages, to avoid merge conflic...Joey Hess2009-12-30
* comment: Make comment directives no longer use the internal "_comment" form, ...Joey Hess2009-06-02
* support longname for page types in commands and renameJoey Hess2009-05-21
* comments: Add link to comment post form to allow user to sign in if they wish...Joey Hess2009-04-23
* use md5sum for page_to_idJoey Hess2009-03-27
* comments: Fix anchor ids to be legal xhtml. Closes: #521339Joey Hess2009-03-26
* comments: Fix too loose test for comments pages that matched normal pages wit...Joey Hess2009-03-26
* comments: Avoid showing comment moderation button in prefs to non-admins.Joey Hess2009-02-26
* Split cgi_goto into a goto pluginSimon McVittie2009-01-31
* comments: delete cgi hook in favour of the global oneSimon McVittie2009-01-31
* typoJoey Hess2009-01-26
* format moderation queue only at end, avoid O(N^3) bugJoey Hess2009-01-25
* add reject all marked defer checkboxJoey Hess2009-01-25
* sort comment queue by time, newest firstJoey Hess2009-01-25
* add a button to prefs page for comment moderationJoey Hess2009-01-25
* clean up comment previewJoey Hess2009-01-25
* comments: Add a moderation web interface.Joey Hess2009-01-25
* comments: If comment content checks fail, store the comment (in .ikiwiki/comm...Joey Hess2009-01-25
* fix uninitialized value warningsJoey Hess2009-01-22
* make postcomment() pagespecs work while in checkcontentJoey Hess2009-01-16
* checkcontent: New hook, can be used to implement arbitrary content filters, i...Joey Hess2009-01-16
* remove xxx commentJoey Hess2009-01-16
* comments: if the remove plugin is enabled, append a "Remove comment" linkSimon McVittie2009-01-10
* comments: only try to insert commentuser etc. into templates if the page cont...Simon McVittie2009-01-10
* comments: Fix cache avoidance hack.Joey Hess2009-01-07
* comments: Add cache avoidance.Joey Hess2008-12-28
* Merge branch 'master' into nextJoey Hess2008-12-26
|\
| * comments: Deal with users entering unqualified or partial urls.Joey Hess2008-12-26
* | finalise version 3.00 of the plugin apiJoey Hess2008-12-23
|/
* comments: substitute commentsurl and atomcommentsurl for use in feedsSimon McVittie2008-12-21
* comments: run pagetemplate hooksSimon McVittie2008-12-21
* comments: linkify and preprocess preview with correct 'page' paramSimon McVittie2008-12-21
* avoid storing transient state in pagestateJoey Hess2008-12-20
* comments: Rename COMMENTURL to ADDCOMMENTURL to avoid confusion with COMMENTA...Simon McVittie2008-12-20
* comments: pass COMMENTOPENID to templatesSimon McVittie2008-12-20
* comments: remove linkuser(), it's been integrated into preprocess() nowSimon McVittie2008-12-20
* _comment directive: if the user looks like an OpenID, store thatSimon McVittie2008-12-20
* fix comment permalink to always point to comment parent pageJoey Hess2008-12-19
* remove cruftJoey Hess2008-12-19
* rename comments_form to editcommentJoey Hess2008-12-19
* rename comments_display to commentJoey Hess2008-12-19
* replace discussion links on pages with comments linkJoey Hess2008-12-19