Index: trunk/phase3/maintenance/mwdocgen.php |
— | — | @@ -33,7 +33,7 @@ |
34 | 34 | * @todo document |
35 | 35 | * @ingroup Maintenance |
36 | 36 | * |
37 | | - * @author Ashar Voultoiz <hashar at free dot fr> |
| 37 | + * @author Antoine Musso <hashar at free dot fr> |
38 | 38 | * @author Brion Vibber |
39 | 39 | * @author Alexandre Emsenhuber |
40 | 40 | * @version first release |
Index: trunk/phase3/maintenance/userOptions.php |
— | — | @@ -23,7 +23,7 @@ |
24 | 24 | * |
25 | 25 | * @file |
26 | 26 | * @ingroup Maintenance |
27 | | - * @author Ashar Voultoiz <hashar at free dot fr> |
| 27 | + * @author Antoine Musso <hashar at free dot fr> |
28 | 28 | */ |
29 | 29 | |
30 | 30 | // This is a command line script, load tools and parse args |
Index: trunk/phase3/maintenance/findHooks.php |
— | — | @@ -12,7 +12,7 @@ |
13 | 13 | * |
14 | 14 | * Any instance of wfRunHooks that doesn't meet these parameters will be noted. |
15 | 15 | * |
16 | | - * Copyright © Ashar Voultoiz |
| 16 | + * Copyright © Antoine Musso |
17 | 17 | * |
18 | 18 | * This program is free software; you can redistribute it and/or modify |
19 | 19 | * it under the terms of the GNU General Public License as published by |
— | — | @@ -31,7 +31,7 @@ |
32 | 32 | * |
33 | 33 | * @file |
34 | 34 | * @ingroup Maintenance |
35 | | - * @author Ashar Voultoiz <hashar at free dot fr> |
| 35 | + * @author Antoine Musso <hashar at free dot fr> |
36 | 36 | */ |
37 | 37 | |
38 | 38 | require_once( dirname( __FILE__ ) . '/Maintenance.php' ); |
Index: trunk/phase3/maintenance/language/StatOutputs.php |
— | — | @@ -21,7 +21,7 @@ |
22 | 22 | * @file |
23 | 23 | * @ingroup MaintenanceLanguage |
24 | 24 | * @author Ævar Arnfjörð Bjarmason <avarab@gmail.com> |
25 | | - * @author Ashar Voultoiz <hashar at free dot fr> |
| 25 | + * @author Antoine Musso <hashar at free dot fr> |
26 | 26 | */ |
27 | 27 | |
28 | 28 | /** A general output object. Need to be overriden */ |
Index: trunk/phase3/maintenance/language/transstat.php |
— | — | @@ -21,7 +21,7 @@ |
22 | 22 | * @ingroup MaintenanceLanguage |
23 | 23 | * |
24 | 24 | * @author Ævar Arnfjörð Bjarmason <avarab@gmail.com> |
25 | | - * @author Ashar Voultoiz <hashar at free dot fr> |
| 25 | + * @author Antoine Musso <hashar at free dot fr> |
26 | 26 | * |
27 | 27 | * Output is posted from time to time on: |
28 | 28 | * http://www.mediawiki.org/wiki/Localisation_statistics |
Index: trunk/phase3/maintenance/showJobs.php |
— | — | @@ -21,7 +21,7 @@ |
22 | 22 | * |
23 | 23 | * @ingroup Maintenance |
24 | 24 | * @author Tim Starling |
25 | | - * @author Ashar Voultoiz |
| 25 | + * @author Antoine Musso |
26 | 26 | */ |
27 | 27 | |
28 | 28 | require_once( dirname( __FILE__ ) . '/Maintenance.php' ); |
Index: trunk/phase3/maintenance/showStats.php |
— | — | @@ -20,7 +20,7 @@ |
21 | 21 | * http://www.gnu.org/copyleft/gpl.html |
22 | 22 | * |
23 | 23 | * @ingroup Maintenance |
24 | | - * @author Ashar Voultoiz <hashar at free dot fr> |
| 24 | + * @author Antoine Musso <hashar at free dot fr> |
25 | 25 | * Based on initStats.php by: |
26 | 26 | * @author Brion Vibber |
27 | 27 | * @author Rob Church <robchur@gmail.com> |
Index: trunk/phase3/tests/phpunit/includes/FormOptionsTest.php |
— | — | @@ -12,9 +12,9 @@ |
13 | 13 | * Test class for FormOptions methods. |
14 | 14 | * Generated by PHPUnit on 2011-02-28 at 20:46:27. |
15 | 15 | * |
16 | | - * Copyright © 2011, Ashar Voultoiz |
| 16 | + * Copyright © 2011, Antoine Musso |
17 | 17 | * |
18 | | - * @author Ashar Voultoiz |
| 18 | + * @author Antoine Musso |
19 | 19 | */ |
20 | 20 | class FormOptionsTest extends MediaWikiTestCase { |
21 | 21 | /** |
Index: trunk/phase3/tests/phpunit/includes/FormOptionsInitializationTest.php |
— | — | @@ -25,9 +25,9 @@ |
26 | 26 | * |
27 | 27 | * Generated by PHPUnit on 2011-02-28 at 20:46:27. |
28 | 28 | * |
29 | | - * Copyright © 2011, Ashar Voultoiz |
| 29 | + * Copyright © 2011, Antoine Musso |
30 | 30 | * |
31 | | - * @author Ashar Voultoiz |
| 31 | + * @author Antoine Musso |
32 | 32 | */ |
33 | 33 | class FormOptionsInitializationTest extends MediaWikiTestCase { |
34 | 34 | /** |
Index: trunk/phase3/tests/phpunit/includes/MWNamespaceTest.php |
— | — | @@ -1,7 +1,7 @@ |
2 | 2 | <?php |
3 | 3 | /** |
4 | | - * @author Ashar Voultoiz |
5 | | - * @copyright Copyright © 2011, Ashar Voultoiz |
| 4 | + * @author Antoine Musso |
| 5 | + * @copyright Copyright © 2011, Antoine Musso |
6 | 6 | * @file |
7 | 7 | */ |
8 | 8 | |
Index: trunk/phase3/tests/phpunit/includes/parser/MagicVariableTest.php |
— | — | @@ -6,8 +6,8 @@ |
7 | 7 | * As of february 2011, it only tests some revisions and date related |
8 | 8 | * magic variables. |
9 | 9 | * |
10 | | - * @author Ashar Voultoiz |
11 | | - * @copyright Copyright © 2011, Ashar Voultoiz |
| 10 | + * @author Antoine Musso |
| 11 | + * @copyright Copyright © 2011, Antoine Musso |
12 | 12 | * @file |
13 | 13 | */ |
14 | 14 | |
Index: trunk/phase3/tests/phpunit/includes/Providers.php |
— | — | @@ -2,8 +2,8 @@ |
3 | 3 | /** |
4 | 4 | * Generic providers for the MediaWiki PHPUnit test suite |
5 | 5 | * |
6 | | - * @author Ashar Voultoiz |
7 | | - * @copyright Copyright © 2011, Ashar Voultoiz |
| 6 | + * @author Antoine Musso |
| 7 | + * @copyright Copyright © 2011, Antoine Musso |
8 | 8 | * @file |
9 | 9 | */ |
10 | 10 | |
Index: trunk/phase3/tests/phpunit/includes/specials/SpecialRecentchangesTest.php |
— | — | @@ -2,9 +2,9 @@ |
3 | 3 | /** |
4 | 4 | * Test class for SpecialRecentchanges class |
5 | 5 | * |
6 | | - * Copyright © 2011, Ashar Voultoiz |
| 6 | + * Copyright © 2011, Antoine Musso |
7 | 7 | * |
8 | | - * @author Ashar Voultoiz |
| 8 | + * @author Antoine Musso |
9 | 9 | * @group Database |
10 | 10 | */ |
11 | 11 | class SpecialRecentchangesTest extends MediaWikiTestCase { |
Index: trunk/phase3/tests/phpunit/languages/LanguageTrTest.php |
— | — | @@ -1,7 +1,7 @@ |
2 | 2 | <?php |
3 | 3 | /** |
4 | | - * @author Ashar Voultoiz |
5 | | - * @copyright Copyright © 2011, Ashar Voultoiz |
| 4 | + * @author Antoine Musso |
| 5 | + * @copyright Copyright © 2011, Antoine Musso |
6 | 6 | * @file |
7 | 7 | */ |
8 | 8 | |
Index: trunk/phase3/includes/FormOptions.php |
— | — | @@ -5,10 +5,10 @@ |
6 | 6 | * |
7 | 7 | * Copyright © 2008, Niklas Laxstiröm |
8 | 8 | * |
9 | | - * Copyright © 2011, Ashar Voultoiz |
| 9 | + * Copyright © 2011, Antoine Musso |
10 | 10 | * |
11 | 11 | * @author Niklas Laxström |
12 | | - * @author Ashar Voultoiz |
| 12 | + * @author Antoine Musso |
13 | 13 | */ |
14 | 14 | |
15 | 15 | class FormOptions implements ArrayAccess { |
Index: trunk/phase3/includes/OutputPage.php |
— | — | @@ -13,7 +13,7 @@ |
14 | 14 | * |
15 | 15 | * @todo FIXME: Another class handles sending the whole page to the client. |
16 | 16 | * |
17 | | - * Some comments comes from a pairing session between Zak Greant and Ashar Voultoiz |
| 17 | + * Some comments comes from a pairing session between Zak Greant and Antoine Musso |
18 | 18 | * in November 2010. |
19 | 19 | * |
20 | 20 | * @todo document |
Index: trunk/phase3/includes/BacklinkCache.php |
— | — | @@ -22,7 +22,7 @@ |
23 | 23 | * @author Tim Starling |
24 | 24 | * @copyright © 2009, Tim Starling, Domas Mituzas |
25 | 25 | * @copyright © 2010, Max Sem |
26 | | - * @copyright © 2011, Ashar Voultoiz |
| 26 | + * @copyright © 2011, Antoine Musso |
27 | 27 | */ |
28 | 28 | class BacklinkCache { |
29 | 29 | |
Index: trunk/phase3/includes/specials/SpecialVersion.php |
— | — | @@ -107,7 +107,7 @@ |
108 | 108 | 'Aryeh Gregor', 'Aaron Schulz', 'Andrew Garrett', 'Raimond Spekking', |
109 | 109 | 'Alexandre Emsenhuber', 'Siebrand Mazeland', 'Chad Horohoe', |
110 | 110 | 'Roan Kattouw', 'Trevor Parscal', 'Bryan Tong Minh', 'Sam Reed', |
111 | | - 'Victor Vasiliev', 'Rotem Liss', 'Platonides', 'Ashar Voultoiz', |
| 111 | + 'Victor Vasiliev', 'Rotem Liss', 'Platonides', 'Antoine Musso', |
112 | 112 | wfMsg( 'version-poweredby-others' ) |
113 | 113 | ); |
114 | 114 | |
Index: trunk/phase3/includes/specials/SpecialListusers.php |
— | — | @@ -3,7 +3,7 @@ |
4 | 4 | * Implements Special:Listusers |
5 | 5 | * |
6 | 6 | * Copyright © 2004 Brion Vibber, lcrocker, Tim Starling, |
7 | | - * Domas Mituzas, Ashar Voultoiz, Jens Frank, Zhengzhu, |
| 7 | + * Domas Mituzas, Antoine Musso, Jens Frank, Zhengzhu, |
8 | 8 | * 2006 Rob Church <robchur@gmail.com> |
9 | 9 | * |
10 | 10 | * This program is free software; you can redistribute it and/or modify |
Index: trunk/phase3/includes/IP.php |
— | — | @@ -18,7 +18,7 @@ |
19 | 19 | * http://www.gnu.org/copyleft/gpl.html |
20 | 20 | * |
21 | 21 | * @file |
22 | | - * @author Ashar Voultoiz <hashar at free dot fr>, Aaron Schulz |
| 22 | + * @author Antoine Musso <hashar at free dot fr>, Aaron Schulz |
23 | 23 | */ |
24 | 24 | |
25 | 25 | // Some regex definition to "play" with IP address and IP address blocks |