Convert WatchedItem and friends to LinkTarget
authorAryeh Gregor <ayg@aryeh.name>
Mon, 29 Apr 2019 17:25:13 +0000 (20:25 +0300)
committerJforrester <jforrester@wikimedia.org>
Mon, 6 May 2019 15:30:45 +0000 (15:30 +0000)
commit761e704d6e59b611241e6c83ea37dca3ab90e9e0
tree5719c9f8239b387ae75948bf38d096ddb6c8e9fd
parente30cb5ba908609f33bcabd59114065e10dbdbdd2
Convert WatchedItem and friends to LinkTarget

There is no longer any reference to Title in WatchedItem classes or
their unit tests except for one hook that keeps Title for compat. Happy
side effects include getting rid of $revisionGetTimestampFromIdCallback,
and a net reduction of 143 LOC.

Change-Id: Id998c6f336ed808f7259e4f8359bcf8d6c0210d6
includes/ServiceWiring.php
includes/Title.php
includes/jobqueue/jobs/ActivityUpdateJob.php
includes/watcheditem/NoWriteWatchedItemStore.php
includes/watcheditem/WatchedItemStore.php
includes/watcheditem/WatchedItemStoreInterface.php
tests/phpunit/includes/watcheditem/NoWriteWatchedItemStoreUnitTest.php
tests/phpunit/includes/watcheditem/WatchedItemStoreUnitTest.php