mediawiki-extensions-Echo/modules/model
Stephane Bisson aa578a44a1 Mark bundled notifications as read
In the current bundling system, only the
bundle base is mark as read. It leaves all
the non-base bundled notifications without
a read_timestamp. They would all appear
as read in the new bundling system.

With this change, all notifications in
a bundled are update with a read_timestamp
when the bundle is read.

The implementation of this change is
somewhat temporary as the new bundling
system brings changes to the models
and controller.

Bug: T136368
Change-Id: I70b71d722d8d62cbdd1adc004293030ef900ac94
2016-06-02 13:48:33 -04:00
..
mw.echo.dm.CrossWikiNotificationItem.js Refactoring Echo's front end for MVC 2016-05-18 12:28:45 -07:00
mw.echo.dm.FiltersModel.js Filter notifications by read state in Special:Notifications 2016-05-27 13:47:41 -07:00
mw.echo.dm.js Refactoring Echo's front end for MVC 2016-05-18 12:28:45 -07:00
mw.echo.dm.ModelManager.js Display a message if there are no notifications in Special:Notifications 2016-05-31 23:13:48 +00:00
mw.echo.dm.NotificationGroupsList.js Refactoring Echo's front end for MVC 2016-05-18 12:28:45 -07:00
mw.echo.dm.NotificationItem.js Mark bundled notifications as read 2016-06-02 13:48:33 -04:00
mw.echo.dm.NotificationsList.js Display a message if there are no notifications in Special:Notifications 2016-05-31 23:13:48 +00:00
mw.echo.dm.PaginationModel.js Display a message if there are no notifications in Special:Notifications 2016-05-31 23:13:48 +00:00
mw.echo.dm.SortedList.js Refactoring Echo's front end for MVC 2016-05-18 12:28:45 -07:00
mw.echo.dm.UnreadNotificationCounter.js Refactoring Echo's front end for MVC 2016-05-18 12:28:45 -07:00