]> sipb.mit.edu Git - ikiwiki.git/history - IkiWiki/Plugin/comments.pm
comments: avoid warning if there's no subject
[ikiwiki.git] / IkiWiki / Plugin / comments.pm
2008-12-11  Simon McVittiecomments: avoid warning if there's no subject
2008-12-11  Simon McVittiecomments: Optionally allow anonymous commenters to...
2008-12-11  Simon McVittiecomments: Remove some dead code
2008-12-11  Simon McVittiecomments: rename main field to "editcontent" consistent...
2008-12-11  Simon McVittiecomments: instead of hard-coding mdwn, allow any suppor...
2008-12-11  Simon McVittiecomments: Save comments as a file with one big [[!comme...
2008-12-11  Simon McVittieRemove dead code for preprocessing [[!comments]]
2008-12-11  Simon McVittiecomments: Duplicate logic and CGI hook from recentchang...
2008-12-11  Simon McVittieQualify name of formattime() correctly
2008-12-11  Simon McVittieDelay checking for session expiry til we actually post...
2008-12-11  Simon McVittiecomments: record the time at which each comment was posted
2008-12-11  Simon McVittiecomments: Use a checkconfig hook to get the default...
2008-12-11  Simon McVittiecomments: render comments/commenturl in page.tmpl
2008-12-11  Simon McVittiecomments: use global config to decide whether commentin...
2008-12-11  Simon McVittiecomments: use global configuration for allow_directives...
2008-12-11  Simon McVittiecomments: Add some global configuration
2008-12-11  Simon McVittiecomments: make preprocess a no-op
2008-12-11  Simon McVittiecomments: document what linkuser does
2008-12-11  Simon McVittiecomments: add a stub pagetemplate hook to show the comments
2008-12-11  Simon McVittiecomments: Use HTML entities to escape directives
2008-12-11  Simon McVittieEmbed comments into comments_embed.tmpl rather than...
2008-12-11  Simon McVittiecomments: use CGI module's checksessionexpiry
2008-12-11  Simon McVittiecomments: remove allowhtml option, just switch it on...
2008-12-11  Simon McVittiecomments: load inline and mdwn lazily
2008-12-11  Simon McVittiecomments: don't rely on mdwn getting loaded first
2008-12-11  Simon McVittiecomments: sanitize the body of each comment before...
2008-12-11  Simon McVittieFix typo that led to comments being blanked
2008-12-11  Simon McVittiepostcomment: Rename plugin to comments, use *._comment...