Thiemo Mättig (WMDE) has uploaded a new change for review. https://gerrit.wikimedia.org/r/181051
Change subject: Fix broken emails in @author tags ...................................................................... Fix broken emails in @author tags ... and use the same @author tag for Aude everywhere. Change-Id: I7b1d4c57457d76aa5e7f45765d59e76bdbfeb230 --- M client/includes/LangLinkHandler.php M lib/includes/ReferencedEntitiesFinder.php M repo/includes/ItemDisambiguation.php M repo/includes/View/SnakHtmlGenerator.php M repo/tests/phpunit/includes/DefaultRepoSettingsTest.php M repo/tests/phpunit/includes/View/SectionEditLinkGeneratorTest.php M repo/tests/phpunit/includes/content/ItemContentTest.php 7 files changed, 7 insertions(+), 7 deletions(-) git pull ssh://gerrit.wikimedia.org:29418/mediawiki/extensions/Wikibase refs/changes/51/181051/1 diff --git a/client/includes/LangLinkHandler.php b/client/includes/LangLinkHandler.php index 176aaa2..eb2af02 100644 --- a/client/includes/LangLinkHandler.php +++ b/client/includes/LangLinkHandler.php @@ -23,7 +23,7 @@ * @licence GNU GPL v2+ * @author Nikola Smolenski <[email protected]> * @author Daniel Kinzler - * @author Katie Filbert + * @author Katie Filbert < [email protected] > */ class LangLinkHandler { diff --git a/lib/includes/ReferencedEntitiesFinder.php b/lib/includes/ReferencedEntitiesFinder.php index 1fcd4be..b748abd 100644 --- a/lib/includes/ReferencedEntitiesFinder.php +++ b/lib/includes/ReferencedEntitiesFinder.php @@ -15,7 +15,7 @@ * @licence GNU GPL v2+ * @author Jeroen De Dauw < [email protected] > * @author Daniel Werner < [email protected] > - * @author Katie Filbert + * @author Katie Filbert < [email protected] > * @author Daniel Kinzler * @author Bene* < [email protected] > */ diff --git a/repo/includes/ItemDisambiguation.php b/repo/includes/ItemDisambiguation.php index 20f4ce6..ed3bd92 100644 --- a/repo/includes/ItemDisambiguation.php +++ b/repo/includes/ItemDisambiguation.php @@ -12,7 +12,7 @@ * @since 0.5 * * @licence GNU GPL v2+ - * @author aude + * @author Katie Filbert < [email protected] > * @author jeblad * @author Jeroen De Dauw < [email protected] > * @author Daniel Kinzler diff --git a/repo/includes/View/SnakHtmlGenerator.php b/repo/includes/View/SnakHtmlGenerator.php index 94bad93..b1f06df 100644 --- a/repo/includes/View/SnakHtmlGenerator.php +++ b/repo/includes/View/SnakHtmlGenerator.php @@ -17,7 +17,7 @@ * * @author H. Snater < [email protected] > * @author Pragunbhutani - * @author Katie Filbert < [email protected]> + * @author Katie Filbert < [email protected] > * @author Daniel Kinzler */ class SnakHtmlGenerator { diff --git a/repo/tests/phpunit/includes/DefaultRepoSettingsTest.php b/repo/tests/phpunit/includes/DefaultRepoSettingsTest.php index bb8662d..e6a4074 100644 --- a/repo/tests/phpunit/includes/DefaultRepoSettingsTest.php +++ b/repo/tests/phpunit/includes/DefaultRepoSettingsTest.php @@ -9,7 +9,7 @@ * @group WikibaseRepo * * @licence GNU GPL v2+ - * @author Katie Filbert < [email protected] > + * @author Katie Filbert < [email protected] > */ class DefaultRepoSettingsTest extends \PHPUnit_Framework_TestCase { diff --git a/repo/tests/phpunit/includes/View/SectionEditLinkGeneratorTest.php b/repo/tests/phpunit/includes/View/SectionEditLinkGeneratorTest.php index cb70ca6..cfedcc5 100644 --- a/repo/tests/phpunit/includes/View/SectionEditLinkGeneratorTest.php +++ b/repo/tests/phpunit/includes/View/SectionEditLinkGeneratorTest.php @@ -12,7 +12,7 @@ * @group EntityView * * @licence GNU GPL v2+ - * @author Katie Filbert + * @author Katie Filbert < [email protected] > * @author Daniel Kinzler * @author Adrian Lang */ diff --git a/repo/tests/phpunit/includes/content/ItemContentTest.php b/repo/tests/phpunit/includes/content/ItemContentTest.php index 508c96c..f4c893f 100644 --- a/repo/tests/phpunit/includes/content/ItemContentTest.php +++ b/repo/tests/phpunit/includes/content/ItemContentTest.php @@ -35,7 +35,7 @@ * * @licence GNU GPL v2+ * @author Jeroen De Dauw < [email protected] > - * @author aude + * @author Katie Filbert < [email protected] > * @author Daniel Kinzler */ class ItemContentTest extends EntityContentTest { -- To view, visit https://gerrit.wikimedia.org/r/181051 To unsubscribe, visit https://gerrit.wikimedia.org/r/settings Gerrit-MessageType: newchange Gerrit-Change-Id: I7b1d4c57457d76aa5e7f45765d59e76bdbfeb230 Gerrit-PatchSet: 1 Gerrit-Project: mediawiki/extensions/Wikibase Gerrit-Branch: master Gerrit-Owner: Thiemo Mättig (WMDE) <[email protected]> _______________________________________________ MediaWiki-commits mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits
