From: Joey Hess Date: Fri, 12 Nov 2010 06:13:27 +0000 (-0400) Subject: reorg X-Git-Tag: 3.20100815.2~4 X-Git-Url: http://git.vanrenterghem.biz/git.ikiwiki.info.git/commitdiff_plain/7939cf2db9ff8fa91550f09c5391cf9148e0b0cb reorg --- diff --git a/debian/changelog b/debian/changelog index ab10e142e..662a62f85 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,5 +1,13 @@ ikiwiki (3.20100815.2) UNRELEASED; urgency=low + * Bugfix-only cherry-pick release for Debian squeeze. + * Fix htmlscrubber_skip to be matched on the source page, not the page it is + inlined into. Should allow setting to "* and !comment(*)" to scrub + comments, but leave your blog posts unscrubbed, etc. + * comments: Make postcomment() pagespec work when previewing a comment, + including during moderation. + * comments: Make comment() pagespec also match comments that are being + posted. * openid: Syntax tweak to the javascript code to make it work with MSIE 7 (and MSIE 8 in compat mode). Thanks to Iain McLaren for reporting the bug and providing access to debug it. @@ -11,13 +19,6 @@ ikiwiki (3.20100815.2) UNRELEASED; urgency=low * websetup: Fix defaults of checkboxes in advanced mode. * Fix test suite failure on other side of date line. * Set isPermaLink="no" for guids in rss feeds. - * Fix htmlscrubber_skip to be matched on the source page, not the page it is - inlined into. Should allow setting to "* and !comment(*)" to scrub - comments, but leave your blog posts unscrubbed, etc. - * comments: Make postcomment() pagespec work when previewing a comment, - including during moderation. - * comments: Make comment() pagespec also match comments that are being - posted. -- Joey Hess Sun, 15 Aug 2010 11:42:55 -0400