From: addshore Date: Wed, 27 Jan 2016 09:59:31 +0000 (+0100) Subject: Switch name to username in @author tags X-Git-Tag: 1.31.0-rc.0~8190^2 X-Git-Url: http://git.cyclocoop.org/%27-%20%20.%20url_absolue%28find_in_path%28%27spip_style.css%27%29%29%20%20%20.%20url_absolue%28find_in_path%28%27prive/spip_style.css%27%29%29%20.%20%27?a=commitdiff_plain;h=044f6418b10298f40b7da3ee9be7686206cec1a6;p=lhc%2Fweb%2Fwiklou.git Switch name to username in @author tags From now on I will simply use addshore everywhere to keep things uniform... Change-Id: Iaf441b2d7a67a12c20529f0e9c7b47819f4abfae --- diff --git a/includes/changes/CategoryMembershipChange.php b/includes/changes/CategoryMembershipChange.php index af6f9d920f..ab88834d6a 100644 --- a/includes/changes/CategoryMembershipChange.php +++ b/includes/changes/CategoryMembershipChange.php @@ -19,7 +19,7 @@ * * @file * @author Kai Nissen - * @author Adam Shorland + * @author Addshore * @since 1.27 */ diff --git a/tests/phpunit/includes/StatusTest.php b/tests/phpunit/includes/StatusTest.php index c95e69b60c..f5d0480e89 100644 --- a/tests/phpunit/includes/StatusTest.php +++ b/tests/phpunit/includes/StatusTest.php @@ -1,7 +1,7 @@ * @author Daniel Kinzler - * @author Adam Shorland + * @author Addshore * @author Thiemo Mättig */ abstract class SpecialPageTestBase extends MediaWikiTestCase { diff --git a/tests/phpunit/includes/user/UserArrayFromResultTest.php b/tests/phpunit/includes/user/UserArrayFromResultTest.php index 469ad29671..4bc776589d 100644 --- a/tests/phpunit/includes/user/UserArrayFromResultTest.php +++ b/tests/phpunit/includes/user/UserArrayFromResultTest.php @@ -1,7 +1,7 @@