summaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
authorJoey Hess <joey@kodama.kitenet.net>2008-06-04 00:58:46 -0400
committerJoey Hess <joey@kodama.kitenet.net>2008-06-04 00:58:46 -0400
commit1546b48b979399eb33ce502a00b089263d7cee26 (patch)
tree908a47d8b2e3031deef16d6c8539c02d22cd0f3e /debian
parent46f7dcb362da5d043c758453384a447f0360462c (diff)
move indexing to sanitize hook
I think this will give better results overall. I made %IkiWiki::preprocessing accessible and used it to avoid indexing at unnecessary points.
Diffstat (limited to 'debian')
-rw-r--r--debian/changelog4
1 files changed, 1 insertions, 3 deletions
diff --git a/debian/changelog b/debian/changelog
index 5e833d090..c667142a2 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -7,9 +7,7 @@ ikiwiki (2.49) UNRELEASED; urgency=low
* search: Converted to use xapian-omega.
* Filter hooks are no longer called during the scan phase. This will
prevent wikilinks added by filters from being scanned properly. But
- no known filter hook does that, and calling filters unncessarily during
- scan slowed down complex filters such as the one used to update the xapian
- index.
+ no known filter hook does that, so let's not waste time on it.
-- Joey Hess <joeyh@debian.org> Fri, 30 May 2008 19:08:54 -0400