From: Antoine Musso Date: Mon, 24 Oct 2011 09:08:13 +0000 (+0000) Subject: using real identity for hashar X-Git-Tag: 1.31.0-rc.0~26937 X-Git-Url: http://git.cyclocoop.org/%24href?a=commitdiff_plain;h=c1f23144e1919ea86b90de2b30428f94c36e7503;p=lhc%2Fweb%2Fwiklou.git using real identity for hashar Converting my pseudonym to use my real identity instead: Ashar Voultoiz -> Antoine Musso --- diff --git a/includes/BacklinkCache.php b/includes/BacklinkCache.php index 1194015c52..d17104f873 100644 --- a/includes/BacklinkCache.php +++ b/includes/BacklinkCache.php @@ -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 { diff --git a/includes/FormOptions.php b/includes/FormOptions.php index b668ff46ee..ccc87d8a23 100644 --- a/includes/FormOptions.php +++ b/includes/FormOptions.php @@ -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 { diff --git a/includes/IP.php b/includes/IP.php index 2889dd4b77..e3f6121422 100644 --- a/includes/IP.php +++ b/includes/IP.php @@ -18,7 +18,7 @@ * http://www.gnu.org/copyleft/gpl.html * * @file - * @author Ashar Voultoiz , Aaron Schulz + * @author Antoine Musso , Aaron Schulz */ // Some regex definition to "play" with IP address and IP address blocks diff --git a/includes/OutputPage.php b/includes/OutputPage.php index cc01c92b79..3df9dff002 100644 --- a/includes/OutputPage.php +++ b/includes/OutputPage.php @@ -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 diff --git a/includes/specials/SpecialListusers.php b/includes/specials/SpecialListusers.php index eb3a006c33..8a60c38f5a 100644 --- a/includes/specials/SpecialListusers.php +++ b/includes/specials/SpecialListusers.php @@ -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 * * This program is free software; you can redistribute it and/or modify diff --git a/includes/specials/SpecialVersion.php b/includes/specials/SpecialVersion.php index 0bd994815d..4a2b8fb87f 100644 --- a/includes/specials/SpecialVersion.php +++ b/includes/specials/SpecialVersion.php @@ -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' ) ); diff --git a/maintenance/findHooks.php b/maintenance/findHooks.php index 9c9cc74284..2fa898236a 100644 --- a/maintenance/findHooks.php +++ b/maintenance/findHooks.php @@ -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 + * @author Antoine Musso */ require_once( dirname( __FILE__ ) . '/Maintenance.php' ); diff --git a/maintenance/language/StatOutputs.php b/maintenance/language/StatOutputs.php index c6d03641d4..d7c621e6a6 100644 --- a/maintenance/language/StatOutputs.php +++ b/maintenance/language/StatOutputs.php @@ -21,7 +21,7 @@ if ( !defined( 'MEDIAWIKI' ) ) die(); * @file * @ingroup MaintenanceLanguage * @author Ævar Arnfjörð Bjarmason - * @author Ashar Voultoiz + * @author Antoine Musso */ /** A general output object. Need to be overriden */ diff --git a/maintenance/language/transstat.php b/maintenance/language/transstat.php index a321326608..6063cb961e 100644 --- a/maintenance/language/transstat.php +++ b/maintenance/language/transstat.php @@ -21,7 +21,7 @@ * @ingroup MaintenanceLanguage * * @author Ævar Arnfjörð Bjarmason - * @author Ashar Voultoiz + * @author Antoine Musso * * Output is posted from time to time on: * http://www.mediawiki.org/wiki/Localisation_statistics diff --git a/maintenance/mwdocgen.php b/maintenance/mwdocgen.php index 8279733907..24d63c54c1 100644 --- a/maintenance/mwdocgen.php +++ b/maintenance/mwdocgen.php @@ -33,7 +33,7 @@ * @todo document * @ingroup Maintenance * - * @author Ashar Voultoiz + * @author Antoine Musso * @author Brion Vibber * @author Alexandre Emsenhuber * @version first release diff --git a/maintenance/showJobs.php b/maintenance/showJobs.php index 886d7d45f7..ff7d3fc0f5 100644 --- a/maintenance/showJobs.php +++ b/maintenance/showJobs.php @@ -21,7 +21,7 @@ * * @ingroup Maintenance * @author Tim Starling - * @author Ashar Voultoiz + * @author Antoine Musso */ require_once( dirname( __FILE__ ) . '/Maintenance.php' ); diff --git a/maintenance/showStats.php b/maintenance/showStats.php index f695c440c1..404c417e61 100644 --- a/maintenance/showStats.php +++ b/maintenance/showStats.php @@ -20,7 +20,7 @@ * http://www.gnu.org/copyleft/gpl.html * * @ingroup Maintenance - * @author Ashar Voultoiz + * @author Antoine Musso * Based on initStats.php by: * @author Brion Vibber * @author Rob Church diff --git a/maintenance/userOptions.php b/maintenance/userOptions.php index 6e1681c3ff..64368f63a7 100644 --- a/maintenance/userOptions.php +++ b/maintenance/userOptions.php @@ -23,7 +23,7 @@ * * @file * @ingroup Maintenance - * @author Ashar Voultoiz + * @author Antoine Musso */ // This is a command line script, load tools and parse args diff --git a/tests/phpunit/includes/FormOptionsInitializationTest.php b/tests/phpunit/includes/FormOptionsInitializationTest.php index 85d76271fa..d86c95d7c8 100644 --- a/tests/phpunit/includes/FormOptionsInitializationTest.php +++ b/tests/phpunit/includes/FormOptionsInitializationTest.php @@ -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 { /** diff --git a/tests/phpunit/includes/FormOptionsTest.php b/tests/phpunit/includes/FormOptionsTest.php index 86618d930c..749343eccc 100644 --- a/tests/phpunit/includes/FormOptionsTest.php +++ b/tests/phpunit/includes/FormOptionsTest.php @@ -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 { /** diff --git a/tests/phpunit/includes/MWNamespaceTest.php b/tests/phpunit/includes/MWNamespaceTest.php index 3835678da0..2dc8babab4 100644 --- a/tests/phpunit/includes/MWNamespaceTest.php +++ b/tests/phpunit/includes/MWNamespaceTest.php @@ -1,7 +1,7 @@