mediawiki-extensions-Echo/includes
Matthias Mullie da07893647 Display red badge based on time of notifications vs last time panel was opened
I tried to stick as close to the existing code as possible.

Special:Notifications is slightly different from the overlay,
however. I made it add .mw-echo-unread class for consistency,
but that JS doesn't record seen time (it only loads older
entries), not does the CSS fadeout apply there (it marks
everything as read as soon as it's displayed, so different
behavior from overlay)

PS: I'm not sure about browser compat for the fadeout. But
even if some obscure browsers don't support this, meh. It's
not an "important" feature that can't be missed.

Bug: T94634
Change-Id: Ibb201823fb52ef8a3d5eaa39b0b724ede8d271d1
2015-05-01 11:39:45 -07:00
..
cache [4] Add revision local cache holder object 2014-08-19 10:28:38 -07:00
exception Hygiene: Update method documentation & split exception to a file 2014-08-04 17:43:57 -07:00
gateway Add support to mark all as read for "sections" 2014-08-13 17:16:19 -07:00
iterator Use batch queries for users-watching-title 2014-08-15 10:44:55 -07:00
mapper Allow multiple target pages per event 2015-03-31 07:56:52 +00:00
AttributeManager.php Don't log missing user-locators 2015-03-09 23:41:00 +00:00
BatchRowUpdate.php Remove unused default value 2015-04-13 13:56:38 -07:00
ContainmentSet.php Remove unused code and fix missing/broken documentation 2014-06-04 04:54:00 +00:00
DataOutputFormatter.php Allow multiple target pages per event 2015-03-31 07:56:52 +00:00
DbEmailBatch.php Remove unused code and fix missing/broken documentation 2014-06-04 04:54:00 +00:00
DbEmailBundler.php Add email bundling function to Echo notification 2013-04-11 11:25:14 -07:00
DeferredMarkAsReadUpdate.php Mark notifications as read if they fail rendering 2014-09-08 14:22:10 -07:00
DiffParser.php Remove unused code and fix missing/broken documentation 2014-06-04 04:54:00 +00:00
DiscussionParser.php More explicit type matching in detectSectionTitleAndText() 2015-04-26 15:37:59 +02:00
EchoDbFactory.php Hygiene: Move master/slave code to MWEchoDbFactory 2014-08-22 14:01:57 -07:00
EmailBatch.php Remove obvious function-level profiling 2015-02-10 14:32:58 -08:00
EmailBundler.php Use MailAddress::newFromUser() 2014-09-21 18:25:14 -07:00
EmailFormatter.php Remove unused code and fix missing/broken documentation 2014-06-04 04:54:00 +00:00
EventLogging.php efLogServerSideEvent is deprecated 2014-08-21 15:19:27 +02:00
NotifUser.php Display red badge based on time of notifications vs last time panel was opened 2015-05-01 11:39:45 -07:00
schemaUpdate.php Remove unused code and fix missing/broken documentation 2014-06-04 04:54:00 +00:00
UserLocator.php Use batch queries for users-watching-title 2014-08-15 10:44:55 -07:00