wiki.techinc.nl/tests/phpunit/includes/specials
Geoffrey Mon 700e49dddd Unwatch link for pages in Special:Watchlist
When the 'watchlistunwatchlinks' preference option is enabled, this
adds a '×' link to each entry of the watchlist that unwatches the page
of that entry. When clicked, it changes into a '+' which can be used to
re-watch the page (effectively undoing the earlier unwatch).
When a page is unwatched, its entries and the entries of its associated
talk page (or vice versa) become translucent and are struck through.

Without JS, '×'/'+' link to action=(un)watch for the relevant page.

In addition, ChangesList classes have been modified to allow a prefixer
that adds a prefix to each line (used in this case to put the unwatch
link) and to add HTML data attributes to reliably determine the target
page of each entry. Unit tests have been updated accordingly.

Bug: T2424
Change-Id: I450b2901413d7e75c11de2a446829fdbb22d31e1
2017-08-12 19:36:29 -04:00
..
ContribsPagerTest.php Fix action=feedcontributions date filtering parameters 2017-06-06 10:41:40 -04:00
ImageListPagerTest.php
QueryAllSpecialPagesTest.php Add missing QueryAllSpecialPagesTest $queryPages property 2017-01-03 16:25:52 +00:00
SpecialBlankPageTest.php
SpecialBooksourcesTest.php tests: Replace implicit Bugzilla bug numbers with Phab ones 2017-02-21 02:14:34 +00:00
SpecialEditWatchlistTest.php HTMLForm: Use 'mw-htmlform' CSS class 2016-12-18 12:59:05 +00:00
SpecialMIMESearchTest.php
SpecialMyLanguageTest.php
SpecialPageDataTest.php Make Special:PageData accept two-part subpage 2017-06-13 18:52:33 +04:30
SpecialPageExecutor.php Factor SpecilaPageExecutor out of SpecialPageTestBase 2016-03-24 14:17:55 +00:00
SpecialPageTestBase.php Factor SpecilaPageExecutor out of SpecialPageTestBase 2016-03-24 14:17:55 +00:00
SpecialPreferencesTest.php Remove empty lines at begin of function, if, foreach, switch 2017-07-01 11:34:16 +00:00
SpecialRecentchangesTest.php Make phpcs pass 2017-08-11 16:22:42 +02:00
SpecialSearchTest.php build: Prepare for mediawiki/mediawiki-codesniffer to 0.9.0 2017-06-26 17:14:31 +00:00
SpecialShortpagesTest.php Composer fix changes 2017-08-09 14:51:33 -04:00
SpecialUncategorizedcategoriesTest.php Allow to define exceptions for Special:UncategorizedCategories on-wiki 2017-01-11 17:51:19 +00:00
SpecialWatchlistTest.php Unwatch link for pages in Special:Watchlist 2017-08-12 19:36:29 -04:00