r12480 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r12479‎ | r12480 | r12481 >
Date:14:41, 7 January 2006
Author:avar
Status:old
Tags:
Comment:
* Wikipedia => MediaWiki in $wgPasswordSender
* $wgPutIPinRC = true (was false), why is this even an option?
Modified paths:
  • /trunk/phase3/includes/DefaultSettings.php (modified) (history)

Diff [purge]

Index: trunk/phase3/includes/DefaultSettings.php
@@ -357,7 +357,7 @@
358358 * Default to apache@SERVER_NAME
359359 * @global string $wgPasswordSender
360360 */
361 -$wgPasswordSender = 'Wikipedia Mail <apache@' . $wgServerName . '>';
 361+$wgPasswordSender = 'MediaWiki Mail <apache@' . $wgServerName . '>';
362362
363363 /**
364364 * dummy address which should be accepted during mail send action
@@ -1247,7 +1247,7 @@
12481248 #
12491249
12501250 /** Log IP addresses in the recentchanges table */
1251 -$wgPutIPinRC = false;
 1251+$wgPutIPinRC = true;
12521252
12531253 /**
12541254 * Recentchanges items are periodically purged; entries older than this many

Status & tagging log