]> sipb.mit.edu Git - ikiwiki.git/commitdiff
response
authorjoey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071>
Tue, 20 Feb 2007 01:11:25 +0000 (01:11 +0000)
committerjoey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071>
Tue, 20 Feb 2007 01:11:25 +0000 (01:11 +0000)
doc/patchqueue/clickable-openid-urls-in-logs.mdwn

index c25c5c7894e0daf7179914e42727588c8609dc54..18ba6be94669af41ba25545afc43fc62951fa92d 100644 (file)
@@ -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.
 
 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)
 <pre>
 --- 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" : "");
         }
         elsif (defined $ipaddr) {
                 $message="web commit from $ipaddr".(length $message ? ": $message" : "");
-</pre>
\ No newline at end of file
+</pre>