Prtksxna has uploaded a new change for review.

  https://gerrit.wikimedia.org/r/297745

Change subject: Remove 0 and O from the list of characters
......................................................................

Remove 0 and O from the list of characters

Bug: T139511
Change-Id: Iacdeb7284eaa4b2c5bba1ada9adc5405af047cc5
---
M README
M extension.json
M tests/phpunit/UrlShortenerUtilsTest.php
3 files changed, 3 insertions(+), 3 deletions(-)


  git pull ssh://gerrit.wikimedia.org:29418/mediawiki/extensions/UrlShortener 
refs/changes/45/297745/1

diff --git a/README b/README
index d7dcb84..944c7ad 100644
--- a/README
+++ b/README
@@ -102,7 +102,7 @@
 destination.
 
 <source lang="php">
-$wgUrlShortenerIdSet = 
'023456789ABCDEFGHJKLMNOPQRSTUVWXYZabcdefghijkmnopqrstuvwxyz$_';
+$wgUrlShortenerIdSet = 
'23456789ABCDEFGHJKLMNPQRSTUVWXYZabcdefghijkmnopqrstuvwxyz$_';
 </source>
 
 === Read-only mode ===
diff --git a/extension.json b/extension.json
index 07b3108..cb187e9 100644
--- a/extension.json
+++ b/extension.json
@@ -101,7 +101,7 @@
                "UrlShortenerDBCluster": false,
                "UrlShortenerDBName": false,
                "UrlShortenerDomainsWhitelist": false,
-               "UrlShortenerIdSet": 
"023456789ABCDEFGHJKLMNOPQRSTUVWXYZabcdefghijkmnopqrstuvwxyz$_",
+               "UrlShortenerIdSet": 
"23456789ABCDEFGHJKLMNPQRSTUVWXYZabcdefghijkmnopqrstuvwxyz$_",
                "UrlShortenerServer": false,
                "UrlShortenerTemplate": false,
                "UrlShortenerAllowArbitraryPorts": false,
diff --git a/tests/phpunit/UrlShortenerUtilsTest.php 
b/tests/phpunit/UrlShortenerUtilsTest.php
index 91ff987..9b62af4 100644
--- a/tests/phpunit/UrlShortenerUtilsTest.php
+++ b/tests/phpunit/UrlShortenerUtilsTest.php
@@ -66,7 +66,7 @@
                // Set default
                $this->setMwGlobals(
                        'wgUrlShortenerIdSet',
-                       
'023456789ABCDEFGHJKLMNOPQRSTUVWXYZabcdefghijkmnopqrstuvwxyz$_'
+                       
'23456789ABCDEFGHJKLMNPQRSTUVWXYZabcdefghijkmnopqrstuvwxyz$_'
                );
                for ( $i = 0; $i < 1000; $i++ ) {
                        $int = rand();

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

Gerrit-MessageType: newchange
Gerrit-Change-Id: Iacdeb7284eaa4b2c5bba1ada9adc5405af047cc5
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/extensions/UrlShortener
Gerrit-Branch: master
Gerrit-Owner: Prtksxna <psax...@wikimedia.org>

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

Reply via email to