Last modified: 2014-08-04 13:26:09 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 T67574, the corresponding Phabricator task for complete and up-to-date bug report information.
Bug 65574 - Setting "Revision displayed on default page view" does not work; blanking $wgFlaggedRevsExceptions helps
Setting "Revision displayed on default page view" does not work; blanking $wg...
Status: UNCONFIRMED
Product: MediaWiki extensions
Classification: Unclassified
FlaggedRevs (Other open bugs)
REL1_22-branch
PC Linux
: Normal major (vote)
: ---
Assigned To: Nobody - You can work on this!
:
Depends on:
Blocks:
  Show dependency treegraph
 
Reported: 2014-05-21 08:30 UTC by Karsten Priegnitz
Modified: 2014-08-04 13:26 UTC (History)
1 user (show)

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


Attachments

Description Karsten Priegnitz 2014-05-21 08:30:32 UTC
Hi,

I use FlaggedRevs REL1_22

Setting the above mentioned option does not have any effect at all. When I set it to "the stable version" I still get the "Pending changes" Tab displayed.

In my personal prefs I set "Use the default settings for each page" and this is my config in LocalPreferences.php:

# Extension:FlaggedRevs
$wgFlaggedRevsStatsAge = false;
require_once("$IP/extensions/FlaggedRevs/FlaggedRevs.php");
$wgGroupPermissions['sysop']['autoreview'] = false;
$wgGroupPermissions['editor']['autoreview'] = false;
$wgGroupPermissions['bot']['autoreview'] = false;
$wgGroupPermissions['reviewer']['autoreview'] = false;
$wgFlaggedRevsTags = array(
    'accuracy' => array( 'levels' => 1, 'quality' => 1, 'pristine' => 1 ),
);
$wgFlaggedRevsAutoReview = false;

Best, Koem
Comment 1 Karsten Priegnitz 2014-05-21 15:39:45 UTC
I found out something: 

FlaggedRevs.config.php has this line:

    $wgFlaggedRevsExceptions = array( 'user' ); // @TODO: remove when ready (and expand pref)

when I set this in LocalPreferences.php:

    $wgFlaggedRevsExceptions = array( );

then it works.

Please cross-check ...

Best,
Koem

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


Navigation
Links