Last modified: 2008-01-01 20:36:11 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 T12382, the corresponding Phabricator task for complete and up-to-date bug report information.
Bug 10382 - Patrolled edits from admin only to autoconfirm.
Patrolled edits from admin only to autoconfirm.
Status: RESOLVED FIXED
Product: Wikimedia
Classification: Unclassified
General/Unknown (Other open bugs)
unspecified
All All
: Normal normal (vote)
: ---
Assigned To: Nobody - You can work on this!
: shell
Depends on:
Blocks:
  Show dependency treegraph
 
Reported: 2007-06-27 13:28 UTC by Jussi-Ville Heiskanen
Modified: 2008-01-01 20:36 UTC (History)
2 users (show)

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


Attachments

Description Jussi-Ville Heiskanen 2007-06-27 13:28:00 UTC
Finnish wikipedia is using the system of flagging good edits as patrolled, so they can be selectively hidden from recent changes, in order to concentrate effort without too much duplication. There was a [http://fi.wikipedia.org/wiki/Keskustelu_Wikipediasta:Muutosten_tarkastaminen vote], and the community decided that the limit that users would have to satisfy to be allowed to flag edits as patrolled would be to have made 1000 edits, and have had a registered username for at least 100 days. Now I understand it is possible to set an autoconfirm system for that, please do that for the Finnish Wikipedia. People are eagerly awaiting this. 

-- Cimon Avaro
Comment 1 Rob Church 2007-06-27 13:30:45 UTC
This will require changing the existing automatic confirmation settings, i.e. affecting those used for moving pages, etc.
Comment 2 Rob Church 2007-06-27 15:04:08 UTC
(In reply to comment #1)
> This will require changing the existing automatic confirmation settings, i.e.
> affecting those used for moving pages, etc.

I've added appropriate hooks (r23478) and an extension (r23480) to allow simple configuration of automatic group membership based on criteria, which means this can now be done without affecting the existing 'autoconfirm' requirements.
Comment 3 JeLuF 2007-09-27 18:28:07 UTC
I tried to enable the extension, but failed.

'wgAutomaticGroups' => array(
    'default' => false,
    'fiwiki' => array(
        'patrolers' => array( 'edits' => 900900 ),
    ),
),

'groupOverrides' => array(
    'fiwiki' => array( 'patrolers' => array( 'patrol' => true ) ),
),


mysql> select user_editcount from user where user_name='JeLuF';
+----------------+
| user_editcount |
+----------------+
|        1000000 |
+----------------+

But I still don't see the links that a patroler should see.
Comment 4 JeLuF 2008-01-01 20:36:11 UTC
Done.

'AutopromoteExtraGroups' => array(
    'fiwiki' => array(
    	'patroler' => array( '&',
                array( APCOND_EDITCOUNT, 1000 ),
                array( APCOND_AGE, 100 ),
    	),
    ),
),

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


Navigation
Links