rename plugin should expand full path of affected pages
[ikiwiki] / doc / bugs / output_of_successful_rename_should_list_the_full_path_to_affected_pages.mdwn
1 I've just renamed a page and received the following as a result:
2
3 ----
4
5 <p>
6 <b>Successfully renamed users/jondowland.mdwn to users/jon.mdwn.</b>
7 </p>
8 <p>
9
10 The following pages have been automatically modified to update their links to users/jon.mdwn:
11 <ul>
12 <li><a href="./../../tips/convert_mediawiki_to_ikiwiki/discussion/">discussion</a></li><li><a href="./../../tips/untrusted_git_push/discussion/">discussion</a></li></ul>...
13
14 ----
15
16 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]]