X-Git-Url: http://git.vanrenterghem.biz/git.ikiwiki.info.git/blobdiff_plain/6254175b0b59f72a442192eb002c167a889d384c..62fd4c979e9aa6d55583a6057b4fb8541508cdd4:/doc/patchqueue/clickable-openid-urls-in-logs.mdwn diff --git a/doc/patchqueue/clickable-openid-urls-in-logs.mdwn b/doc/patchqueue/clickable-openid-urls-in-logs.mdwn index c25c5c789..997bc7492 100644 --- a/doc/patchqueue/clickable-openid-urls-in-logs.mdwn +++ b/doc/patchqueue/clickable-openid-urls-in-logs.mdwn @@ -1,5 +1,9 @@ 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. +> Reasonable, but probably needs to modify the wiki\_commit\_regexp to +> recognise such commit messages when parsing the logs. Do that and extend +> to the other modules and I'll accept it. --[[Joey]] +
--- IkiWiki/Rcs/svn.pm (revision 2650) +++ IkiWiki/Rcs/svn.pm (working copy) @@ -12,4 +16,4 @@ OpenID URLs aren't clickable in the ViewVC logs because they're directly followe } elsif (defined $ipaddr) { $message="web commit from $ipaddr".(length $message ? ": $message" : ""); -\ No newline at end of file +