mediawiki-extensions-Echo/includes/mapper
bsitu a7fbb53584 Add method for fetching unread notifications
* This will be used for the unread notifications in message overlay

* This will be used to "mark all as read" based on sections ( event types ),
  since we can't do updateJoin.  We could set a max update limit like 3000,
  and use this to do "mark all as read", this would handle majority "mark all as read"
  use cases. This would also prevent updating big amount of data on a web request

Change-Id: I2a9103a73d0aa91a52d5c0233e946a0ef979f96d
2014-08-13 13:10:38 -07:00
..
AbstractMapper.php Hygiene: Add abstract model and mapper for notification 2014-08-13 00:11:15 +00:00
EventMapper.php Hygiene: Add abstract model and mapper for notification 2014-08-13 00:11:15 +00:00
NotificationMapper.php Add method for fetching unread notifications 2014-08-13 13:10:38 -07:00