diff options
author | Joey Hess <joey@kodama.kitenet.net> | 2007-11-17 19:58:17 -0500 |
---|---|---|
committer | Joey Hess <joey@kodama.kitenet.net> | 2007-11-17 19:58:17 -0500 |
commit | d00e8d78c806b4f94b2ab7bf70e2ffb9a56781cd (patch) | |
tree | 23a61e93adb01e936ff5b12f50dba9203e08d908 /debian | |
parent | 9dd52850252fc3ad5961277db586cb29eb5d42bd (diff) |
* Don't consider links to anchors on the same page to be self links.
Patch by Daniel Burrows. Closes: #451729
* When usedirs is disabled, link direct to index.html files, not to
directories, to improve browsing of file:// urls.
Patch by Daniel Burrows. Closes: #451728
Diffstat (limited to 'debian')
-rw-r--r-- | debian/changelog | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/debian/changelog b/debian/changelog index 365b9148e..ccfa808fe 100644 --- a/debian/changelog +++ b/debian/changelog @@ -18,8 +18,13 @@ ikiwiki (2.13) UNRELEASED; urgency=low * Fix mercurial historyurl in example setup file. * More compact output for the brokenlinks plugin. * Allow trailing slashes after page names in wikilinks. + * Don't consider links to anchors on the same page to be self links. + Patch by Daniel Burrows. Closes: #451729 + * When usedirs is disabled, link direct to index.html files, not to + directories, to improve browsing of file:// urls. + Patch by Daniel Burrows. Closes: #451728 - -- Joey Hess <joeyh@debian.org> Sat, 17 Nov 2007 16:26:14 -0500 + -- Joey Hess <joeyh@debian.org> Sat, 17 Nov 2007 19:56:46 -0500 ikiwiki (2.12) unstable; urgency=low |