Last modified: 2008-11-17 20:38:28 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 T17006, the corresponding Phabricator task for complete and up-to-date bug report information.
Bug 15006 - Enable FlaggedRevs custom configuration on Russian Wikisource
Enable FlaggedRevs custom configuration on Russian Wikisource
Status: RESOLVED FIXED
Product: Wikimedia
Classification: Unclassified
Site requests (Other open bugs)
unspecified
All All
: High enhancement with 4 votes (vote)
: ---
Assigned To: Rob Halsell
http://ru.wikisource.org/wiki/Викитек...
: shell
Depends on:
Blocks:
  Show dependency treegraph
 
Reported: 2008-08-01 17:04 UTC by Aleksandr Andreiko
Modified: 2008-11-17 20:38 UTC (History)
6 users (show)

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


Attachments

Description Aleksandr Andreiko 2008-08-01 17:04:17 UTC
I request FlaggedRevs to be enabled on Russian Wikisource with following configuration:
* 1 parameter with 3 levels (unapproved/sighted/reviewed)
* Display latest reviewed version
* Flag all spaces
* Editor flag is given and removed by administrators. Editors may set first 2
levels (unapproved/sighted)
* Reviewer flag is given and removed by bureaucrats. Reviewers may set all
levels
Comment 1 Siebrand Mazeland 2008-08-11 00:13:31 UTC
Please add a link to community consensus for this request. Without the link to consensus, this request will not be processed.
Comment 4 Aaron Schulz 2008-08-28 22:09:33 UTC
Assuming:

$wgFlaggedRevTags = array( 'accuracy'=>2 );
$wgFlaggedRevValues = 2;


"Flag all spaces" not done...should best be left at default (NS_MAIN, NS_IMAGE,
NS_TEMPLATE)
Comment 5 Edward 2008-10-06 10:25:11 UTC
Support.
Comment 6 Innv 2008-10-07 09:42:45 UTC
Also please add autoreview rights for sysops and create flag "autopatroller" with rights: autopatrolother, autoreview and autoconfirmed. Thanks.
Comment 7 Innv 2008-10-07 09:47:27 UTC
(In reply to comment #4)

> "Flag all spaces" not done...should best be left at default (NS_MAIN, NS_IMAGE,
> NS_TEMPLATE)
> 
Please add namespaces: NS_MAIN, NS_IMAGE, NS_TEMPLATE, NS_HELP, NS_PROJECT
Comment 8 Rob Halsell 2008-11-17 20:33:47 UTC
"Also please add autoreview rights for sysops and create flag "autopatroller" with rights: autopatrolother, autoreview and autoconfirmed. Thanks"

flaggedrevs.php:

if( $wgDBname == 'ruwikisource' ) {

        $wgFlaggedRevTags = array( 'accuracy'=>2 );
        $wgFlaggedRevValues = 2;
        $wgFlaggedRevsNamespaces = array( NS_MAIN, NS_IMAGE, NS_TEMPLATE, NS_HELP, NS_PROJECT );
        $wgGroupPermissions['sysop']['autoreview']      = true;
}


InitializeSettings.php:

    'ruwikisource' => array(
           'autopatroller' => array( 'autopatrolother' => true, 'autoreview' => true, 'autoconfirmed' => true),
           'patroller' => array( 'patrol' => true, 'autopatrol' => true ),
           'rollbacker' => array( 'rollback' => true ),
    ),
Comment 9 Rob Halsell 2008-11-17 20:38:28 UTC
(In reply to comment #0)
> I request FlaggedRevs to be enabled on Russian Wikisource with following
> configuration:
> * 1 parameter with 3 levels (unapproved/sighted/reviewed)
> * Display latest reviewed version
> * Flag all spaces
> * Editor flag is given and removed by administrators. Editors may set first 2
> levels (unapproved/sighted)
> * Reviewer flag is given and removed by bureaucrats. Reviewers may set all
> levels
> 

Per request, flagged revs has been enabled on ruwikisource.  If there are any issues, please reply to ticket and we will get them sorted out.

Thanks!

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


Navigation
Links