1 OpenID URLs aren't clickable in the ViewVC logs because they're directly
2 followed by a colon. At the expense of, um, proper grammar, here's a patch
3 for SVN. If this is OK, I'll patch the other RCS modules, too.
5 > Reasonable, but probably needs to modify the wiki\_commit\_regexp to
6 > recognise such commit messages when parsing the logs. Do that and extend
7 > to the other modules and I'll accept it. --[[Joey]]
12 --- IkiWiki/Rcs/svn.pm (revision 2650)
13 +++ IkiWiki/Rcs/svn.pm (working copy)
18 - $message="web commit by $user".(length $message ? ": $message" : "");
19 + $message="web commit by $user ".(length $message ? ": $message" : "");
21 elsif (defined $ipaddr) {
22 $message="web commit from $ipaddr".(length $message ? ": $message" : "");