The statistics page on Turkish Wikisource displays an incorrect value for the article count. It can be verified from the API that the correct value is 6982, not 4443. Would running updateArticleCount.php solve this problem?
Description
Details
| Subject | Author | Repo | Branch | Lines +/- | |
|---|---|---|---|---|---|
| Set $wgArticleCount to 'any' on trwikisource | RhinosF1 | operations/mediawiki-config | master | +1 -0 |
Event Timeline
Hi, not really. $wgArticleCountMethod is set to link for trwikisource, meaning all pages in the main namespace must have at least one valid internal wikilink to be considered an article/content page. If your community wants so, we can set wgArticleCountMethod to any, which would mean all non-redirects in main namespace would be considered as an article/content page.
Let me know if this is what you want. I'd also need an on-wiki discussion about this.
Best,
Martin
@Superyetkin: Do you plan to work on fixing this task, as you increased the priority of this task? If yes, please set yourself as task assignee and follow https://wikitech.wikimedia.org/wiki/Wikimedia_site_requests to write a patch which changes the value for wgArticleCountMethod. Thanks!
Change 591771 had a related patch set uploaded (by RhinosF1; owner: RhinosF1):
[operations/mediawiki-config@master] Set $wgArticleCount to 'any' on trwikisource
Hi,
I apologise for the delay in getting this done. I have now created a patch but we can not deploy outside of emergencies for the remainder of this week.
I will schedule this patch for SWAT later in this week or early next week and try and get it out as soon as I can.
Thanks,
Samuel
Change 591771 merged by jenkins-bot:
[operations/mediawiki-config@master] Set $wgArticleCount to 'any' on trwikisource