summaryrefslogtreecommitdiff
path: root/IkiWiki/Plugin/comments.pm
AgeCommit message (Expand)Author
2010-05-06moved comments pending moderationJoey Hess
2010-05-02adapt comment.tmpl to html5Joey Hess
2010-05-02Add parameter to displaytime to specify that it is a pubdate, and in html5 mo...Joey Hess
2010-04-24template() - return params in list contextJoey Hess
2010-04-22look for templates in srcdir and underlays, firstJoey Hess
2010-04-20bugfixJoey Hess
2010-04-20fix stat to use unmunged filenameJoey Hess
2010-04-20oops, fix for no_chdir modeJoey Hess
2010-04-20use one parameter form of file_pruned here tooJoey Hess
2010-04-17unfinished file_prune revampJoey Hess
2010-04-06HTML-encode meta title, description, guid on output, but not in the pagestateSimon McVittie
2010-04-05comments: Fix missing entity encoding in title.Joey Hess
2010-03-12typoJoey Hess
2010-03-09typoJoey Hess
2010-03-09Fix utf8 issues in calls to md5_hex.Joey Hess
2010-02-14comments: Display number of comments in comment action link.Joey Hess
2010-02-14minor refactor/optimisationJoey Hess
2010-02-12add section informationJoey Hess
2010-02-04factor out a userpage functionJoey Hess
2010-01-04comments: Fix permalinks for comments using new conflict-free filenames.Joey Hess
2009-12-30comments: Add a checksum to the name of comment pages, to avoid merge conflic...Joey Hess
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