registration: Remove implementation of custom processors for now
authorKunal Mehta <legoktm@gmail.com>
Mon, 18 May 2015 05:48:58 +0000 (22:48 -0700)
committerKunal Mehta <legoktm@gmail.com>
Mon, 18 May 2015 05:48:58 +0000 (22:48 -0700)
commitc573fc5a47204d293140f21f601595fa92884243
tree65509beb755345642d8ef2419c9b86a8af93506a
parentc68e70e8731f482c56b73679ee25dfb5a626176d
registration: Remove implementation of custom processors for now

The current implementation is broken due to the array_merge_recursive it
does on all the data, which would have broken things like
$wgGroupPermissions which requires special handling.

Remove the current implementation for now while we re-evaluatate how to
do this properly, and whether it is even needed.

Bug: T99492
Change-Id: I886892e6fd12d51446ede4fc7e6ef1371542b77e
includes/registration/ExtensionRegistry.php