Last modified: 2009-08-11 20:52:37 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 T21179, the corresponding Phabricator task for complete and up-to-date bug report information.
Bug 19179 - Enable FlaggedRevs on de.wikiquote (sighted+quality versions)
Enable FlaggedRevs on de.wikiquote (sighted+quality versions)
Status: RESOLVED FIXED
Product: Wikimedia
Classification: Unclassified
Site requests (Other open bugs)
unspecified
All All
: Highest enhancement (vote)
: ---
Assigned To: Aaron Schulz
http://de.wikiquote.org
:
Depends on:
Blocks:
  Show dependency treegraph
 
Reported: 2009-06-13 02:08 UTC by Stepro
Modified: 2009-08-11 20:52 UTC (History)
3 users (show)

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


Attachments

Description Stepro 2009-06-13 02:08:28 UTC
Hello,
please activate the flagged revisions feature (stable versions) on de.wikiquote. We want to have the sighted version and the quality version feature.

The proposal is there since February and no one opposes, I am supporting this as active member and sysop of the community.
http://de.wikiquote.org/wiki/Wikiquote:Fragen_zur_Wikiquote#Determining_consensus_at_de.wikiquote.org_for_activation_of_flagged_revisions

de.wikiquote has a (relatively) small community, so there are no more comments (same as elections).

Please configure this settings:

$wgFlaggedRevsOverride = false;
$wgFlaggedRevsAutopromote = false;
$wgFlaggedRevTags = array( 'geprüft'=>1 );
$wgFlaggedRevValues = 1;

I hope I've understand the tags-option correct: For quality versions we only want to give "proofed" or not.

Many thanks in advance.
Stepro
Comment 1 Rob Halsell 2009-08-07 17:08:02 UTC
I have enabled the flagged revs, and promoted users, but get an error updating pages.  I am assigning this to Aaron, as I think he will know what the solution is.

[root@zwinger ~]# cd /home/wikipedia/common/php-1.5/ && php extensions/FlaggedRevs/maintenance/updateLinks.php --updateonly=pages dewikiquote
Populating and correcting flaggedpages/flaggedpage_config columns
...doing page_id from 1 to 100
FlaggedRevs given invalid tag name!
Backtrace:
#0 /usr/local/apache/common-local/wmf-deployment/extensions/FlaggedRevs/FlaggedRevs.class.php(91): FlaggedRevs::load()
#1 /usr/local/apache/common-local/wmf-deployment/extensions/FlaggedRevs/FlaggedRevision.php(145): FlaggedRevs::pristineVersions()
#2 /home/wikipedia/common/wmf-deployment/extensions/FlaggedRevs/maintenance/updateLinks.inc(120): FlaggedRevision::newFromStable(Object(Title), 1)
#3 /home/wikipedia/common/wmf-deployment/extensions/FlaggedRevs/maintenance/updateLinks.php(35): update_flaggedpages(NULL)
#4 {main}
Comment 2 Aaron Schulz 2009-08-07 18:06:52 UTC
@Rob: '$wgFlaggedRevTags = array( 'geprüft'=>1 );' won't work. It wants simple ASCII names only. The actually UI value is controlled by the message file. I'd rename to "quality" or something.
Comment 3 merl 2009-08-09 22:51:31 UTC
According to the discussion on wikiquote, i think their intention is to have the following settings:
 $wgSimpleFlaggedRevsUI = true;
 $wgFlaggedRevsOverride = false;
 $wgFlaggedRevTags = array( 'accuracy'=>2 );
 $wgFlaggedRevsAutopromote = false;
 $wgFlaggedRevsPrecedence = false;
And some values can simply be removed because its the default setting
 $wgFlaggedRevValues = 2; (default, currently set to 1)
 $wgFlaggedRevsLowProfile = true; (default)

At the moment 'checked' is used as tag which has no default messages. Only accuracy, depth and style are well translated tags, so accuracy should be used instead
Comment 4 Stepro 2009-08-10 22:18:27 UTC
We would really happy if you could change to the settings in comment #3 as soon as possible. At this time we cannot use this flaggedRevs because it doesn't work. Users are confused about it.
Comment 5 Aaron Schulz 2009-08-11 20:52:37 UTC
(In reply to comment #4)
> We would really happy if you could change to the settings in comment #3 as soon
> as possible. At this time we cannot use this flaggedRevs because it doesn't
> work. Users are confused about it.
> 

Done.

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


Navigation
Links