aboutsummaryrefslogtreecommitdiff
path: root/IkiWiki/Plugin/goto.pm
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 /IkiWiki/Plugin/goto.pm
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 'IkiWiki/Plugin/goto.pm')
-rw-r--r--IkiWiki/Plugin/goto.pm6
1 files changed, 6 insertions, 0 deletions
diff --git a/IkiWiki/Plugin/goto.pm b/IkiWiki/Plugin/goto.pm
index 3f40c5859..2e2dc04a1 100644
--- a/IkiWiki/Plugin/goto.pm
+++ b/IkiWiki/Plugin/goto.pm
@@ -32,6 +32,12 @@ sub cgi_goto ($;$) {
}
}
+ # It's possible that $page is not a valid page name;
+ # if so attempt to turn it into one.
+ if ($page !~ /$config{wiki_file_regexp}/) {
+ $page=titlepage($page);
+ }
+
IkiWiki::loadindex();
# If the page is internal (like a comment), see if it has a