Last modified: 2013-05-16 22:37:57 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 T44782, the corresponding Phabricator task for complete and up-to-date bug report information.
Bug 42782 - Change in sqwiki for FlaggedRevs
Change in sqwiki for FlaggedRevs
Status: RESOLVED FIXED
Product: Wikimedia
Classification: Unclassified
Site requests (Other open bugs)
wmf-deployment
All All
: Normal enhancement (vote)
: ---
Assigned To: Dereckson
http://sq.wikipedia.org/wiki/Wikipedi...
: patch, shell
Depends on:
Blocks: 29744
  Show dependency treegraph
 
Reported: 2012-12-06 14:49 UTC by Euriditi
Modified: 2013-05-16 22:37 UTC (History)
6 users (show)

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


Attachments
[PATCH] (bug 42782) sqwiki: Autopromote Flagged Reviewes (927 bytes, patch)
2013-03-29 21:17 UTC, Eagleal
Details
[NOTFINAL][PATCH] (bug 42782) sqwiki: Autopromote Flagged Reviewes (2.93 KB, patch)
2013-03-29 21:48 UTC, Eagleal
Details

Description Euriditi 2012-12-06 14:49:21 UTC
Hello,

Albanian Wikipedia community have decided (the voting process http://sq.wikipedia.org/wiki/Wikipedia:Kuvendi#Autopromovimi) to change the way of promotion for reviewers form manual to automatic. To do so, please replace the actual code (of http://noc.wikimedia.org/conf/highlight.php?file=flaggedrevs.php) with the following one: 
<pre>
elseif ( $wgDBname == 'sqwiki' ) {
        $wgFlaggedRevsNamespaces[] = NS_CATEGORY;
        $wgFlaggedRevTags['accuracy']['levels'] = 1;
 
        $wgFlaggedRevsAutopromote = $wmfStandardAutoPromote;
        $wgFlaggedRevsAutopromote['edits'] = 300;
        $wgFlaggedRevsAutopromote['recentContentEdits'] = 5;
        $wgFlaggedRevsAutopromote['editComments'] = 30;
 
        $wgFlaggedRevsAutoconfirm = array(
                'days'                          => 30, # days since registration
                'edits'                    => 50, # total edit count
                'spacing'                        => 3, # spacing of edit intervals
                'benchmarks'              => 7, # how many edit intervals are needed?
                'excludeLastDays'        => 2, # exclude the last X days of edits from edit counts
                // Either totalContentEdits reqs OR totalCheckedEdits requirements needed
                'totalContentEdits'   => 150, # $wgContentNamespaces edits OR...
                'totalCheckedEdits'   => 50, # ...Edits before the stable version of pages
                'uniqueContentPages'  => 8, # $wgContentNamespaces unique pages edited
                'editComments'          => 20, # how many edit comments used?
                'email'                    => false, # user must be emailconfirmed?
                'neverBlocked'          => true, # Can users that were blocked be promoted?
        );
 
        $wgGroupPermissions['sysop']['stablesettings'] = true; // -aaron 3/20/10
}
</pre>
Comment 1 Andre Klapper 2012-12-06 15:03:22 UTC
[Moving to "Wikimedia" product as this request is about settings / configuration of the website, not about the codebase of the MediaWiki project or one of its extensions.]
Comment 2 Euriditi 2012-12-12 14:26:07 UTC
Please, could you make the above changes. The voting process (http://sq.wikipedia.org/wiki/Wikipedia:Kuvendi#Autopromovimi) in Albanian Wikipedia is over and the community decided to make the changes.
Comment 3 Dereckson 2012-12-13 00:36:30 UTC
Hello,

We had a deployment window sooner this day, and your change weren't ready.

Please allow us up to two weeks for the next configuration deployment window.

Is this acceptable or should we deploy especially this change for any urgent reason (please in this case detail a little the situation)?
Comment 4 Dereckson 2012-12-13 01:02:58 UTC
I don't feel comfortable to apply your configuration change.

Please review [[en:Cargo cult programming]], this is what you're doing. You didn't explain what the German Wikipedia configuration entails to the community.

My main concerns are:
- you don't have demonstrated to have vandalisms cases in categories namespace
- you didn't discuss the category namespace add with the community
- you didn't discuss the opportunity to autopromote blocked users.
Comment 5 Euriditi 2012-12-13 16:37:03 UTC
Hello Dereckson, 

I want to start it again. I understand your concerns and this gives me the obligation to discuss the changes once again with my wiki community. Just forget all about German Wikipedia configuration. I chose it as a simpler way to make the changes in configuration. It has been discussed a lot in Albanian Wikipedia Community the change of configuration in Flagged Reviewed Extension. To sum up the main changes that we want in Albanian Wikipedia for this case are: 

- Auto-promotion for registered users. When they reach 300 edits in 10 or more unique articles with a maximum of 5% reverted edits in 60 days or more since registration they must be auto-promoted to reviewer group. 

- Auto-promotion for registered users. When they reach 100 edits in 10 or more unique pages with a maximum of 5% reverted edits in 30 days or more since registration they must be auto-promoted to autoreviewer (or autopatrolled) group. 

In addition reverted edits do not count, the last 2 days edits also do not count. Users that were blocked before can be autopromoted. Then, if it is possible the user should be notified automatically via email or at his discussion page.  

If I am not explaining it right, please ask again. These changes are not urgent but we expect it to be done within this month. 

I will notify Albanian Wikipedia community for the changes. 

Thanks!
Comment 6 Euriditi 2012-12-24 11:36:53 UTC
It's been almost 2 weeks since I made the changes in Albanian Wikipedia village Pump. These changes have the support of sqwiki community. Any resolution?
Comment 7 Andre Klapper 2012-12-31 11:25:38 UTC
(In reply to comment #5)
> I will notify Albanian Wikipedia community for the changes. 

URL welcome that invalidates the concerns in comment 4.
Comment 8 Dereckson 2012-12-31 23:16:51 UTC
Found it. http://sq.wikipedia.org/wiki/Wikipedia:Kuvendi/Arkivi_14#Autopromovimi

[ URL set to consensus. ]
Comment 9 Eagleal 2013-03-29 21:17:42 UTC
Created attachment 12009 [details]
[PATCH] (bug 42782) sqwiki: Autopromote Flagged Reviewes

Hi,
I'm a local krat at sqwiki. I'm truly sorry to not have studied upon the codebase a bit, but the only changes our community wants affects only the 

Unfortunately I cannot test this code, but I think it should be correct.
Comment 10 Eagleal 2013-03-29 21:48:59 UTC
Created attachment 12010 [details]
[NOTFINAL][PATCH] (bug 42782) sqwiki: Autopromote Flagged Reviewes

Please ignore the previous patch, it is NOT correct.
I apologize for the accident.

Please let Eruditi confirm the edits before committing. If you could correct it or point me where to find the docs so I can correct it myself, it would be awesome (
ie. $wgFlaggedRevsAutopromote, $wgFlaggedRevsAutoconfirm default values explanations).

Thanks,
Eagleal
Comment 11 Euriditi 2013-04-04 16:05:37 UTC
Could someone review and approve the changes of the above patch, please. I agree with the version edited by Eagleal.
Comment 12 Andre Klapper 2013-04-05 09:43:56 UTC
Somebody would have to review the patch and copy it into Gerrit, or you could use Developer access
  https://www.mediawiki.org/wiki/Developer_access
to submit this as a Git branch directly into Gerrit too:
  https://www.mediawiki.org/wiki/Git/Tutorial

(Not saying that this is the way to go, just that it might speed up the process)
Comment 13 Gerrit Notification Bot 2013-05-16 22:35:44 UTC
Related URL: https://gerrit.wikimedia.org/r/64220 (Gerrit Change Ie1234704c6a94a7b3251b99553f6f0308c7dde4c)

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


Navigation
Links