r82797 MediaWiki - Code Review archive
Repository:
MediaWiki
Revision:
<
r82796
|
r82797
|
r82798
>
Date:
15:57, 25 February 2011
Author:
reedy
Status:
ok
Tags:
Comment:
Followup
r82792
, add back the case insensitive modifier (typically, the one I copied was the only one that wasn't case insensitive!)
Modified paths:
/trunk/extensions/CodeReview/backend/CodeRevision.php
(modified) (
history
)
Diff
[
purge
]
Index: trunk/extensions/CodeReview/backend/CodeRevision.php
—
—
@@ -8,7 +8,7 @@
9
9
* Examples:
10
10
* bug 1234, bug1234, bug #1234, bug#1234
11
11
*/
12
- const BugReference = '/\bbug ?#?(\d+)\b/';
12
+ const BugReference = '/\bbug ?#?(\d+)\b/i';
13
13
14
14
/**
15
15
* @var CodeRepository
Past revisions this follows-up on
Revision
Commit summary
Author
Date
r82792
Per
r82788
, factor out bug matching regex
reedy
13:08, 25 February 2011
Status & tagging log
12:07, 28 February 2011
Hashar
(
talk
|
contribs
)
changed the
status
of r82797
[
removed:
new
added:
ok]