From: Tim Starling Date: Sun, 15 May 2005 05:48:38 +0000 (+0000) Subject: sysop right no longer necessary, the 'protect' right is considered equivalent in... X-Git-Tag: 1.5.0alpha2~192 X-Git-Url: http://git.cyclocoop.org/%7B%24admin_url%7Dmembres/load.php?a=commitdiff_plain;h=f9ef83c84c973eef8eba8e47ef6b5de00467c00d;p=lhc%2Fweb%2Fwiklou.git sysop right no longer necessary, the 'protect' right is considered equivalent in the code --- diff --git a/maintenance/archives/patch-group-sysopfix.sql b/maintenance/archives/patch-group-sysopfix.sql deleted file mode 100644 index 924b6cda95..0000000000 --- a/maintenance/archives/patch-group-sysopfix.sql +++ /dev/null @@ -1,13 +0,0 @@ --- Fix to alpha versions that had incorrect rights assignments --- breaking protected page edits by sysops. --- 2004-10-27 - -UPDATE /*$wgDBprefix*/`group` - SET group_rights=CONCAT(group_rights,',sysop') - WHERE group_name IN('Sysops','Bureaucrat'); - --- Add 'grouprights' right as for bureaucrats --- 2005-01-17 -UPDATE /*$wgDBprefix*/`group` - SET group_rights=CONCAT(group_rights,',grouprights') - WHERE group_name IN('Bureaucrat');