bug closures and changelog since smcv's ready branch didn't include them
Which would really make my merging rock if they did in the future.</hint>master
parent
3d27dac809
commit
9168dc2e28
|
@ -9,6 +9,10 @@ ikiwiki (3.15) UNRELEASED; urgency=low
|
||||||
the po file, for use by wikis whose primary language is not English.
|
the po file, for use by wikis whose primary language is not English.
|
||||||
* Add Danish basewiki translation by Jonas Smedegaard.
|
* Add Danish basewiki translation by Jonas Smedegaard.
|
||||||
* img: Fix adding of dependency from page to the image.
|
* img: Fix adding of dependency from page to the image.
|
||||||
|
* pagestats: add `among` parameter, which only counts links from specified
|
||||||
|
pages (smcv)
|
||||||
|
* pagestats: when making a tag cloud, don't emit links where the tag is
|
||||||
|
unused (smcv)
|
||||||
|
|
||||||
-- Joey Hess <joeyh@debian.org> Tue, 02 Jun 2009 17:03:41 -0400
|
-- Joey Hess <joeyh@debian.org> Tue, 02 Jun 2009 17:03:41 -0400
|
||||||
|
|
||||||
|
|
|
@ -9,3 +9,5 @@ A commit on my `among` branch splits it into IkiWiki::backlink_pages
|
||||||
(which returns the keys of $backlinks{$page}, and might be suitable for
|
(which returns the keys of $backlinks{$page}, and might be suitable for
|
||||||
exporting) and IkiWiki::backlinks (which calls backlink_pages, then performs
|
exporting) and IkiWiki::backlinks (which calls backlink_pages, then performs
|
||||||
the same lossy transformation as before on the result).
|
the same lossy transformation as before on the result).
|
||||||
|
|
||||||
|
[[done]] --[[Joey]]
|
||||||
|
|
|
@ -25,3 +25,5 @@ I use this on my tag pages on one site, with the following template:
|
||||||
archive="yes" quick="yes" reverse="yes" timeformat="%x"]]
|
archive="yes" quick="yes" reverse="yes" timeformat="%x"]]
|
||||||
|
|
||||||
--[[smcv]]
|
--[[smcv]]
|
||||||
|
|
||||||
|
> [[merged|done]] thanks --[[Joey]]
|
||||||
|
|
Loading…
Reference in New Issue