merged smcv/comments-metadata
authorJoey Hess <joey@kitenet.net>
Wed, 29 Jun 2011 21:57:53 +0000 (17:57 -0400)
committerJoey Hess <joey@kitenet.net>
Wed, 29 Jun 2011 21:57:53 +0000 (17:57 -0400)
debian/changelog
doc/bugs/Comments_are_not_sorted_by_their_date_attribute.mdwn

index 8f659cb31719bb1f1f05d82d0334aaf395ff19e3..b1fd95fdd7dc3edb5e578fea23aa14957f51f6f6 100644 (file)
@@ -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 <joeyh@debian.org>  Thu, 09 Jun 2011 10:06:44 -0400
 
index f5a331a1a61ded80f3aa592e04b3c010f07c49f5..5a4c4b2aea3b4a2cd01a792fe1a8b6b3957a3b6b 100644 (file)
@@ -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]]