aboutsummaryrefslogtreecommitdiff
path: root/doc/bugs/output_of_successful_rename_should_list_the_full_path_to_affected_pages.mdwn
diff options
context:
space:
mode:
authorhttp://alcopop.org/me/openid/ <http://alcopop.org/me/openid/@web>2008-12-02 10:07:59 -0500
committerJoey Hess <joey@kitenet.net>2008-12-02 10:07:59 -0500
commit6683a1d76ee95e2686b8ac5f905a823169f5367e (patch)
tree5fc4fbb40f873dfe9669d8f66a4719865a64e7ca /doc/bugs/output_of_successful_rename_should_list_the_full_path_to_affected_pages.mdwn
parent6e9ec937fadd1b12d13f2fb4a5c7fea20ab4bb13 (diff)
downloadikiwiki-6683a1d76ee95e2686b8ac5f905a823169f5367e.tar
ikiwiki-6683a1d76ee95e2686b8ac5f905a823169f5367e.tar.gz
rename plugin should expand full path of affected pages
Diffstat (limited to 'doc/bugs/output_of_successful_rename_should_list_the_full_path_to_affected_pages.mdwn')
-rw-r--r--doc/bugs/output_of_successful_rename_should_list_the_full_path_to_affected_pages.mdwn16
1 files changed, 16 insertions, 0 deletions
diff --git a/doc/bugs/output_of_successful_rename_should_list_the_full_path_to_affected_pages.mdwn b/doc/bugs/output_of_successful_rename_should_list_the_full_path_to_affected_pages.mdwn
new file mode 100644
index 000000000..31008cb4c
--- /dev/null
+++ b/doc/bugs/output_of_successful_rename_should_list_the_full_path_to_affected_pages.mdwn
@@ -0,0 +1,16 @@
+I've just renamed a page and received the following as a result:
+
+----
+
+<p>
+<b>Successfully renamed users/jondowland.mdwn to users/jon.mdwn.</b>
+</p>
+<p>
+
+The following pages have been automatically modified to update their links to users/jon.mdwn:
+<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]]