r112064 MediaWiki - Code Review archive
Repository:
MediaWiki
Revision:
<
r112063
|
r112064
|
r112065
>
Date:
23:48, 21 February 2012
Author:
johnduhart
Status:
ok
Tags:
Comment:
Add default to SpamBlacklist for backward compatibility
Modified paths:
/trunk/extensions/SpamBlacklist/SpamBlacklist.php
(modified) (
history
)
Diff
[
purge
]
Index: trunk/extensions/SpamBlacklist/SpamBlacklist.php
—
—
@@ -23,7 +23,9 @@
24
24
*/
25
25
$wgBlacklistSettings = array(
26
26
'spam' => array(
27
- 'files' => array(),
27
+ 'files' => array(
28
+ 'http://meta.wikimedia.org/w/index.php?title=Spam_blacklist&action=raw&sb_ver=1'
29
+ ),
28
30
),
29
31
);
30
32
Follow-up revisions
Revision
Commit summary
Author
Date
r112781
MFT
r112064
: default blacklist file
tstarling
06:25, 1 March 2012
Status & tagging log
23:33, 16 March 2012
Reedy
(
talk
|
contribs
)
changed the
status
of r112064
[
removed:
new
added:
ok]