Page MenuHomePhabricator

Enable FlaggedRevs on Ukrainian Wikipedia
Closed, ResolvedPublic

Details

Reference
bz33273

Event Timeline

bzimport raised the priority of this task from to Medium.Nov 22 2014, 12:01 AM
bzimport set Reference to bz33273.
bzimport added a subscriber: Unknown Object (MLST).

Additional options:

  • All users (including unregistered) see latest version of article
  • All users (including unregistered) see unreviewed and unsighted versions of pages
  • 1 parameter with 3 levels (unapproved/sighted/reviewed)
  • Flag such spaces: articles, files, templates, categories
  • Editor flag is given and removed by sysops. Editors may set first 2

levels (unapproved/sighted)

  • Reviewer flag is given and removed by bureaucrats. Reviewers may set all

levels

aladdin-v-avtobuse wrote:

My link posted above is a bit wrong, so you can use link in the URL to see agreement of Wikipedians about this request.

Progress of config so far, not enabled yet

(In reply to comment #0)

<source lang="php">// к-сть рівнів перевірки
$wgFlaggedRevValues = 1;
</source>

Done

(In reply to comment #1)

  • Reviewer flag is given and removed by bureaucrats. Reviewers may set all

levels

  • Editor flag is given and removed by sysops. Editors may set first 2

levels (unapproved/sighted)

Done by default

(In reply to comment #1)

Additional options:

  • Flag such spaces: articles, files, templates, categories

Done

Remains(?):
(In reply to comment #1)

Additional options:

  • All users (including unregistered) see latest version of article
  • All users (including unregistered) see unreviewed and unsighted versions of

pages

  • 1 parameter with 3 levels (unapproved/sighted/reviewed)

^ Need to look up config stuff in there

(In reply to comment #4)

(In reply to comment #1)

Additional options:

  • All users (including unregistered) see latest version of article
  • All users (including unregistered) see unreviewed and unsighted versions of

pages

I am not sure what is the difference between those two. But looks like $wgFlaggedRevsOverride = false;

  • 1 parameter with 3 levels (unapproved/sighted/reviewed)

IIRC this is the configuration by default. (even if not, it is $wgFlaggedRevTags['accuracy']['levels'] = 3;)

(In reply to comment #5)

(In reply to comment #4)

(In reply to comment #1)

Additional options:

  • All users (including unregistered) see latest version of article
  • All users (including unregistered) see unreviewed and unsighted versions of

pages

I am not sure what is the difference between those two. But looks like
$wgFlaggedRevsOverride = false;

  • 1 parameter with 3 levels (unapproved/sighted/reviewed)

IIRC this is the configuration by default. (even if not, it is
$wgFlaggedRevTags['accuracy']['levels'] = 3;)

We currently default for WMF config:

$wgFlaggedRevTags = array(

'accuracy' => array( 'levels' => 2, 'quality' => 2, 'pristine' => 4 ),

);

All done now

Seems I never added it to the dblist

Oh well, done now

aladdin-v-avtobuse wrote:

May sysops stabilize certain version of page?

aladdin-v-avtobuse wrote:

Statilization on the Ukrainian Wikipedia doesn't work, sysops and bureaucrats can't stabilize certain version of page. It must be corrected.
And please if you can, disable 'old version' (New pages patrol) for 'New Pages' page interface.
Thank you.

aladdin-v-avtobuse wrote:

Thanks for stabilization function for sysops. Thank you for disabling 'old version' of 'New Pages' page interface. But there aren't any colour mark on the 'New Pages', so 'editors' can't understand which pages haven't been checked, which pages have reviewed version that isn't last and which pages have the last version checked. Or our settings don't have this item mentioned?
How can it be fixed?
Thank you for answering.

aladdin-v-avtobuse wrote:

I'm sorry for asking you about this. I learned some details and found out that colour marks I saw on the Russian Wikipedia were set by themselves on their Wikipedia only. Other Wikipedia with FlaggedRevs don't have this setting. Some of our users found out how Russian Wikipedians mark new pages, so that we can enable it in the Ukr. Wikipedia by editing some MediaWiki page.
Thanks for enabling FlaggedRevs.