Last modified: 2010-06-02 05:37:56 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 T25742, the corresponding Phabricator task for complete and up-to-date bug report information.
Bug 23742 - make category namespace flaggable on en.wikinews
make category namespace flaggable on en.wikinews
Status: RESOLVED FIXED
Product: Wikimedia
Classification: Unclassified
Site requests (Other open bugs)
unspecified
All All
: Normal enhancement (vote)
: ---
Assigned To: Rob Halsell
https://secure.wikimedia.org/wikinews...
: shell
Depends on:
Blocks:
  Show dependency treegraph
 
Reported: 2010-06-01 12:10 UTC by Bawolff (Brian Wolff)
Modified: 2010-06-02 05:37 UTC (History)
3 users (show)

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


Attachments

Description Bawolff (Brian Wolff) 2010-06-01 12:10:14 UTC
Hi, we would like to be able to flag category description pages on the english Wikinews. 

I believe adding NS_CATEGORY to the $wgFlaggedRevsNamespaces array is the expropriate setting.


Community concensuss: https://secure.wikimedia.org/wikinews/en/wiki/Wikinews:WC#Sub-proposal_making_category_namespace_be_flagged

perma-link: https://secure.wikimedia.org/wikinews/en/w/index.php?title=Wikinews:Water_cooler&oldid=1026901#Sub-proposal_making_category_namespace_be_flagged

Thanks,
Bawolff
Comment 1 JeLuF 2010-06-02 05:33:15 UTC
Done.
============================================

@@ -235,7 +235,7 @@
 else if( $wgDBname == 'enwikinews' ) {
        $wgFlaggedRevsAutoReviewNew = false; // https://bugzilla.wikimedia.org/show_bug.cgi?id=15639
        $wgFlaggedRevsAutopromote = false;
-       $wgFlaggedRevsNamespaces = array( NS_MAIN, NS_FILE, NS_TEMPLATE, 100 );
+       $wgFlaggedRevsNamespaces = array( NS_MAIN, NS_FILE, NS_CATEGORY, NS_TEMPLATE, 100 );
        $wgGroupPermissions['editor']['rollback'] = true; // https://bugzilla.wikimedia.org/show_bug.cgi?id=19815
        $wgGroupPermissions['sysop']['stablesettings'] = true; // -aaron 3/20/10

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


Navigation
Links