Last modified: 2011-03-13 15:27:45 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 T29516, the corresponding Phabricator task for complete and up-to-date bug report information.
Bug 27516 - Give all User the right to change proofreading states on de-Wikisource
Give all User the right to change proofreading states on de-Wikisource
Status: RESOLVED FIXED
Product: Wikimedia
Classification: Unclassified
Site requests (Other open bugs)
unspecified
All All
: Normal enhancement with 2 votes (vote)
: ---
Assigned To: Nobody - You can work on this!
http://svn.wikimedia.org/viewvc/media...
: shell
Depends on:
Blocks:
  Show dependency treegraph
 
Reported: 2011-02-17 23:31 UTC by Michail Jungierek
Modified: 2011-03-13 15:27 UTC (History)
5 users (show)

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


Attachments

Description Michail Jungierek 2011-02-17 23:31:24 UTC
Currently the changing of states of the proofreading of pages on wikisource is restricted to user with an account. Since version 1.17 there is an explicit right for changing the state. See http://svn.wikimedia.org/viewvc/mediawiki/trunk/extensions/ProofreadPage/ProofreadPage.php?revision=78811&view=markup, line 51.

On de-Wikisource there is consensus that ALL users could change the state for proofreading. Because this, please change on de-Wikisource this right, that all user (anon and with account) can change the proofreading state of a page:
$wgGroupPermissions['*']['pagequality'] = true;.
Comment 1 Krinkle 2011-03-07 11:30:20 UTC
Moving back to Site requests. This is a request from and for de.wikisource.org (dewikisource_p)
Comment 2 Antoine "hashar" Musso (WMF) 2011-03-13 15:27:45 UTC
Group right enabled on the live site:
Index: CommonSettings.php
===================================================================
--- CommonSettings.php	(revision 1627)
+++ CommonSettings.php	(working copy)
@@ -888,6 +888,7 @@
 if ( $wmgUseProofreadPage ) {
 //if ( $wgDBname == 'frwikisource' || $wgDBname == 'enwikisource' || $wgDBname == 'ptwikisource' ) {
 	include( $IP . '/extensions/ProofreadPage/ProofreadPage.php' );
+    include( $IP . '/wmf-config/proofreadpage.php');
 }
 if( $wmgUseLST ) {
 	include( $IP . '/extensions/LabeledSectionTransclusion/lst.php' );


proofreadpage.php content:

if( $wgDBname == 'dewikisource' ) {
	$wgGroupPermissions['*']['pagequality'] = true; # 27516
}

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


Navigation
Links