registration: Don't let extensions load late
authorFlorian Schmidt <florian.schmidt.stargatewissen@gmail.com>
Sat, 3 Dec 2016 17:46:48 +0000 (18:46 +0100)
committerKunal Mehta <legoktm@member.fsf.org>
Sun, 4 Dec 2016 10:12:37 +0000 (02:12 -0800)
commit5a855c8625be77687f72deecbb5c7e0b66de094b
tree755cda158b9b7904ab28c9f26378a6b937c892e8
parent2c74b043568eb00a33e3aea5cd1a6325444855e6
registration: Don't let extensions load late

We want all extensions to be queued together and load at the same time
so in the future we can properly evaluate dependencies as a whole. If
extensions load late, they would bypass this, potentially causing
issues.

Bug: T117277
Change-Id: I09b306bd6f6ccf4210f36be0118e7f17f2c3d264
includes/Setup.php
includes/registration/ExtensionRegistry.php