summaryrefslogtreecommitdiff
path: root/IkiWiki/Plugin/comments.pm
AgeCommit message (Expand)Author
2009-06-02comment: Make comment directives no longer use the internal "_comment" form, ...Joey Hess
2009-05-21support longname for page types in commands and renameJoey Hess
2009-04-23comments: Add link to comment post form to allow user to sign in if they wish...Joey Hess
2009-03-27use md5sum for page_to_idJoey Hess
2009-03-26comments: Fix anchor ids to be legal xhtml. Closes: #521339Joey Hess
2009-03-26comments: Fix too loose test for comments pages that matched normal pages wit...Joey Hess
2009-02-26comments: Avoid showing comment moderation button in prefs to non-admins.Joey Hess
2009-01-31Split cgi_goto into a goto pluginSimon McVittie
2009-01-31comments: delete cgi hook in favour of the global oneSimon McVittie
2009-01-26typoJoey Hess
2009-01-25format moderation queue only at end, avoid O(N^3) bugJoey Hess
2009-01-25add reject all marked defer checkboxJoey Hess
2009-01-25sort comment queue by time, newest firstJoey Hess
2009-01-25add a button to prefs page for comment moderationJoey Hess
2009-01-25clean up comment previewJoey Hess
2009-01-25comments: Add a moderation web interface.Joey Hess
2009-01-25comments: If comment content checks fail, store the comment (in .ikiwiki/comm...Joey Hess
2009-01-22fix uninitialized value warningsJoey Hess
2009-01-16make postcomment() pagespecs work while in checkcontentJoey Hess
2009-01-16checkcontent: New hook, can be used to implement arbitrary content filters, i...Joey Hess
2009-01-16remove xxx commentJoey Hess
2009-01-10comments: if the remove plugin is enabled, append a "Remove comment" linkSimon McVittie
2009-01-10comments: only try to insert commentuser etc. into templates if the page cont...Simon McVittie
2009-01-07comments: Fix cache avoidance hack.Joey Hess
2008-12-28comments: Add cache avoidance.Joey Hess
2008-12-26Merge branch 'master' into nextJoey Hess
2008-12-26comments: Deal with users entering unqualified or partial urls.Joey Hess
2008-12-23finalise version 3.00 of the plugin apiJoey Hess
2008-12-21comments: substitute commentsurl and atomcommentsurl for use in feedsSimon McVittie
2008-12-21comments: run pagetemplate hooksSimon McVittie
2008-12-21comments: linkify and preprocess preview with correct 'page' paramSimon McVittie
2008-12-20avoid storing transient state in pagestateJoey Hess
2008-12-20comments: Rename COMMENTURL to ADDCOMMENTURL to avoid confusion with COMMENTA...Simon McVittie
2008-12-20comments: pass COMMENTOPENID to templatesSimon McVittie
2008-12-20comments: remove linkuser(), it's been integrated into preprocess() nowSimon McVittie
2008-12-20_comment directive: if the user looks like an OpenID, store thatSimon McVittie
2008-12-19fix comment permalink to always point to comment parent pageJoey Hess
2008-12-19remove cruftJoey Hess
2008-12-19rename comments_form to editcommentJoey Hess
2008-12-19rename comments_display to commentJoey Hess
2008-12-19replace discussion links on pages with comments linkJoey Hess
2008-12-18jump to comment after postingJoey Hess
2008-12-17jump to comments anchor after postJoey Hess
2008-12-17typoJoey Hess
2008-12-17add Comments link when displaying a page inlineJoey Hess
2008-12-17fix test when comments_closed_pagespec is emptyJoey Hess
2008-12-17change around comments pagespecsJoey Hess
2008-12-17fix default values for config settingsJoey Hess
2008-12-17Coding style change: Remove explcit vim folding markers.Joey Hess
2008-12-17checksessionexpiry: reworkJoey Hess