wiki.techinc.nl/includes/changes
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
..
CategoryMembershipChange.php wfMessage: use Message::params() to handle all the message parameters 2016-12-20 19:22:54 +00:00
ChangesFeed.php Add missing & to @param documentation to match functon call 2017-08-11 18:47:46 +02:00
ChangesList.php Unwatch link for pages in Special:Watchlist 2017-08-12 19:36:29 -04:00
ChangesListBooleanFilter.php Change @inheritdoc to @inheritDoc 2017-08-11 16:49:52 +02:00
ChangesListBooleanFilterGroup.php Change @inheritdoc to @inheritDoc 2017-08-11 16:49:52 +02:00
ChangesListFilter.php Remove empty lines at begin of function, if, foreach, switch 2017-07-01 11:34:16 +00:00
ChangesListFilterGroup.php update mediawiki-codesniffer to 0.11.0 and fix issues 2017-08-11 22:27:51 +02:00
ChangesListStringOptionsFilter.php Change @inheritdoc to @inheritDoc 2017-08-11 16:49:52 +02:00
ChangesListStringOptionsFilterGroup.php Change @inheritdoc to @inheritDoc 2017-08-11 16:49:52 +02:00
EnhancedChangesList.php Unwatch link for pages in Special:Watchlist 2017-08-12 19:36:29 -04:00
OldChangesList.php Unwatch link for pages in Special:Watchlist 2017-08-12 19:36:29 -04:00
RCCacheEntry.php Make attributes explicit 2015-10-19 02:35:28 -07:00
RCCacheEntryFactory.php Add CSS classes for diff/hist links at Enhanced RC 2017-03-02 17:41:31 +00:00
RecentChange.php Add missing @param and @return documentation 2017-08-11 22:17:01 +02:00