From: Ævar Arnfjörð Bjarmason Date: Sat, 7 Jan 2006 14:41:46 +0000 (+0000) Subject: * Wikipedia => MediaWiki in $wgPasswordSender X-Git-Tag: 1.6.0~715 X-Git-Url: http://git.cyclocoop.org//%22%22.str_replace%28%27%22%27%2C?a=commitdiff_plain;h=cf8092ed81c8245580bcdf51866436579f7f26e2;p=lhc%2Fweb%2Fwiklou.git * Wikipedia => MediaWiki in $wgPasswordSender * $wgPutIPinRC = true (was false), why is this even an option? --- diff --git a/includes/DefaultSettings.php b/includes/DefaultSettings.php index 0703e9b565..e8d2c0b206 100644 --- a/includes/DefaultSettings.php +++ b/includes/DefaultSettings.php @@ -357,7 +357,7 @@ $wgEmergencyContact = 'wikiadmin@' . $wgServerName; * Default to apache@SERVER_NAME * @global string $wgPasswordSender */ -$wgPasswordSender = 'Wikipedia Mail '; +$wgPasswordSender = 'MediaWiki Mail '; /** * dummy address which should be accepted during mail send action @@ -1247,7 +1247,7 @@ if( !isset( $wgCommandLineMode ) ) { # /** Log IP addresses in the recentchanges table */ -$wgPutIPinRC = false; +$wgPutIPinRC = true; /** * Recentchanges items are periodically purged; entries older than this many