Page MenuHomePhabricator

Enable FlaggedRevs Patrolling Configuration on Arabic Wikipedia
Closed, ResolvedPublic

Description

Per community discussion (see the provided URL), I would like to request the installation of Extension:FlaggedRevs on arwiki (Arabic Wikipedia). The following configuration would be preferable:

$wgFlaggedRevsWhitelist = array( 'الصفحة_الرئيسية' );

$wgFlaggedRevsAutopromote = array(
'days' => 60, # days since registration
'edits' => 150, # total edit count
'excludeDeleted' => false, # exclude deleted edits from 'edits' count above?
'spacing' => 3, # spacing of edit intervals
'benchmarks' => 15, # how many edit intervals are needed?
'recentContentEdits' => 0, # $wgContentNamespaces edits in recent changes
// Either totalContentEdits reqs OR totalCheckedEdits requirements needed
'totalContentEdits' => 300, # $wgContentNamespaces edits OR...
'totalCheckedEdits' => 200, # ...Edits before the stable version of pages
'uniqueContentPages' => 12, # $wgContentNamespaces unique pages edited
'editComments' => 20, # how many edit comments used?
'email' => false, # user must be emailconfirmed?
'userpageBytes' => 0, # userpage is needed? with what min size?
'uniqueIPAddress' => false, # If $wgPutIPinRC is true, users sharing IPs won't be promoted
'neverBlocked' => true, # Can users that were blocked be promoted?
'maxRevertedEdits' => 10, # Max edits the user could have had rolled back?
);

$wgAddGroups['reviewer'][] = 'editor';
$wgRemoveGroups['reviewer'][] = 'editor';
$wgAddGroups['bureaucrat'][] = 'reviewer';
$wgRemoveGroups['bureaucrat'][] = 'reviewer';

Thank you.


Version: unspecified
Severity: enhancement
URL: http://ar.wikipedia.org/w/index.php?title=%D9%88%D9%8A%D9%83%D9%8A%D8%A8%D9%8A%D8%AF%D9%8A%D8%A7:%D8%A7%D9%84%D9%85%D9%8A%D8%AF%D8%A7%D9%86/%D8%A3%D8%B1%D8%B4%D9%8A%D9%81/%D8%AA%D9%82%D9%86%D9%8A%D8%A9/06/2009&oldid=3482897#.D8.AA.D9.81.D8.B9.D9.8A.D9.84_.D8.A7.D9.85.D8.AA.D8.AF.D8.A7.D8.AF_.D8.A7.D9.84.D9.86.D8.B3.D8.AE_.D8.A7.D9.84.D9.85.D8.B9.D9.84.D9.85.D8.A9

Details

Reference
bz19332

Event Timeline

bzimport raised the priority of this task from to Medium.Nov 21 2014, 10:38 PM
bzimport set Reference to bz19332.

I have added the settings, but the autopromotion of old users has not occured yet.

Aaron, I have assigned this to you, because I think it is your scirpt that needs updating, but I could be mistaken. Running them I get the following:

[root@zwinger php-1.5]# php extensions/FlaggedRevs/maintenance/updateAutoPromote.php arwiki
Populating and updating flaggedrevs_promote table
...doing user_id from 1 to 25
Fatal error: Class 'FlaggedRevs' not found in /home/wikipedia/common/wmf-deployment/extensions/FlaggedRevs/maintenance/updateAutoPromote.inc on line 26
[root@zwinger php-1.5]# php extensions/FlaggedRevs/maintenance/updateLinks.php --updateonly=pages arwiki
Populating and correcting flaggedpages/flaggedpage_config columns
...doing page_id from 3 to 102
Fatal error: Class 'FlaggedRevision' not found in /home/wikipedia/common/wmf-deployment/extensions/FlaggedRevs/maintenance/updateLinks.inc on line 120
[root@zwinger php-1.5]# vim /home/wikipedia/common/wmf-deployment/extensions/FlaggedRevs/maintenance/updateLinks.inc

If I am incorrect, I apologize, let me know!

I just ran 'updateAutoPromote.php arwiki' without any problems. Odd.

cipherswiki wrote:

Following the new community discussion about revising the setting for Flagged Revision System at [[:ar:ويكيبيديا:الميدان/أرشيف/تقنية/10/2011#استقصاء عن نظام المراجعات المعلمة]], I would like to request on behalf of the Arabic Wikipedia Community the following changes :

1 - Disable Autopromote for Editors
2 - Remove File Namespace (NS:6)
3 - Add Portal (NS:100) and Annex (NS:104) Namespaces

Thank you in advance.

(In reply to comment #4)

2 - Remove File Namespace (NS:6)

Are the vast majority of images on Commons?

cipherswiki wrote:

Are the vast majority of images on Commons?

There are about 11K images locally. I believe the majority of the used images are on commons.

(In reply to comment #6)

Are the vast majority of images on Commons?

There are about 11K images locally. I believe the majority of the used images
are on commons.

If any of the images are used on many, many, pages, it would not be a good idea to remove the File: namespace from FlaggedRevs.

cipherswiki wrote:

I see. I will convey that technical point to the community.

Would you please commit the other two items, and we may discuss about the File namespace later on?

(In reply to comment #8)

I see. I will convey that technical point to the community.

Would you please commit the other two items, and we may discuss about the File
namespace later on?

It's not technical, it's just annoying for people to have to re-review many pages just because a file they used changed.

cipherswiki wrote:

(In reply to comment #9)

(In reply to comment #8)

I see. I will convey that technical point to the community.

Would you please commit the other two items, and we may discuss about the File
namespace later on?

It's not technical, it's just annoying for people to have to re-review many
pages just because a file they used changed.

You are right. I believe there are not too many local files which has been used widely. In addition, we are working now to disable the option for creating pages of files which are on commons. Moreover there is one filter of Edit Filter to stop vandalism of file pages. For these reason the community suggested that there will be no more need for protecting File namespace by FlaggedRevisions.

(In reply to comment #4)

1 - Disable Autopromote for Editors
3 - Add Portal (NS:100) and Annex (NS:104) Namespaces

Done.

cipherswiki wrote:

(In reply to comment #11)

(In reply to comment #4)

1 - Disable Autopromote for Editors
3 - Add Portal (NS:100) and Annex (NS:104) Namespaces

Done.

Thank you. I confirmed that the FlaggedRec is enabled for Portal and Annex Namespaces.