From 3841d709d7e6feb852aedba704f0964b5cbe0105 Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Tue, 4 Jan 2011 16:02:31 -0400 Subject: [PATCH] bugfix --- debian/changelog | 8 ++++++++ ...behavior_changes_introduced_by_typed_link_feature.mdwn | 2 ++ 2 files changed, 10 insertions(+) diff --git a/debian/changelog b/debian/changelog index 504636710..a61d910ce 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,11 @@ +ikiwiki (3.20101232) UNRELEASED; urgency=low + + * tag: Do not include tagbase in rss/atom category tags. (Giuseppe Bilotta) + * tag: Improve display of tags with a slash in their names. + (Giuseppe Bilotta) + + -- Joey Hess Tue, 04 Jan 2011 16:00:55 -0400 + ikiwiki (3.20101231) unstable; urgency=low * Better support for serving the same site on multiple urls. (Such as diff --git a/doc/bugs/tag_behavior_changes_introduced_by_typed_link_feature.mdwn b/doc/bugs/tag_behavior_changes_introduced_by_typed_link_feature.mdwn index 9dc206fdc..ed93a2eb7 100644 --- a/doc/bugs/tag_behavior_changes_introduced_by_typed_link_feature.mdwn +++ b/doc/bugs/tag_behavior_changes_introduced_by_typed_link_feature.mdwn @@ -12,3 +12,5 @@ tags in older versions of IkiWiki: (effect visible by tagging a page with a name such as "with/slash") I've written a [[patch]] to fix this issues by introducing a `tagname()` function that reverts `taglink()`, and it's available [[here|http://sprunge.us/SHRj]] as well as on my [[git|http://git.oblomov.eu/ikiwiki]] + +> [[Applied|done]], with some regexp improvements. --[[Joey]] -- 2.32.0.93.g670b81a890