recentchanges: change to using do=goto links.

master
Joey Hess 2009-04-01 19:18:43 -04:00
parent 0c67efb90e
commit 72b9482835
2 changed files with 2 additions and 1 deletions

View 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},
);
}

1
debian/changelog vendored
View 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