projects
/
ikiwiki.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9875bc1
)
make the author metadata for changes pages be the un-munged openid
author
Joey Hess
<joey@kodama.kitenet.net>
Tue, 29 Jan 2008 21:05:31 +0000
(16:05 -0500)
committer
Joey Hess
<joey@kodama.kitenet.net>
Tue, 29 Jan 2008 21:05:31 +0000
(16:05 -0500)
IkiWiki/Plugin/recentchanges.pm
patch
|
blob
|
history
diff --git
a/IkiWiki/Plugin/recentchanges.pm
b/IkiWiki/Plugin/recentchanges.pm
index f5982604bd7c091a8604700663062b36b3d5973c..9dad0af5e2787c35cd254f2772750864675ef94f 100644
(file)
--- 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};