]> sipb.mit.edu Git - ikiwiki.git/blobdiff - doc/patchqueue/clickable-openid-urls-in-logs.mdwn
use wikilinks
[ikiwiki.git] / doc / patchqueue / clickable-openid-urls-in-logs.mdwn
index 260b725f59823869cd2bae91b026ea360f72dada..997bc7492d4dfcd9a3091f9c69ca470e14e08cb4 100644 (file)
@@ -1,7 +1,9 @@
-Index: IkiWiki/Rcs/svn.pm
-===================================================================
 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]]
+
 <pre>
 --- IkiWiki/Rcs/svn.pm  (revision 2650)
 +++ IkiWiki/Rcs/svn.pm  (working copy)
@@ -14,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" : "");
-</pre>
\ No newline at end of file
+</pre>