mediawiki-extensions-Echo/includes/mapper
Aaron Schulz 93387806c2 Defer onPersonalUrls() DB writes to post-send
We calculate how many messages and alerts are being marked as read, and
subtract them from the count since the database and caches won't be
updated until the end of the request.

For performance, we also get the event_type while doing the
EchoTargetPage lookup query to avoid having to query it individually
later on.

Bug: T117531
Change-Id: I0d9302adf1b4b07a4ff26a04b00d4498aa3fe7ee
2016-03-08 01:41:52 +00:00
..
AbstractMapper.php Fix some phpdoc, add missing @throws 2015-11-12 14:10:52 -08:00
EventMapper.php EventMapper::fetchByUserBundleHash(): Always return an array 2015-11-19 10:12:43 -08:00
NotificationMapper.php Add filter to ApiEchoNotifications 2015-12-14 17:29:52 +01:00
TargetPageMapper.php Defer onPersonalUrls() DB writes to post-send 2016-03-08 01:41:52 +00:00