Index: branches/wmf-deployment/maintenance/addwiki.php |
— | — | @@ -51,6 +51,7 @@ |
52 | 52 | dbsource( "$IP/extensions/Oversight/hidden.sql", $dbw ); |
53 | 53 | dbsource( "$IP/extensions/GlobalBlocking/localdb_patches/setup-global_block_whitelist.sql", $dbw ); |
54 | 54 | dbsource( "$IP/extensions/AbuseFilter/abusefilter.tables.sql", $dbw ); |
| 55 | + dbsource( "$IP/extensions/UsabilityInitiative/PrefStats/PrefStats.sql", $dbw ); |
55 | 56 | |
56 | 57 | $dbw->query( "INSERT INTO site_stats(ss_row_id) VALUES (1)" ); |
57 | 58 | |
Index: branches/wmf-deployment/extensions/TrustedXFF/trusted-hosts.txt |
— | — | @@ -1184,3 +1184,12 @@ |
1185 | 1185 | # IWF proxy at kcom.com |
1186 | 1186 | 213.249.193.2 |
1187 | 1187 | |
| 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 @@ |
53 | 53 | } |
54 | 54 | |
55 | 55 | public static function loadHoneypotURLs() { |
| 56 | + global $wgMemc, $wgHoneypotURLSource; |
56 | 57 | $key = wfMemcKey( 'honeypot-integration-urls' ); |
57 | 58 | |
58 | 59 | global $wgHoneypotURLSource; |