aboutsummaryrefslogtreecommitdiff
path: root/doc/bugs/goto_with_bad_page_name.mdwn
diff options
context:
space:
mode:
authorJoey Hess <joey@gnu.kitenet.net>2009-06-06 02:36:40 -0400
committerJoey Hess <joey@gnu.kitenet.net>2009-06-06 02:36:40 -0400
commite40d2a6b2b1bdf677f11cc4a71595acf609d1e75 (patch)
treea6a031cfe88ed26232d0fda73e2844cc41ecc138 /doc/bugs/goto_with_bad_page_name.mdwn
parent07b61ec8b6994fac49ba5f0e22397e8fb143bf87 (diff)
downloadikiwiki-e40d2a6b2b1bdf677f11cc4a71595acf609d1e75.tar
ikiwiki-e40d2a6b2b1bdf677f11cc4a71595acf609d1e75.tar.gz
goto: Support being passed a page title that is not a valid page name, to support several cases including mercurial's long user names on the RecentChanges page, and urls with spaces being handled by the 404 plugin.
Diffstat (limited to 'doc/bugs/goto_with_bad_page_name.mdwn')
-rw-r--r--doc/bugs/goto_with_bad_page_name.mdwn2
1 files changed, 2 insertions, 0 deletions
diff --git a/doc/bugs/goto_with_bad_page_name.mdwn b/doc/bugs/goto_with_bad_page_name.mdwn
index 722c4e266..bc462c840 100644
--- a/doc/bugs/goto_with_bad_page_name.mdwn
+++ b/doc/bugs/goto_with_bad_page_name.mdwn
@@ -20,4 +20,6 @@ pass it through titlepage if not.
with spaces" to "http://wiki/some_page_with_spaces", if the latter exists.
That seems like a fairly good thing.)
+[[done]]
+
--[[Joey]]