Page MenuHomePhabricator

id.wikipedia requesting FlaggedRevs
Closed, ResolvedPublic

Description

The community of Wikipedia Indonesia has agreed (12 out of 15 - 80%, more than the 70% requirement in id.wp) to implement the FlaggedRevs extension in id.wp

http://id.wikipedia.org/wiki/Pembicaraan_Wikipedia:Validasi_artikel#Suara

Terms:
*''Validasi artikel'' = article validation
*''Suara'' = votes
*''Setuju'' = agree
*''Tidak setuju'' = disagree

Thanks


Version: unspecified
Severity: major

Details

Reference
bz24010

Event Timeline

bzimport raised the priority of this task from to Medium.Nov 21 2014, 11:08 PM
bzimport set Reference to bz24010.
bzimport added a subscriber: Unknown Object (MLST).

jeluf wrote:

Done.

Index: InitialiseSettings.php

  • InitialiseSettings.php (revision 888)

+++ InitialiseSettings.php (working copy)
@@ -7910,14 +7910,42 @@

'wmgUseWikimediaMobile' => array(

'default' => false,

+ 'arwiki' => true,
+ 'bnwiki' => true,
+ 'cawiki' => true,
+ 'cswiki' => true,
+ 'dawiki' => true,

'dewiki' => true,

+ 'dsbwiki' => true,
+ 'elwiki' => true,
+ 'eowiki' => true,
+ 'enwiki' => true,

'eswiki' => true,
  • 'enwiki' => true,

+ 'etwiki' => true,
+ 'eowiki' => true,
+ 'fiwiki' => true,

'frwiki' => true,
'fiwiki' => true,

+ 'hewiki' => true,
+ 'huwiki' => true,
+ 'hsbwiki' => true,
+ 'idwiki' => true,
+ 'itwiki' => true,
+ 'jawiki' => true,
+ 'kowiki' => true,
+ 'krcwiki' => true,
+ 'mlwiki' => true,
+ 'mrwiki' => true,
+ 'nlwiki' => true,
+ 'nnwiki' => true,

'plwiki' => true,

+ 'ptwiki' => true,
+ 'ruwiki' => true,
+ 'svwiki' => true,

'testwiki' => true,
  • 'ruwiki' => true,

+ 'thwiki' => true,
+ 'viwiki' => true,
+ 'xalwiki' => true,
),

'wgRevokePermissions' => array(

jeluf wrote:

That was the wrong diff, please ignore the above comment...

The localization of the messages should be done in the Mediawiki: namespace of id.wikipedia.org

Please turn-off the Autopromote

http://www.mediawiki.org/wiki/Extension:FlaggedRevs#Automatic_user_promotion

Users who wished to be promoted as editors have to request it via http://id.wikipedia.org/wiki/Wikipedia:Validasi_artikel/Permohonan_hak_editor

7 persons from Jun 20-25 have been autopromoted, this should not be the case
http://id.wikipedia.org/wiki/Istimewa:Catatan/rights

Thanks.

(In reply to comment #4)

Please turn-off the Autopromote

http://www.mediawiki.org/wiki/Extension:FlaggedRevs#Automatic_user_promotion

Users who wished to be promoted as editors have to request it via
http://id.wikipedia.org/wiki/Wikipedia:Validasi_artikel/Permohonan_hak_editor

7 persons from Jun 20-25 have been autopromoted, this should not be the case
http://id.wikipedia.org/wiki/Istimewa:Catatan/rights

Thanks.

Apologies. Forgot to attach the extension configuration.

http://id.wikipedia.org/wiki/Wikipedia:Validasi_artikel/Konfigurasi

This is the configuration that was proposed (dated June 5, 2008, no changes since) for the community to agree upon.

Point to note: "Autopromote: all disabled".

Thanks.

jeluf wrote:

Done.

+else if( $wgDBname == 'idwiki' ) {
+ $wgFlaggedRevsAutopromote = false;
+}