using real identity for hashar
authorAntoine Musso <hashar@users.mediawiki.org>
Mon, 24 Oct 2011 09:08:13 +0000 (09:08 +0000)
committerAntoine Musso <hashar@users.mediawiki.org>
Mon, 24 Oct 2011 09:08:13 +0000 (09:08 +0000)
Converting my pseudonym to use my real identity instead:
Ashar Voultoiz -> Antoine Musso

20 files changed:
includes/BacklinkCache.php
includes/FormOptions.php
includes/IP.php
includes/OutputPage.php
includes/specials/SpecialListusers.php
includes/specials/SpecialVersion.php
maintenance/findHooks.php
maintenance/language/StatOutputs.php
maintenance/language/transstat.php
maintenance/mwdocgen.php
maintenance/showJobs.php
maintenance/showStats.php
maintenance/userOptions.php
tests/phpunit/includes/FormOptionsInitializationTest.php
tests/phpunit/includes/FormOptionsTest.php
tests/phpunit/includes/MWNamespaceTest.php
tests/phpunit/includes/Providers.php
tests/phpunit/includes/parser/MagicVariableTest.php
tests/phpunit/includes/specials/SpecialRecentchangesTest.php
tests/phpunit/languages/LanguageTrTest.php

index 1194015..d17104f 100644 (file)
@@ -22,7 +22,7 @@
  * @author Tim Starling
  * @copyright © 2009, Tim Starling, Domas Mituzas
  * @copyright © 2010, Max Sem
