Page MenuHomePhabricator

Switch to using ConfigRegistry
Open, LowPublic

Description

In gerrit:570042 we introduced a ConfigRegistry for wikispeech and started using Config objects rather than requesting wg globals.

As a result the codebase contains a mixture of global wg... and Config objects. It's desirable to switch over to the later.

Background: https://www.mediawiki.org/wiki/Manual:Configuration_for_developers#Configuration_using_extension.json_(recommended)