The merge strategy determines how the extension.json system combines multiple array values (e.g. from LocalSettings.php(-equivalent) and extension(s)).
Description
Description
Status | Subtype | Assigned | Task | ||
---|---|---|---|---|---|
Stalled | None | T141431 Can't grant "Upload Wizard campaign editor" unless default settings are customized | |||
Resolved | Zppix | T163167 Sysops are no longer able to add education extension groups | |||
Open | None | T123085 Set merge strategies for wgAddGroups and wgRemoveGroups |
Event Timeline
Comment Actions
So...this one is weird because there are two different ways this can be done:
$wgAddGroups['bureaucrat'] = true; $wgAddGroups['bureaucrat'] = array( 'sysop', 'bot' );
and I'm not sure how we should be merging these...
Comment Actions
The merge strategy determines how the extension.json system combines multiple array values (e.g. from LocalSettings.php(-equivalent) and extension(s)).