- * @copyright © 2011, Ashar Voultoiz
+ * @copyright © 2011, Antoine Musso
  */
 class BacklinkCache {
 
index b668ff4..ccc87d8 100644 (file)
@@ -5,10 +5,10 @@
  *
  * Copyright © 2008, Niklas Laxstiröm
  *
- * Copyright © 2011, Ashar Voultoiz
+ * Copyright © 2011, Antoine Musso
  *
  * @author Niklas Laxström
- * @author Ashar Voultoiz 
+ * @author Antoine Musso 
  */
 
 class FormOptions implements ArrayAccess {
index 2889dd4..e3f6121 100644 (file)
@@ -18,7 +18,7 @@
  * http://www.gnu.org/copyleft/gpl.html
  *
  * @file
- * @author Ashar Voultoiz <hashar at free dot fr>, Aaron Schulz
+ * @author Antoine Musso <hashar at free dot fr>, Aaron Schulz
  */
 
 // Some regex definition to "play" with IP address and IP address blocks
index cc01c92..3df9dff 100644 (file)
@@ -13,7 +13,7 @@ if ( !defined( 'MEDIAWIKI' ) ) {
  *
  * @todo FIXME: Another class handles sending the whole page to the client.
  *
- * Some comments comes from a pairing session between Zak Greant and Ashar Voultoiz
+ * Some comments comes from a pairing session between Zak Greant and Antoine Musso
  * in November 2010.
  *
  * @todo document
index eb3a006..8a60c38 100644 (file)
@@ -3,7 +3,7 @@
  * Implements Special:Listusers
  *
  * Copyright © 2004 Brion Vibber, lcrocker, Tim Starling,
- * Domas Mituzas, Ashar Voultoiz, Jens Frank, Zhengzhu,
+ * Domas Mituzas, Antoine Musso, Jens Frank, Zhengzhu,
  * 2006 Rob Church <robchur@gmail.com>
  *
  * This program is free software; you can redistribute it and/or modify
index 0bd9948..4a2b8fb 100644 (file)
@@ -107,7 +107,7 @@ class SpecialVersion extends SpecialPage {
                        'Aryeh Gregor', 'Aaron Schulz', 'Andrew Garrett', 'Raimond Spekking',
                        'Alexandre Emsenhuber', 'Siebrand Mazeland', 'Chad Horohoe',
                        'Roan Kattouw', 'Trevor Parscal', 'Bryan Tong Minh', 'Sam Reed',
-                       'Victor Vasiliev', 'Rotem Liss', 'Platonides', 'Ashar Voultoiz',
+                       'Victor Vasiliev', 'Rotem Liss', 'Platonides', 'Antoine Musso',
                        wfMsg( 'version-poweredby-others' )
                );
 
index 9c9cc74..2fa8982 100644 (file)
@@ -12,7 +12,7 @@
  *
  * Any instance of wfRunHooks that doesn't meet these parameters will be noted.
  *
- * Copyright © Ashar Voultoiz
+ * Copyright © Antoine Musso
  *
  * This program is free software; you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
@@ -31,7 +31,7 @@
  *
  * @file
  * @ingroup Maintenance
- * @author Ashar Voultoiz <hashar at free dot fr>
+ * @author Antoine Musso <hashar at free dot fr>
  */
 
 require_once( dirname( __FILE__ ) . '/Maintenance.php' );
index c6d0364..d7c621e 100644 (file)
@@ -21,7 +21,7 @@ if ( !defined( 'MEDIAWIKI' ) ) die();
  * @file
  * @ingroup MaintenanceLanguage
  * @author Ævar Arnfjörð Bjarmason <avarab@gmail.com>
- * @author Ashar Voultoiz <hashar at free dot fr>
+ * @author Antoine Musso <hashar at free dot fr>
  */
 
 /** A general output object. Need to be overriden */
index a321326..6063cb9 100644 (file)
@@ -21,7 +21,7 @@
  * @ingroup MaintenanceLanguage
  *
  * @author Ævar Arnfjörð Bjarmason <avarab@gmail.com>
- * @author Ashar Voultoiz <hashar at free dot fr>
+ * @author Antoine Musso <hashar at free dot fr>
  *
  * Output is posted from time to time on:
  * http://www.mediawiki.org/wiki/Localisation_statistics
index 8279733..24d63c5 100644 (file)
@@ -33,7 +33,7 @@
  * @todo document
  * @ingroup Maintenance
  *
- * @author Ashar Voultoiz <hashar at free dot fr>
+ * @author Antoine Musso <hashar at free dot fr>
  * @author Brion Vibber
  * @author Alexandre Emsenhuber
  * @version first release
index 886d7d4..ff7d3fc 100644 (file)
@@ -21,7 +21,7 @@
  *
  * @ingroup Maintenance
  * @author Tim Starling
- * @author Ashar Voultoiz
+ * @author Antoine Musso
  */
 
 require_once( dirname( __FILE__ ) . '/Maintenance.php' );
index f695c44..404c417 100644 (file)
@@ -20,7 +20,7 @@
  * http://www.gnu.org/copyleft/gpl.html
  *
  * @ingroup Maintenance
- * @author Ashar Voultoiz <hashar at free dot fr>
+ * @author Antoine Musso <hashar at free dot fr>
  * Based on initStats.php by:
  * @author Brion Vibber
  * @author Rob Church <robchur@gmail.com>
index 6e1681c..64368f6 100644 (file)
@@ -23,7 +23,7 @@
  *
  * @file
  * @ingroup Maintenance
- * @author Ashar Voultoiz <hashar at free dot fr>
+ * @author Antoine Musso <hashar at free dot fr>
  */
 
 // This is a command line script, load tools and parse args
index 85d7627..d86c95d 100644 (file)
@@ -25,9 +25,9 @@ class FormOptionsExposed extends FormOptions {
  *
  * Generated by PHPUnit on 2011-02-28 at 20:46:27.
  *
- * Copyright © 2011, Ashar Voultoiz
+ * Copyright © 2011, Antoine Musso
  *
- * @author Ashar Voultoiz
+ * @author Antoine Musso
  */
 class FormOptionsInitializationTest extends MediaWikiTestCase {
        /**
index 86618d9..749343e 100644 (file)
@@ -12,9 +12,9 @@
  * Test class for FormOptions methods.
  * Generated by PHPUnit on 2011-02-28 at 20:46:27.
  *
- * Copyright © 2011, Ashar Voultoiz
+ * Copyright © 2011, Antoine Musso
  *
- * @author Ashar Voultoiz
+ * @author Antoine Musso
  */
 class FormOptionsTest extends MediaWikiTestCase {
        /**
index 3835678..2dc8bab 100644 (file)
@@ -1,7 +1,7 @@
 <?php
 /**
- * @author Ashar Voultoiz
- * @copyright Copyright © 2011, Ashar Voultoiz
+ * @author Antoine Musso
+ * @copyright Copyright © 2011, Antoine Musso
  * @file
  */
 
index 0289867..f451f8a 100644 (file)
@@ -2,8 +2,8 @@
 /**
  * Generic providers for the MediaWiki PHPUnit test suite
  *
- * @author Ashar Voultoiz
- * @copyright Copyright © 2011, Ashar Voultoiz
+ * @author Antoine Musso
+ * @copyright Copyright © 2011, Antoine Musso
  * @file
  */
 
index 679a9c8..a8c0574 100644 (file)
@@ -6,8 +6,8 @@
  * As of february 2011, it only tests some revisions and date related
  * magic variables.
  *
- * @author Ashar Voultoiz
- * @copyright Copyright © 2011, Ashar Voultoiz
+ * @author Antoine Musso
+ * @copyright Copyright © 2011, Antoine Musso
  * @file
  */
 
index 4cec766..2e4f4b0 100644 (file)
@@ -2,9 +2,9 @@
 /**
  * Test class for SpecialRecentchanges class
  *
- * Copyright © 2011, Ashar Voultoiz
+ * Copyright © 2011, Antoine Musso
  *
- * @author Ashar Voultoiz
+ * @author Antoine Musso
  * @group Database
  */
 class SpecialRecentchangesTest extends MediaWikiTestCase {
index d2a5ff3..fe24a5a 100644 (file)
@@ -1,7 +1,7 @@
 <?php
 /**
- * @author Ashar Voultoiz
- * @copyright Copyright © 2011, Ashar Voultoiz
+ * @author Antoine Musso
+ * @copyright Copyright © 2011, Antoine Musso
  * @file
  */