projects
/
ikiwiki.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7e3e19a
)
linify user in recenthanges
author
joey
<joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071>
Sun, 12 Mar 2006 20:40:40 +0000
(20:40 +0000)
committer
joey
<joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071>
Sun, 12 Mar 2006 20:40:40 +0000
(20:40 +0000)
ikiwiki
patch
|
blob
|
history
diff --git
a/ikiwiki
b/ikiwiki
index 06627fc292e56a65b822a01fa76277343a62820d..7fae07eee1b348611822cd2f6d6ee84e67a9ef90 100755
(executable)
--- a/
ikiwiki
+++ b/
ikiwiki
@@
-456,7
+456,8
@@
sub rcs_recentchanges ($) { #{{{
$committype="svn";
}
- push @ret, { rev => $rev, user => $user,
+ push @ret, { rev => $rev,
+ user => htmllink("", $user, 1),
committype => $committype,
when => $when, message => [@message],
pages => [@pages] } if @pages;