]> sipb.mit.edu Git - ikiwiki.git/commitdiff
* Fix various links on the hyperestradier pages.
authorjoey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071>
Mon, 4 Dec 2006 10:50:46 +0000 (10:50 +0000)
committerjoey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071>
Mon, 4 Dec 2006 10:50:46 +0000 (10:50 +0000)
IkiWiki/Plugin/search.pm
debian/changelog

index 3cfc301e2e7815c4ff36f181fa38d01f319afb58..942b9498634042b7c62707746bdaeb7b80a79e1a 100644 (file)
@@ -74,7 +74,7 @@ sub change (@) { #{{{
 sub cgi ($) { #{{{
        my $cgi=shift;
 
-       if (defined $cgi->param('phrase')) {
+       if (defined $cgi->param('phrase') || defined $cgi->param("navi")) {
                # only works for GET requests
                chdir("$config{wikistatedir}/hyperestraier") || error("chdir: $!");
                exec("./".IkiWiki::basename($config{cgiurl})) || error("estseek.cgi failed");
index 60a713251c6d02ca057d6d029aadb6a1a6138970..b2cc9c72512b7eb0f3a084d953f78928d26d1bb0 100644 (file)
@@ -1,3 +1,9 @@
+ikiwiki (1.36) UNRELEASED; urgency=low
+
+  * Fix various links on the hyperestradier pages.
+
+ -- Joey Hess <joeyh@debian.org>  Mon,  4 Dec 2006 11:50:27 +0100
+
 ikiwiki (1.35) unstable; urgency=low
 
   * Fix daemonisation code to only do daemon setup things after forking the