https://bugzilla.wikimedia.org/show_bug.cgi?id=16791


Ilmari Karonen <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |[email protected]




--- Comment #5 from Ilmari Karonen <[email protected]>  2008-12-27 18:22:33 UTC 
---
It would probably be better to change the semantics of $wgRestrictionLevels to
allow separate arrays for each action, as in:

$wgRestrictionLevels = array(
        'edit' => array( '', 'autoconfirmed', 'protect' ),
        'move' => array( '', 'protect' ),
);

(I _think_ PHP arrays are sufficiently flexible that we could support both the
current and the proposed syntax, or even a mixture of the two, with the same
variable.  The alternative, of course, would be to introduce a new config
variable and deprecate $wgRestrictionLevels.)


-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
You are on the CC list for the bug.

_______________________________________________
Wikibugs-l mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l

Reply via email to