Do not bold all entries of an unvisited page on the Watchlist
authorumherirrender <umherirrender_de.wp@web.de>
Mon, 31 Dec 2012 19:41:00 +0000 (20:41 +0100)
committerGerrit Code Review <gerrit@wikimedia.org>
Wed, 15 May 2013 15:55:37 +0000 (15:55 +0000)
commit7064d10413763607589d363f06205b68c756e126
treecda95893003e97784047b4659895334d93470977
parentb9c42d5a8f91e0647964f19cb86a5f13895fb138
Do not bold all entries of an unvisited page on the Watchlist

When a page is unvisited (wl_notificationtimestamp IS NOT NULL) all
entries of that page on the watchlist gets bold (class=mw-changeslist-line-watched),
because wl_notificationtimestamp is only checked for null.

wl_notificationtimestamp should be compared against rc_timestamp to
find only the really unvisited pages since the last visit on that page.

It is confusing, when all entries of a page on the watchlist gets bold,
but only some of the newer are unvisited.

Support for old and enhanced watchlist.

Change-Id: I7265141a6c84bcbdd7b651bd2983a08b73c6ddfe
includes/ChangesList.php
resources/mediawiki.special/mediawiki.special.changeslist.css