r7792 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r7791‎ | r7792 | r7793 >
Date:01:59, 21 March 2005
Author:vibber
Status:old
Tags:
Comment:
Bump version to 1.4.0
Disable user-to-user email by default
Modified paths:
  • /branches/REL1_4/phase3/includes/DefaultSettings.php (modified) (history)

Diff [purge]

Index: branches/REL1_4/phase3/includes/DefaultSettings.php
@@ -19,7 +19,7 @@
2020 * MediaWiki version number
2121 * @global string $wgVersion
2222 */
23 -$wgVersion = '1.4rc1';
 23+$wgVersion = '1.4.0';
2424
2525 /**
2626 * Name of the site.
@@ -170,7 +170,7 @@
171171 * This can potentially be abused, as it's hard to track.
172172 * @global bool $wgEnableUserEmail
173173 */
174 -$wgEnableUserEmail = true;
 174+$wgEnableUserEmail = false;
175175
176176 /**
177177 * SMTP Mode

Status & tagging log