Last modified: 2010-11-28 18:31:51 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 T28154, the corresponding Phabricator task for complete and up-to-date bug report information.
Bug 26154 - Activate Flagged Revisions for category namespace on de-WP
Activate Flagged Revisions for category namespace on de-WP
Status: RESOLVED FIXED
Product: Wikimedia
Classification: Unclassified
Site requests (Other open bugs)
unspecified
All All
: Normal enhancement (vote)
: ---
Assigned To: Nobody - You can work on this!
: shell
Depends on:
Blocks:
  Show dependency treegraph
 
Reported: 2010-11-28 15:38 UTC by P. Birken
Modified: 2010-11-28 18:31 UTC (History)
3 users (show)

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


Attachments

Description P. Birken 2010-11-28 15:38:34 UTC
Per http://de.wikipedia.org/wiki/Wikipedia_Diskussion:Gesichtete_Versionen#Wieso_werden_Kategorien_nicht_gesichtet? , please activate flagged revisions for the category namespace on de-WP as well.
Comment 1 JeLuF 2010-11-28 18:31:51 UTC
Done. Also applied the change to de_labswiki


Index: flaggedrevs.php
===================================================================
--- flaggedrevs.php     (revision 1350)
+++ flaggedrevs.php     (working copy)
@@ -91,6 +91,7 @@

        $wgGroupsAddToSelf = array( 'editor' );
        $wgGroupsRemoveFromSelf = array( 'editor' );
+       $wgFlaggedRevsNamespaces[] = NS_CATEGORY;
 }

 else if( $wgDBname == 'flaggedrevs_labswikimedia' ) {
@@ -151,6 +152,7 @@
        );

        $wgGroupPermissions['sysop']['stablesettings'] = true; // -aaron 3/20/10
+       $wgFlaggedRevsNamespaces[] = NS_CATEGORY;
 }

 else if( $wgDBname == 'dewikiquote' ) {

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


Navigation
Links