Replace newAccelerator() with getLocalServerInstance()
authorAaron Schulz <aschulz@wikimedia.org>
Sat, 31 Oct 2015 18:42:48 +0000 (11:42 -0700)
committerOri.livneh <ori@wikimedia.org>
Mon, 2 Nov 2015 21:39:08 +0000 (21:39 +0000)
commit17c91ad61042592813e692cfc5b5c6b3e84ee9c1
treecbc13735d9036ba6a74c94fb43c58d7ade13749e
parent993c25c980d0985510228632d526b582ba52c366
Replace newAccelerator() with getLocalServerInstance()

The name is clearer and more consistent, with simpler arguments.

Change-Id: I7205a99ce033e8b086a52cd02c8a721e99c84b1e
17 files changed:
includes/DefaultSettings.php
includes/GlobalFunctions.php
includes/TemplateParser.php
includes/cache/MessageCache.php
includes/db/Database.php
includes/db/loadbalancer/LoadMonitorMySQL.php
includes/filebackend/SwiftFileBackend.php
includes/filebackend/lockmanager/DBLockManager.php
includes/media/TransformationalImageHandler.php
includes/objectcache/ObjectCache.php
includes/parser/DateFormatter.php
includes/registration/ExtensionRegistry.php
includes/resourceloader/ResourceLoader.php
includes/resourceloader/ResourceLoaderFileModule.php
includes/utils/FileContentsHasher.php
includes/utils/MWCryptHKDF.php
includes/utils/UIDGenerator.php