CatWatch don't show the number of pages transcluded
authoraddshore <addshorewiki@gmail.com>
Sat, 2 Apr 2016 16:06:40 +0000 (19:06 +0300)
committeraddshore <addshorewiki@gmail.com>
Thu, 14 Apr 2016 08:22:49 +0000 (09:22 +0100)
commit573e8c1bc521efe01c648ed275f8acabaa29a410
treef5f5715b3d3f73e000c36edf244f8eeaaa4eddba
parentff4a3287db7d7681f10fb9c289cd9b84bed5eed6
CatWatch don't show the number of pages transcluded

Providing the perfectly correct number of pages
that have acctually been added to or removed from a
category is extermly hard.

Rather than providing data that is most likely wrong
and a bit useless ONLY provide a link to Special:WhatLinksHere.

This touches on the following bugs and may mean that
some of them don't need to be thought about any further.

Bug: T126855
Bug: T126407
Bug: T126139
Change-Id: Ida06d822d1955091595c17c9c6c2968a40a93bcd
includes/changes/CategoryMembershipChange.php
languages/i18n/en.json
languages/i18n/qqq.json
tests/phpunit/includes/changes/CategoryMembershipChangeTest.php
tests/phpunit/includes/deferred/LinksUpdateTest.php
tests/phpunit/includes/jobqueue/jobs/CategoryMembershipChangeJobTest.php