From: Joey Hess Date: Wed, 29 Jun 2011 21:57:53 +0000 (-0400) Subject: merged smcv/comments-metadata X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=add72de71a922a7d7759c96931759e3680baaeae;p=ikiwiki.git merged smcv/comments-metadata --- diff --git a/debian/changelog b/debian/changelog index 8f659cb31..b1fd95fdd 100644 --- a/debian/changelog +++ b/debian/changelog @@ -23,6 +23,10 @@ ikiwiki (3.20110609) UNRELEASED; urgency=low whose title is mixed case, allow selecting between the mixed case and all lower-case names. * Fix ikiwiki-update-wikilist -r to actually work. + * comments: collect metadata in a scan-phase preprocess hook, which + fixes sorting comments by date. (smcv) + * Run scan hooks for internal pages (preprocess hooks already run in scan + mode) (smcv) -- Joey Hess Thu, 09 Jun 2011 10:06:44 -0400 diff --git a/doc/bugs/Comments_are_not_sorted_by_their_date_attribute.mdwn b/doc/bugs/Comments_are_not_sorted_by_their_date_attribute.mdwn index f5a331a1a..5a4c4b2ae 100644 --- a/doc/bugs/Comments_are_not_sorted_by_their_date_attribute.mdwn +++ b/doc/bugs/Comments_are_not_sorted_by_their_date_attribute.mdwn @@ -64,3 +64,8 @@ when run in the scan phase (so it doesn't htmlize, and only runs nested directives in scan mode), and adds a regression test. --[[smcv]] [[!tag patch]] + +> Thanks.. I am not 100% sure if I just forgot to scan internal pages +> or left it out as some kind of optimisation since none needed to be +> scanned. Anyway, if it was an optimisation it was not much of one +> since they were preprocessed. All applied, [[done]]. --[[Joey]]