Replace wfBaseConvert with Wikimedia\base_convert
authorReedy <reedy@wikimedia.org>
Tue, 24 Nov 2015 22:51:42 +0000 (22:51 +0000)
committerReedy <reedy@wikimedia.org>
Tue, 24 Nov 2015 22:51:42 +0000 (22:51 +0000)
commit00c426e3c28be0810770f11f9f2736d3cf1eefb7
tree3e98a928116ed8ef0dd63ba3d5a79f51e38b4191
parent38ba6b620be9f6333d902055ae1c0c610af4985e
Replace wfBaseConvert with Wikimedia\base_convert

Change-Id: Iadab3d018c3559daf79be90edb23d131729bdb68
29 files changed:
includes/Import.php
includes/Revision.php
includes/api/ApiQueryAllImages.php
includes/api/ApiQueryDeletedrevs.php
includes/api/ApiQueryFilearchive.php
includes/api/ApiQueryImageInfo.php
includes/api/ApiQueryRecentChanges.php
includes/api/ApiQueryRevisionsBase.php
includes/db/DatabasePostgres.php
includes/externalstore/ExternalStoreMwstore.php
includes/filebackend/FSFile.php
includes/filebackend/FileBackendStore.php
includes/filebackend/FileOp.php
includes/filebackend/SwiftFileBackend.php
includes/filebackend/filejournal/FileJournal.php
includes/filebackend/lockmanager/DBLockManager.php
includes/filebackend/lockmanager/LockManager.php
includes/filerepo/file/ForeignAPIFile.php
includes/jobqueue/JobQueueDB.php
includes/jobqueue/JobQueueRedis.php
includes/password/PasswordFactory.php
includes/upload/UploadStash.php
includes/utils/IP.php
includes/utils/UIDGenerator.php
maintenance/benchmarks/bench_wfBaseConvert.php
tests/parser/parserTest.inc
tests/phpunit/includes/filebackend/FileBackendTest.php
tests/phpunit/includes/parser/NewParserTest.php
tests/phpunit/includes/utils/UIDGeneratorTest.php