Deprecate $wgContentHandlerUseDB
authorBrad Jorsch <bjorsch@wikimedia.org>
Tue, 10 Sep 2019 18:22:18 +0000 (14:22 -0400)
committerBrad Jorsch <bjorsch@wikimedia.org>
Tue, 10 Sep 2019 19:04:26 +0000 (15:04 -0400)
commit165d3cc50b0c0cb43eb284f6c21a8d1b7b4a7ceb
tree9d9d4cf812603704ca46deebabc95c0bae9673f4
parent5a296a1113d1243962c6459281a0307dd3efb80f
Deprecate $wgContentHandlerUseDB

This was a "wait for DB schema change" feature flag that stuck around
for far too long.

Also of note is that setting $wgMultiContentRevisionSchemaMigrationStage
above SCHEMA_COMPAT_OLD, which has been the default since MW 1.32, will
already raise an exception if this is false.

Bug: T148137
Change-Id: I9a234fc55336660e9f24cac81db88a945348a1a5
RELEASE-NOTES-1.34
includes/DefaultSettings.php