Allowed array-merging for site config. You can now set a setting for '+whatever'...
authorAndrew Garrett <werdna@users.mediawiki.org>
Mon, 18 Aug 2008 09:26:48 +0000 (09:26 +0000)
committerAndrew Garrett <werdna@users.mediawiki.org>
Mon, 18 Aug 2008 09:26:48 +0000 (09:26 +0000)
commit0df393bb8eb4664f5387d3c0932f0aab1b47fd6d
tree0ee049bc71397c25dbb8f4799b645334ff1b0e78
parent4cdee685b91e71e95404719aebb9b4fdf9effc80
Allowed array-merging for site config. You can now set a setting for '+whatever', and it's the same as setting it for 'whatever',  merged with the contents of the next level up. Should mean we're able to deprecate the ugly groupOverrides/groupOverrides2 syntax in InitialiseSettings.php.
includes/SiteConfiguration.php