1 OpenID URLs aren't clickable in the ViewVC logs because they're directly followed by a colon. At the expense of, um, proper grammar, here's a patch for SVN. If this is OK, I'll patch the other RCS modules, too.
4 --- IkiWiki/Rcs/svn.pm (revision 2650)
5 +++ IkiWiki/Rcs/svn.pm (working copy)
10 - $message="web commit by $user".(length $message ? ": $message" : "");
11 + $message="web commit by $user ".(length $message ? ": $message" : "");
13 elsif (defined $ipaddr) {
14 $message="web commit from $ipaddr".(length $message ? ": $message" : "");