master
Joey Hess 2011-01-04 16:02:31 -04:00
parent 1b1b3927ee
commit 3841d709d7
2 changed files with 10 additions and 0 deletions

8
debian/changelog vendored
View 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

View 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]]