summaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
authorJoey Hess <joey@kodama.kitenet.net>2008-08-23 13:10:49 -0400
committerJoey Hess <joey@kodama.kitenet.net>2008-08-23 13:10:49 -0400
commit9b10f5eab22be36cf3b3a217076c76a669b4aafa (patch)
treecb60acfdbc8e810d45ee108a5677d02865577160 /debian
parentd84e43faacbeb1e43224aa65d5ea8c19e657779e (diff)
map: The fix for #449285 was buggy and broke display of parents in certian circumstances.
The use of $dummy was not sufficient, because it only stuck around for the first element after a dummy parent, and was then lost. Instead, use a $addparent that contains the actual dummy parent, so it can be compared with the new item to see if we're still under that parent or have moved to another one.
Diffstat (limited to 'debian')
-rw-r--r--debian/changelog2
1 files changed, 2 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog
index 25beb28ea..460ddc27f 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -5,6 +5,8 @@ ikiwiki (2.62) UNRELEASED; urgency=low
instead, and prompt if it fails.
* Fix bug in wikiname sanitisation in the setup automator.
* ikiwiki-makerepo: Added support for monotone. (Thomas Keller)
+ * map: The fix for #449285 was buggy and broke display of parents in certian
+ circumstances.
-- Joey Hess <joeyh@debian.org> Thu, 21 Aug 2008 16:20:58 -0400