]> sipb.mit.edu Git - ikiwiki.git/commitdiff
recentchanges: change to using do=goto links.
authorJoey Hess <joey@gnu.kitenet.net>
Wed, 1 Apr 2009 23:18:43 +0000 (19:18 -0400)
committerJoey Hess <joey@gnu.kitenet.net>
Wed, 1 Apr 2009 23:18:43 +0000 (19:18 -0400)
IkiWiki/Plugin/recentchanges.pm
debian/changelog

index 329dd6f3255f278a81322a87a7d2c2ca6ebec2e8..fa851e46678f208efa04def72e988366df6ea87d 100644 (file)
@@ -123,7 +123,7 @@ sub store ($$$) {
        }
        elsif (length $config{cgiurl}) {
                $change->{authorurl} = IkiWiki::cgiurl(
-                       do => "recentchanges_link",
+                       do => "goto",
                        page => (length $config{userdir} ? "$config{userdir}/" : "").$change->{author},
                );
        }
index a3ff97d30f02ef6918143ae38db73a0dd747807e..25ed0dce995d6c7500a775cca69e2fa7b0f2327c 100644 (file)
@@ -12,6 +12,7 @@ ikiwiki (3.09) UNRELEASED; urgency=low
   * comments: Fix anchor ids to be legal xhtml. Closes: #521339
   * Fix documentation of anonok_pagespec. Closes: #521793
   * Add missing suggests on libtext-textile-perl. Closes: #522039
+  * recentchanges: change to using do=goto links.
 
  -- Joey Hess <joeyh@debian.org>  Thu, 19 Mar 2009 15:32:49 -0400