MediaWiki r32683 - Code Review

Jump to: navigation, search
Repository:MediaWiki
Revision:r32682‎ | r32683 (on ViewVC)‎ | r32684 >
Date:00:45, 2 April 2008
Author:simetrical
Status:old
Tags:
Comment:
(bug 13562) Misspelled option $wgUserNotifedOnAllChanges changed to $wgUserNotifiedOnAllChanges
Modified paths:

Diff [purge]

Index: trunk/phase3/includes/UserMailer.php
===================================================================
--- trunk/phase3/includes/UserMailer.php	(revision 32682)
+++ trunk/phase3/includes/UserMailer.php	(revision 32683)
@@ -382,8 +382,8 @@
 			}
 		}
 
-		global $wgUsersNotifedOnAllChanges;
-		foreach ( $wgUsersNotifedOnAllChanges as $name ) {
+		global $wgUsersNotifiedOnAllChanges;
+		foreach ( $wgUsersNotifiedOnAllChanges as $name ) {
 			$user = User::newFromName( $name );
 			$this->compose( $user );
 		}
Index: trunk/phase3/includes/DefaultSettings.php
===================================================================
--- trunk/phase3/includes/DefaultSettings.php	(revision 32682)
+++ trunk/phase3/includes/DefaultSettings.php	(revision 32683)
@@ -1391,7 +1391,7 @@
 /** 
  * Array of usernames who will be sent a notification email for every change which occurs on a wiki
  */
-$wgUsersNotifedOnAllChanges = array();
+$wgUsersNotifiedOnAllChanges = array();
 
 /** Show watching users in recent changes, watchlist and page history views */
 $wgRCShowWatchingUsers 				= false; # UPO
Index: trunk/phase3/RELEASE-NOTES
===================================================================
--- trunk/phase3/RELEASE-NOTES	(revision 32682)
+++ trunk/phase3/RELEASE-NOTES	(revision 32683)
@@ -26,6 +26,8 @@
 * Set $wgUploadSizeWarning to false by default
 * Added $wgLBFactoryConf, for generic configuration of multi-master wiki farms
 * Removed $wgAlternateMaster, use $wgLBFactoryConf
+* (bug 13562) Misspelled option $wgUserNotifedOnAllChanges changed to
+  $wgUserNotifiedOnAllChanges
 
 === New features in 1.13 ===
 

Status & tagging log

  • 15:25, 12 September 2011 Meno25 (Talk | contribs) changed the status of r32683 [removed: ok added: old]
Personal tools
Namespaces
Variants
Views
Actions
Site
Support
Download
Development
Communication
Toolbox