https://bugzilla.wikimedia.org/show_bug.cgi?id=36214
Web browser: ---
Bug #: 36214
Summary: Special:Statistics Number of content pages ignores
custom namespaces
Product: MediaWiki
Version: unspecified
Platform: All
OS/Version: All
Status: NEW
Severity: normal
Priority: Unprioritized
Component: Special pages
AssignedTo: [email protected]
ReportedBy: [email protected]
Classification: Unclassified
Mobile Platform: ---
Special:Statistics Number of content pages ignores custom namespaces.
define("NS_CUSTOM", 100);
$wgExtraNamespaces[NS_CUSTOM] = "Custom";
$wgNamespacesWithSubpages[NS_CUSTOM] = true;
$wgContentNamespaces = array(
NS_MAIN,
NS_HELP,
NS_CUSTOM
);
But on Special:Statistics only Main and Help NS are counted in the number of
content pages.
--
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
You are on the CC list for the bug.
_______________________________________________
Wikibugs-l mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l