Last modified: 2009-08-11 20:52:37 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
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}
@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.
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
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.
(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.