https://bugzilla.wikimedia.org/show_bug.cgi?id=43380
Waldir <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #1 from Waldir <[email protected]> --- By default, the rights "configure", "configure-all" and "extensions" are given to bureaucrats. We can simply install the extension, then override those settings with $wgGroupPermissions['bureaucrat']['configure'] = false; $wgGroupPermissions['bureaucrat']['configure-all'] = false; $wgGroupPermissions['bureaucrat']['extensions'] = false; and then no harm can come from it. (Special:ViewConfig will still be available for sysops) But the fact that this extension doesn't handle ALL configuration settings makes me think we might need a more robust solution. Would it make sense to have a DefaultSettings.i18n.php file? On the other hand, the unsupported configuration settings are just a handful: [[mw:Extension:Configure#Special:Configure]]. Maybe the extension's i18n file can include those just for completeness. Which of these choices would be preferable? -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes. _______________________________________________ Wikibugs-l mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/wikibugs-l
