From: Joey Hess Date: Tue, 29 Jan 2008 21:05:31 +0000 (-0500) Subject: make the author metadata for changes pages be the un-munged openid X-Git-Tag: 2.30~57 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=bc49e284ac96ca0058bfe4b026d23022d5d3f659;p=ikiwiki.git make the author metadata for changes pages be the un-munged openid --- diff --git a/IkiWiki/Plugin/recentchanges.pm b/IkiWiki/Plugin/recentchanges.pm index f5982604b..9dad0af5e 100644 --- a/IkiWiki/Plugin/recentchanges.pm +++ b/IkiWiki/Plugin/recentchanges.pm @@ -66,6 +66,7 @@ sub store ($$$) { #{{{ push @{$change->{pages}}, { link => '...' } if $is_excess; # See if the committer is an openid. + $change->{author}=$change->{user}; my $oiduser=IkiWiki::openiduser($change->{user}); if (defined $oiduser) { $change->{authorurl}=$change->{user};