Last modified: 2012-06-18 09:33:26 UTC

Wikimedia Bugzilla is closed!

Wikimedia migrated from Bugzilla to Phabricator. Bug reports are handled in Wikimedia Phabricator.
This static website is read-only and for historical purposes. It is not possible to log in and except for displaying bug reports and their history, links might be broken. See T17478, the corresponding Phabricator task for complete and up-to-date bug report information.
Bug 15478 - Change FlaggedRevs configuration on Russian Wikipedia
Change FlaggedRevs configuration on Russian Wikipedia
Status: RESOLVED FIXED
Product: Wikimedia
Classification: Unclassified
Site requests (Other open bugs)
unspecified
All All
: Normal enhancement (vote)
: ---
Assigned To: Nobody - You can work on this!
: shell
Depends on:
Blocks:
  Show dependency treegraph
 
Reported: 2008-09-04 16:17 UTC by Victor Vasiliev
Modified: 2012-06-18 09:33 UTC (History)
2 users (show)

See Also:
Web browser: ---
Mobile Platform: ---
Assignee Huggle Beta Tester: ---


Attachments

Description Victor Vasiliev 2008-09-04 16:17:00 UTC
Please, make following changes for ruwiki:
1) Add NS_CATEGORY to sightable namespaces list
2) Create flag "rollback" with rollback permission
3) Create "autoeditor" group with following permissions: autopatrolother, autoreview, autoconfirmed.
Comment 1 Brion Vibber 2008-09-05 18:28:47 UTC
1) Add NS_CATEGORY to sightable namespaces list

done.

2) Create flag "rollback" with rollback permission

"rollbacker" group created and made addable by sysops.

3) Create "autoeditor" group with following permissions: autopatrolother,
autoreview, autoconfirmed.

I'm not sure I understand this one...
Comment 2 Victor Vasiliev 2008-09-06 08:40:54 UTC
(In reply to comment #1)
> 3) Create "autoeditor" group with following permissions: autopatrolother,
> autoreview, autoconfirmed.
> 
> I'm not sure I understand this one...
> 

$wgGroupPermissions['autoeditor']['autopatrolother'] = true;
$wgGroupPermissions['autoeditor']['autoreview'] = true;
$wgGroupPermissions['autoeditor']['autoconfirmed'] = true;
$wgAddGroups['sysop'][] = 'autoeditor';
$wgRemoveGroups['sysop'][] = 'autoeditor';

That's necessary for users who doesn't want to review anything but are trusted to have their edits automatically reviewed.
Comment 3 Victor Vasiliev 2008-09-06 11:08:44 UTC
Oh, and set $wgGroupPermissions['autoconfirmed']['autopatrolother'] = false; (it was really unexpected behaviour, we supposed to use it to check images license, but with that config it has no sense)
Comment 4 Antoine "hashar" Musso (WMF) 2008-09-06 11:35:25 UTC
Created group 'autoeditor'
Sysops can now add or remove in group 'autoeditor'.
Comment 5 Antoine "hashar" Musso (WMF) 2008-09-08 16:58:19 UTC
I forgot to let sysop remove people from the group 'autoeditor'. Noticed
by VasilievVV

Note You need to log in before you can comment on or make changes to this bug.


Navigation
Links