aboutsummaryrefslogtreecommitdiff
path: root/IkiWiki/Plugin/comments.pm
Commit message (Expand)AuthorAge
...
* Revert "avoid showing comment post stuff on dynamic pages"Joey Hess2010-05-15
* avoid showing comment post stuff on dynamic pagesJoey Hess2010-05-15
* Merge branch 'master' into commentreorgJoey Hess2010-05-07
|\
| * avoid linking directly to ikiwiki.cgi?do=signinJoey Hess2010-05-07
* | fix comment matching pagespecsJoey Hess2010-05-07
* | better wordingJoey Hess2010-05-07
* | bugfixJoey Hess2010-05-07
* | bugfixesJoey Hess2010-05-07
* | check that pagesources exists before testingJoey Hess2010-05-07
* | fix match_commentJoey Hess2010-05-07
* | moved comments pending moderationJoey Hess2010-05-06
|/
* adapt comment.tmpl to html5Joey Hess2010-05-02
* Add parameter to displaytime to specify that it is a pubdate, and in html5 mo...Joey Hess2010-05-02
* template() - return params in list contextJoey Hess2010-04-24
* look for templates in srcdir and underlays, firstJoey Hess2010-04-22
* bugfixJoey Hess2010-04-20
* fix stat to use unmunged filenameJoey Hess2010-04-20
* oops, fix for no_chdir modeJoey Hess2010-04-20
* use one parameter form of file_pruned here tooJoey Hess2010-04-20
* unfinished file_prune revampJoey Hess2010-04-17
* HTML-encode meta title, description, guid on output, but not in the pagestateSimon McVittie2010-04-06
* comments: Fix missing entity encoding in title.Joey Hess2010-04-05
* 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