Fix docs for MWNamespace::clearCaches() removal
authorAryeh Gregor <ayg@aryeh.name>
Thu, 11 Apr 2019 11:21:41 +0000 (14:21 +0300)
committerTimo Tijhof <krinklemail@gmail.com>
Thu, 11 Apr 2019 22:47:54 +0000 (23:47 +0100)
commit06e88b3134749a35e3d08c863c8adff202599be0
tree5838a87747db4fafe842009814a4d5fa43b5323c
parentfeb31bcc99bc807f965c597989045b159ef5f3c0
Fix docs for MWNamespace::clearCaches() removal

Originally I had intended setMwGlobals() to magically reset the
namespace-related services if namespace-related settings were changed,
but Tim told me to remove it during review and I forgot to update the
release notes. Moving forward, everyone will need to reset services
after every config change to ensure correctness, and there's no point in
trying to reset specific services automatically as special cases.

I also moved the note to the 1.34 notes, since this missed the cutoff
and should not be backported.

Change-Id: Ib7cbdaef22a15ddfc7aaf99d0972b99d3cddc011
RELEASE-NOTES-1.33
RELEASE-NOTES-1.34
includes/MWNamespace.php
includes/MediaWikiServices.php
includes/title/NamespaceInfo.php