[MediaWiki-commits] [Gerrit] Fix broken emails in @author tags - change (mediawiki...Wikibase)

2014-12-24 Thread jenkins-bot (Code Review)
jenkins-bot has submitted this change and it was merged.

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(-)

Approvals:
  Hoo man: Looks good to me, approved
  jenkins-bot: Verified



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 smole...@eunet.rs
  * @author Daniel Kinzler
- * @author Katie Filbert
+ * @author Katie Filbert  aude.w...@gmail.com 
  */
 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  jeroended...@gmail.com 
  * @author Daniel Werner  daniel.a.r.wer...@gmail.com 
- * @author Katie Filbert
+ * @author Katie Filbert  aude.w...@gmail.com 
  * @author Daniel Kinzler
  * @author Bene*  benestar.wikime...@gmail.com 
  */
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  aude.w...@gmail.com 
  * @author jeblad
  * @author Jeroen De Dauw  jeroended...@gmail.com 
  * @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  mediaw...@snater.com 
  * @author Pragunbhutani
- * @author Katie Filbert  aude.w...@gmail.com
+ * @author Katie Filbert  aude.w...@gmail.com 
  * @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  aude.w...@gamil.com 
+ * @author Katie Filbert  aude.w...@gmail.com 
  */
 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  aude.w...@gmail.com 
  * @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  jeroended...@gmail.com 
- * @author aude
+ * @author Katie Filbert  aude.w...@gmail.com 
  * @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: merged
Gerrit-Change-Id: I7b1d4c57457d76aa5e7f45765d59e76bdbfeb230
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/extensions/Wikibase
Gerrit-Branch: master
Gerrit-Owner: Thiemo Mättig (WMDE) thiemo.maet...@wikimedia.de
Gerrit-Reviewer: Aude aude.w...@gmail.com
Gerrit-Reviewer: Hoo man h...@online.de
Gerrit-Reviewer: jenkins-bot 

___
MediaWiki-commits mailing list
MediaWiki-commits@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits


[MediaWiki-commits] [Gerrit] Fix broken emails in @author tags - change (mediawiki...Wikibase)

2014-12-19 Thread WMDE
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 smole...@eunet.rs
  * @author Daniel Kinzler
- * @author Katie Filbert
+ * @author Katie Filbert  aude.w...@gmail.com 
  */
 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  jeroended...@gmail.com 
  * @author Daniel Werner  daniel.a.r.wer...@gmail.com 
- * @author Katie Filbert
+ * @author Katie Filbert  aude.w...@gmail.com 
  * @author Daniel Kinzler
  * @author Bene*  benestar.wikime...@gmail.com 
  */
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  aude.w...@gmail.com 
  * @author jeblad
  * @author Jeroen De Dauw  jeroended...@gmail.com 
  * @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  mediaw...@snater.com 
  * @author Pragunbhutani
- * @author Katie Filbert  aude.w...@gmail.com
+ * @author Katie Filbert  aude.w...@gmail.com 
  * @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  aude.w...@gamil.com 
+ * @author Katie Filbert  aude.w...@gmail.com 
  */
 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  aude.w...@gmail.com 
  * @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  jeroended...@gmail.com 
- * @author aude
+ * @author Katie Filbert  aude.w...@gmail.com 
  * @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) thiemo.maet...@wikimedia.de

___
MediaWiki-commits mailing list
MediaWiki-commits@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits