jenkins-bot has submitted this change and it was merged.

Change subject: Add svn, git and ssh schemes
......................................................................


Add svn, git and ssh schemes

The URL of a source code repository
https://www.wikidata.org/wiki/Property:P1324 does not always use http[s]
and sometime require a specific protocol:

* SVN https://www.wikidata.org/wiki/Q46794
* git https://www.wikidata.org/wiki/Q186055
* ssh https://www.wikidata.org/wiki/Q170460

Bug: T140986
Change-Id: I2ab56205bdee84d0c8421f15f6509b493481debd
---
M repo/config/Wikibase.default.php
1 file changed, 1 insertion(+), 1 deletion(-)

Approvals:
  Aude: Looks good to me, approved
  Daniel Kinzler: Looks good to me, but someone else must approve
  jenkins-bot: Verified



diff --git a/repo/config/Wikibase.default.php b/repo/config/Wikibase.default.php
index df2305b..dbf0f0d 100644
--- a/repo/config/Wikibase.default.php
+++ b/repo/config/Wikibase.default.php
@@ -33,7 +33,7 @@
        ],
 
        // URL schemes allowed for URL values. See UrlSchemeValidators for a 
full list.
-       'urlSchemes' => [ 'ftp', 'http', 'https', 'irc', 'mailto' ],
+       'urlSchemes' => [ 'ftp', 'http', 'https', 'irc', 'mailto', 'svn', 
'git', 'ssh' ],
 
        // Items allowed to be used as badges pointing to their CSS class names
        'badgeItems' => [],

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

Gerrit-MessageType: merged
Gerrit-Change-Id: I2ab56205bdee84d0c8421f15f6509b493481debd
Gerrit-PatchSet: 3
Gerrit-Project: mediawiki/extensions/Wikibase
Gerrit-Branch: master
Gerrit-Owner: Dachary <l...@dachary.org>
Gerrit-Reviewer: Aude <aude.w...@gmail.com>
Gerrit-Reviewer: Dachary <l...@dachary.org>
Gerrit-Reviewer: Daniel Kinzler <daniel.kinz...@wikimedia.de>
Gerrit-Reviewer: Dereckson <dereck...@espace-win.org>
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

Reply via email to