bugfix
authorJoey Hess <joey@kitenet.net>
Tue, 4 Jan 2011 20:02:31 +0000 (16:02 -0400)
committerJoey Hess <joey@kitenet.net>
Tue, 4 Jan 2011 20:02:31 +0000 (16:02 -0400)
debian/changelog
doc/bugs/tag_behavior_changes_introduced_by_typed_link_feature.mdwn

index 504636710a89fb9ec04535f16e44dac2a21817a4..a61d910ceb46a3f334ce013dda372341ee6c533c 100644 (file)
@@ -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 <joeyh@debian.org>  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
index 9dc206fdcc9929f041197d1b09b5df61baa2eee9..ed93a2eb7d4440ef9d15215a1a89028f85f5bc9b 100644 (file)
@@ -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]]