hooks: Drop Special{Watchlist|RecentChanges}Filters, deprecated in 1.23
authorJames D. Forrester <jforrester@wikimedia.org>
Wed, 12 Sep 2018 19:43:01 +0000 (12:43 -0700)
committerJames D. Forrester <jforrester@wikimedia.org>
Wed, 12 Sep 2018 19:43:01 +0000 (12:43 -0700)
commitb5ce7632c7aa5e4e343db0292f24b0b570fdc9e7
tree73adbf73d2e97b062f8a79e2af91deede4ada362
parentef7be3e36afe1aca1bece181e95f7d8b47760dee
hooks: Drop Special{Watchlist|RecentChanges}Filters, deprecated in 1.23

Neither SpecialWatchlistFilters nor SpecialRecentChangesFilters are used in any
code known to Wikimedia code search. The related code to use these hooks was
only ever used within the MediaWiki repo.

Change-Id: Ib631d49d7b5835c665171dbad3e8a646b80827ef
RELEASE-NOTES-1.32
docs/hooks.txt
includes/changes/ChangesListBooleanFilter.php
includes/specialpage/ChangesListSpecialPage.php
includes/specials/SpecialRecentchanges.php
includes/specials/SpecialWatchlist.php
tests/phpunit/includes/specialpage/ChangesListSpecialPageTest.php