https://bugzilla.wikimedia.org/show_bug.cgi?id=33253
--- Comment #12 from Sam Reed (reedy) <[email protected]> 2012-05-11 02:15:07 UTC --- I'd suspect quite a few haven't been updated configuration wise like they should have: /** * Method used to determine if a page in a content namespace should be counted * as a valid article. * * Redirect pages will never be counted as valid articles. * * This variable can have the following values: * - 'any': all pages as considered as valid articles * - 'comma': the page must contain a comma to be considered valid * - 'link': the page must contain a [[wiki link]] to be considered valid * - null: the value will be set at run time depending on $wgUseCommaCount: * if $wgUseCommaCount is false, it will be 'link', if it is true * it will be 'comma' * * See also See http://www.mediawiki.org/wiki/Manual:Article_count * * Retroactively changing this variable will not affect the existing count, * to update it, you will need to run the maintenance/updateArticleCount.php * script. */ $wgArticleCountMethod = null; -- 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
