]> sipb.mit.edu Git - ikiwiki.git/commitdiff
rename: Show full names of affected pages.
authorJoey Hess <joey@gnu.kitenet.net>
Tue, 6 Jan 2009 22:29:12 +0000 (17:29 -0500)
committerJoey Hess <joey@gnu.kitenet.net>
Tue, 6 Jan 2009 22:29:12 +0000 (17:29 -0500)
IkiWiki/Plugin/rename.pm
debian/changelog
doc/bugs/output_of_successful_rename_should_list_the_full_path_to_affected_pages.mdwn

index fa03588438fd4469630fb3660338282fcc73ad00..41af3ca4d61b2495dc0e69e77da6513a2de07373 100644 (file)
@@ -417,6 +417,7 @@ sub linklist {
                {
                        page => htmllink($dest, $dest, $_,
                                        noimageinline => 1,
                {
                        page => htmllink($dest, $dest, $_,
                                        noimageinline => 1,
+                                       linktext => pagetitle($_),
                                )
                }
        } @{$list}]
                                )
                }
        } @{$list}]
index e79ad04cc2bb8ac480fe907e261235272c3e9313..55eb4be0b3210d6b2be4d62eb5e07d78cc4fd55d 100644 (file)
@@ -2,6 +2,7 @@ ikiwiki (3.02) UNRELEASED; urgency=low
 
   * table: Fix misparsed links in external files.
   * table: Find links in external files in scan pass.
 
   * table: Fix misparsed links in external files.
   * 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
 
index 2d9677e7fc4f2e25bd6572cf55f2a344ea22ff27..132d23463b5f85fd6d6f090028ce56515f39eeb8 100644 (file)
@@ -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>...
 
 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]]
 <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]]
+
+[[done]]