Brion Vibber wrote:
Update of /cvsroot/wikipedia/phase3/maintenance/archives In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv5272
Modified Files: patch-userlevels-defaultgroups.sql Log Message: Give sysops & bureaucrats the 'sysop' permission so they can edit protected pages!
Index: patch-userlevels-defaultgroups.sql
RCS file: /cvsroot/wikipedia/phase3/maintenance/archives/patch-userlevels-defaultgroups.sql,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** patch-userlevels-defaultgroups.sql 24 Oct 2004 22:28:21 -0000 1.2 --- patch-userlevels-defaultgroups.sql 27 Oct 2004 07:20:47 -0000 1.3
*** 9,13 **** VALUES (2,'Loggedin','General logged in users','read,edit,move,upload'); INSERT INTO `group` (group_id,group_name,group_description,group_rights) ! VALUES (3,'Sysops','Operators of this site','read,edit,move,delete,undelete,protect,block,upload,asksql,rollback,patrol,editinterface'); INSERT INTO `group` (group_id,group_name,group_description,group_rights) ! VALUES (4,'Bureaucrat','The bureaucrat group is able to make sysops for example. They have no other rights.','read,edit,move,delete,undelete,protect,block,userrights,createaccount,upload,asksql,rollback,patrol,editinterface,siteadmin'); --- 9,13 ---- VALUES (2,'Loggedin','General logged in users','read,edit,move,upload'); INSERT INTO `group` (group_id,group_name,group_description,group_rights) ! VALUES (3,'Sysops','Operators of this site','read,edit,move,delete,undelete,protect,block,upload,asksql,rollback,patrol,editinterface,sysop'); INSERT INTO `group` (group_id,group_name,group_description,group_rights) ! VALUES (4,'Bureaucrat','The bureaucrat group is able to make sysops for example. They have no other rights.','read,edit,move,delete,undelete,protect,block,userrights,createaccount,upload,asksql,rollback,patrol,editinterface,siteadmin,sysop');
Hello,
This is more like a bug in editpage. User with "protect" right should be able to edit a protected page. The whole idea of the new user level rights system is to assign to groups some actions that can be made, naming an action "sysop" is not really intended :o)
I will try to fix it later, I am ill today ;(
cheers,
On Oct 27, 2004, at 9:32 AM, Ashar Voultoiz wrote:
This is more like a bug in editpage. User with "protect" right should be able to edit a protected page. The whole idea of the new user level rights system is to assign to groups some actions that can be made, naming an action "sysop" is not really intended :o)
I will try to fix it later, I am ill today ;(
The theory of the cur_rights field is that users with the permission *listed in the cur_rights field* can edit the page. Thus pages may, in theory, have different levels of protection.
-- brion vibber (brion @ pobox.com)
wikitech-l@lists.wikimedia.org