rename: Show full names of affected pages.
parent
e4b7f6badf
commit
72ca231fd0
|
@ -417,6 +417,7 @@ sub linklist {
|
||||||
{
|
{
|
||||||
page => htmllink($dest, $dest, $_,
|
page => htmllink($dest, $dest, $_,
|
||||||
noimageinline => 1,
|
noimageinline => 1,
|
||||||
|
linktext => pagetitle($_),
|
||||||
)
|
)
|
||||||
}
|
}
|
||||||
} @{$list}]
|
} @{$list}]
|
||||||
|
|
|
@ -2,6 +2,7 @@ ikiwiki (3.02) UNRELEASED; urgency=low
|
||||||
|
|
||||||
* table: Fix misparsed links in external files.
|
* table: Fix misparsed links in external files.
|
||||||
* table: Find links in external files in scan pass.
|
* table: Find links in external files in scan pass.
|
||||||
|
* rename: Show full names of affected pages.
|
||||||
|
|
||||||
-- Joey Hess <joeyh@debian.org> Tue, 06 Jan 2009 15:02:52 -0500
|
-- Joey Hess <joeyh@debian.org> Tue, 06 Jan 2009 15:02:52 -0500
|
||||||
|
|
||||||
|
|
|
@ -10,3 +10,5 @@ The following pages have been automatically modified to update their links to us
|
||||||
<li><a href="./../../tips/convert_mediawiki_to_ikiwiki/discussion/">discussion</a></li><li><a href="./../../tips/untrusted_git_push/discussion/">discussion</a></li></ul>...
|
<li><a href="./../../tips/convert_mediawiki_to_ikiwiki/discussion/">discussion</a></li><li><a href="./../../tips/untrusted_git_push/discussion/">discussion</a></li></ul>...
|
||||||
|
|
||||||
In this situation I think the link to pages should be expanded to show the entire path, since there is quite likely to be a lot of things like "discussion". -- [[users/Jon]]
|
In this situation I think the link to pages should be expanded to show the entire path, since there is quite likely to be a lot of things like "discussion". -- [[users/Jon]]
|
||||||
|
|
||||||
|
[[done]]
|
||||||
|
|
Loading…
Reference in New Issue