diff options
author | Joey Hess <joey@gnu.kitenet.net> | 2010-03-11 16:10:04 -0500 |
---|---|---|
committer | Joey Hess <joey@gnu.kitenet.net> | 2010-03-11 16:10:04 -0500 |
commit | 45dfdcb2571953be6815342510b9bb2a73ce59e7 (patch) | |
tree | 89726895644cbe25f48082b1f1790462fcaca587 /debian | |
parent | f259f33a0ad4858ce33f458148f1733351b91d92 (diff) | |
download | ikiwiki-45dfdcb2571953be6815342510b9bb2a73ce59e7.tar ikiwiki-45dfdcb2571953be6815342510b9bb2a73ce59e7.tar.gz |
search: Avoid '$' in the wikiname appearing unescaped on omega's query template, where it might crash omega.
Really, a more general fix, this deals with any $ that might appear on the
misctemplate.
Diffstat (limited to 'debian')
-rw-r--r-- | debian/changelog | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog index 6b5671e3e..6828e6b3f 100644 --- a/debian/changelog +++ b/debian/changelog @@ -10,6 +10,8 @@ ikiwiki (3.20100303) UNRELEASED; urgency=low * moderatedcomments: The moderate_users setting is deprecated. Instead, set moderate_pagespec to "!admin()" or "user(*)" instead. * Fix missing span on recentchanges page template. + * search: Avoid '$' in the wikiname appearing unescaped on omega's + query template, where it might crash omega. -- Joey Hess <joeyh@debian.org> Tue, 09 Mar 2010 19:46:35 -0500 |