Delay language conversion cache construction until needed
authorChad Horohoe <chadh@wikimedia.org>
Wed, 4 Mar 2015 05:10:57 +0000 (21:10 -0800)
committerChad Horohoe <chadh@wikimedia.org>
Wed, 4 Mar 2015 05:12:28 +0000 (21:12 -0800)
commit997183413102728629657e036cf22144a49b6303
treeb76e3d0dd5204b791207a5b689697c55b2b3eaa1
parentafe3c2c03a7f1207bf388b816df6b7e06bbc31ac
Delay language conversion cache construction until needed

Instead of instantiating this on every single request. Removes
wfGetLangConverterCacheStorage() and $wgLangConvMemc which were
otherwise unused.

Change-Id: Ic500944a92c2a94bc649e1b492c33714d81dca00
includes/GlobalFunctions.php
includes/Setup.php
languages/LanguageConverter.php