merged smcv/comments-metadata

master
Joey Hess 2011-06-29 17:57:53 -04:00
parent 6d01db205f
commit add72de71a
2 changed files with 9 additions and 0 deletions

4
debian/changelog vendored
View 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

View 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]]