r44482 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r44481‎ | r44482 | r44483 >
Date:00:03, 12 December 2008
Author:vyznev
Status:resolved
Tags:
Comment:
support nameless users in this other regexp too
Modified paths:
  • /trunk/tools/wikibugs/wikibugs (modified) (history)

Diff [purge]

Index: trunk/tools/wikibugs/wikibugs
@@ -95,7 +95,7 @@
9696 }
9797 else
9898 {
99 - ($haschanges, $user) = (1, $1) if $contents =~ /<(\S+)\@\S+> changed:$/m;
 99+ ($haschanges, $user) = (1, $1) if $contents =~ /^(.*<)?(\S+)\@\S+>? changed:$/m;
100100
101101 if ($haschanges) {
102102 my @outputs;

Status & tagging log