r55331 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r55330‎ | r55331 | r55332 >
Date:17:22, 19 August 2009
Author:brion
Status:ok
Tags:
Comment:
Commit some live hacks:
* UAE proxies for TrustedXFF list
* include PrefStats.sql in new installations
* possibly unnecessary global line in HoneypotIntegration?
Modified paths:
  • /branches/wmf-deployment/extensions/HoneypotIntegration/HoneypotIntegration.class.php (modified) (history)
  • /branches/wmf-deployment/extensions/TrustedXFF/trusted-hosts.txt (modified) (history)
  • /branches/wmf-deployment/maintenance/addwiki.php (modified) (history)

Diff [purge]

Index: branches/wmf-deployment/maintenance/addwiki.php
@@ -51,6 +51,7 @@
5252 dbsource( "$IP/extensions/Oversight/hidden.sql", $dbw );
5353 dbsource( "$IP/extensions/GlobalBlocking/localdb_patches/setup-global_block_whitelist.sql", $dbw );
5454 dbsource( "$IP/extensions/AbuseFilter/abusefilter.tables.sql", $dbw );
 55+ dbsource( "$IP/extensions/UsabilityInitiative/PrefStats/PrefStats.sql", $dbw );
5556
5657 $dbw->query( "INSERT INTO site_stats(ss_row_id) VALUES (1)" );
5758
Index: branches/wmf-deployment/extensions/TrustedXFF/trusted-hosts.txt
@@ -1184,3 +1184,12 @@
11851185 # IWF proxy at kcom.com
11861186 213.249.193.2
11871187
 1188+# UAE ISP proxies (Emirates Telecommunication Corporation) -- domas -
 1189+# 2009-08-12
 1190+195.229.242.52
 1191+195.229.242.53
 1192+195.229.242.54
 1193+195.229.242.55
 1194+195.229.242.56
 1195+195.229.242.57
 1196+195.229.242.58
Index: branches/wmf-deployment/extensions/HoneypotIntegration/HoneypotIntegration.class.php
@@ -52,6 +52,7 @@
5353 }
5454
5555 public static function loadHoneypotURLs() {
 56+ global $wgMemc, $wgHoneypotURLSource;
5657 $key = wfMemcKey( 'honeypot-integration-urls' );
5758
5859 global $wgHoneypotURLSource;

Follow-up revisions

RevisionCommit summaryAuthorDate
r55481Merge r55331 from wmf-deployment (which was merged from a live hack)raymond18:05, 22 August 2009
r55482Merge r55331 from wmf-deployment (which was merged from a live hack)...raymond18:22, 22 August 2009
r55483Merge r55331 from wmf-deployment (which was merged from a live hack)...raymond18:30, 22 August 2009

Status & tagging log