Daniel Kinzler has uploaded a new change for review. https://gerrit.wikimedia.org/r/281299
Change subject: Mention introduction of service locator in release notes. ...................................................................... Mention introduction of service locator in release notes. Change-Id: I8b10133894bb93cf5e4dfab14478071477002773 --- M RELEASE-NOTES-1.27 1 file changed, 3 insertions(+), 0 deletions(-) git pull ssh://gerrit.wikimedia.org:29418/mediawiki/core refs/changes/99/281299/1 diff --git a/RELEASE-NOTES-1.27 b/RELEASE-NOTES-1.27 index 0aebf38..019ffc8 100644 --- a/RELEASE-NOTES-1.27 +++ b/RELEASE-NOTES-1.27 @@ -267,6 +267,9 @@ * (T116020) Aliases of magic words in MessagesXx.php are sorted by usage. === Other changes in 1.27 === +* Added dependency injection (DI) infrastructure, see docs/injection.txt for details. + It is planned to incrementally move MediaWiki code towards using DI, using the + service locator (SL) pattern as a stepping stone. * ProfilerOutputUdp was removed. Note that there is a ProfilerOutputStats class. * WikiPage::doDeleteArticleReal() and WikiPage::doDeleteArticle() now ignore the 2nd and 3rd arguments (formerly $id and $commit). -- To view, visit https://gerrit.wikimedia.org/r/281299 To unsubscribe, visit https://gerrit.wikimedia.org/r/settings Gerrit-MessageType: newchange Gerrit-Change-Id: I8b10133894bb93cf5e4dfab14478071477002773 Gerrit-PatchSet: 1 Gerrit-Project: mediawiki/core Gerrit-Branch: master Gerrit-Owner: Daniel Kinzler <[email protected]> _______________________________________________ MediaWiki-commits mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits
