X-Git-Url: https://git.heureux-cyclage.org/?a=blobdiff_plain;f=includes%2FDefaultSettings.php;h=89134fb37daf98ac56527fa75c87120424aa0097;hb=952876e30b59209cc748f4a97fe860cf0bd23230;hp=0acce583397f59abe2c69a9bd4f170cf93a75310;hpb=bd7886961820d5f369029a007c6a75866fde5f19;p=lhc%2Fweb%2Fwiklou.git diff --git a/includes/DefaultSettings.php b/includes/DefaultSettings.php index 0acce58339..89134fb37d 100644 --- a/includes/DefaultSettings.php +++ b/includes/DefaultSettings.php @@ -5867,6 +5867,8 @@ $wgGrantPermissions['delete']['deletelogentry'] = true; $wgGrantPermissions['delete']['deleterevision'] = true; $wgGrantPermissions['delete']['undelete'] = true; +$wgGrantPermissions['oversight']['suppressrevision'] = true; + $wgGrantPermissions['protect'] = $wgGrantPermissions['editprotected']; $wgGrantPermissions['protect']['protect'] = true; @@ -5912,6 +5914,7 @@ $wgGrantPermissionGroups = [ 'viewdeleted' => 'administration', 'viewrestrictedlogs' => 'administration', 'protect' => 'administration', + 'oversight' => 'administration', 'createaccount' => 'administration', 'highvolume' => 'high-volume',