bugfix
parent
1b1b3927ee
commit
3841d709d7
|
@ -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
|
||||
|
|
|
@ -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]]
|
||||
|
|
Loading…
Reference in New Issue