Thiemo Kreuz (WMDE) has uploaded a new change for review. ( 
https://gerrit.wikimedia.org/r/400570 )

Change subject: Remove spaces from the "Wikibase …" extension names
......................................................................

Remove spaces from the "Wikibase …" extension names

Look at https://www.wikidata.org/wiki/Special:Version
No other extension's name contains spaces.

Warning! We must check if these extension names are really not used
anywhere else. We already confirmed these extention names are *not*
used in ExtensionRegistry checks (see I963704c).

But wikiapiary was mentioned.

Change-Id: Ib80b820723d0ff047c4be6dc41661b0d38019145
---
M client/WikibaseClient.php
M repo/Wikibase.php
M view/init.mw.php
3 files changed, 4 insertions(+), 4 deletions(-)


  git pull ssh://gerrit.wikimedia.org:29418/mediawiki/extensions/Wikibase 
refs/changes/70/400570/1

diff --git a/client/WikibaseClient.php b/client/WikibaseClient.php
index 0afc343..f2601eb 100644
--- a/client/WikibaseClient.php
+++ b/client/WikibaseClient.php
@@ -99,7 +99,7 @@
 
        $wgExtensionCredits['wikibase'][] = array(
                'path' => __DIR__,
-               'name' => 'Wikibase Client',
+               'name' => 'WikibaseClient',
                'author' => array(
                        'The Wikidata team',
                ),
diff --git a/repo/Wikibase.php b/repo/Wikibase.php
index d87bb096..3a38a98 100644
--- a/repo/Wikibase.php
+++ b/repo/Wikibase.php
@@ -98,11 +98,11 @@
 
        $wgExtensionCredits['wikibase'][] = [
                'path' => __DIR__,
-               'name' => 'Wikibase Repository',
+               'name' => 'WikibaseRepository',
                'author' => [
                        'The Wikidata team',
                ],
-               'url' => 'https://www.mediawiki.org/wiki/Extension:Wikibase',
+               'url' => 
'https://www.mediawiki.org/wiki/Extension:Wikibase_Repository',
                'descriptionmsg' => 'wikibase-desc',
                'license-name' => 'GPL-2.0+'
        ];
diff --git a/view/init.mw.php b/view/init.mw.php
index 82f9459..3af3e44 100644
--- a/view/init.mw.php
+++ b/view/init.mw.php
@@ -6,7 +6,7 @@
 
 $GLOBALS['wgExtensionCredits']['wikibase'][] = [
        'path' => __DIR__,
-       'name' => 'Wikibase View',
+       'name' => 'WikibaseView',
        'author' => [
                'The Wikidata team',
        ],

-- 
To view, visit https://gerrit.wikimedia.org/r/400570
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: Ib80b820723d0ff047c4be6dc41661b0d38019145
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/extensions/Wikibase
Gerrit-Branch: master
Gerrit-Owner: Thiemo Kreuz (WMDE) <thiemo.kr...@wikimedia.de>

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

Reply via email to