API: Add $wgAPIFormatModules
authorBrad Jorsch <bjorsch@wikimedia.org>
Wed, 27 Nov 2013 16:40:17 +0000 (11:40 -0500)
committerBrad Jorsch <bjorsch@wikimedia.org>
Wed, 27 Nov 2013 16:40:17 +0000 (11:40 -0500)
commit9984a60ab6f79591bccbb672d55776001b80f684
treeb07e5552fbf346ae7d8e4b89eb2285380a10f760
parented8fc92d3002b030d284e768a9fbcc38407a2837
API: Add $wgAPIFormatModules

The API currently allows for adding action modules with
$wgAPIModules and query modules with various other $wgAPI*Modules
variables. But there's no way to add a formatting module from an
extension. For parallelism, let's add $wgAPIFormatModules to do just
that.

Bug: 57637
Change-Id: Ia0bd253104a4b5bc56d4fe0dc6736e2129b126f3
includes/DefaultSettings.php
includes/api/ApiMain.php