mediawiki-extensions-Echo/includes/api
Matthias Mullie f751e96839 Unread pages API
The query shouldn't be too expensive: it'll use an index to narrow
down the resultset for 1 user. After that, it'll be sorted based on
a grouped by value, but that should fit in memory: it'll never be
on more than 2000 entries, which is the max amount of notifications
per user.

Change-Id: I271ea7f7a6e010284739bfce02c4ec8a077148fc
2016-05-27 17:24:53 -07:00
..
ApiCrossWikiBase.php Unread pages API 2016-05-27 17:24:53 -07:00
ApiEchoMarkRead.php NotifUser: Refactor getNotificationCount() and friends, add caching for global counts 2016-05-02 16:16:57 -07:00
ApiEchoMarkSeen.php API: Remove pre-1.25 compat code 2015-10-26 08:41:57 -07:00
ApiEchoNotifications.php Unread pages API 2016-05-27 17:24:53 -07:00
ApiEchoUnreadNotificationPages.php Unread pages API 2016-05-27 17:24:53 -07:00