Go to file
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
api Merge "Hygiene: Add abstract model and mapper for notification" 2014-08-13 15:26:38 +00:00
controller Hygiene: Update method documentation & split exception to a file 2014-08-04 17:43:57 -07:00
db_patches SQLite compatibility for Echo database patches 2013-10-15 20:56:24 +00:00
formatters Hygiene: Add abstract model and mapper for notification 2014-08-13 00:11:15 +00:00
i18n Localisation updates from https://translatewiki.net. 2014-08-11 22:47:25 +02:00
includes Add method for fetching unread notifications 2014-08-13 13:10:38 -07:00
jobs Adding Echo jobs to deferred update along with master wait 2013-09-04 17:32:54 -07:00
maintenance Remove invalid maintenance scripts 2013-07-03 12:09:45 -07:00
model Hygiene: Add abstract model and mapper for notification 2014-08-13 00:11:15 +00:00
modules Hygiene: Break out _buildNotificationList 2014-08-08 15:45:02 -07:00
scripts Add ability to run QUnit tests 2014-08-01 15:55:22 -07:00
special Hygiene: Add abstract model and mapper for notification 2014-08-13 00:11:15 +00:00
tests Add method for fetching unread notifications 2014-08-13 13:10:38 -07:00
.gitignore Directory reshuffle, add dev tools 2014-08-01 22:38:41 +00:00
.gitreview Add .gitreview file 2012-04-28 01:26:21 +10:00
.jshintignore Add ability to run QUnit tests 2014-08-01 15:55:22 -07:00
.jshintrc Add .jshintrc 2013-04-18 00:36:08 +02:00
COPYING Add COPYING 2014-01-24 16:00:24 -08:00
Echo.alias.php Localisation updates from https://translatewiki.net. 2014-08-09 19:54:35 +02:00
Echo.i18n.php Update i18n shim 2014-04-22 13:18:45 +00:00
Echo.php Hygiene: Add abstract model and mapper for notification 2014-08-13 00:11:15 +00:00
echo.sql Remove inappropiate executable flag on Echo.php and echo.sql 2013-07-18 17:19:05 +02:00
Gemfile Directory reshuffle, add dev tools 2014-08-01 22:38:41 +00:00
Hooks.php Hygiene: Add sub-directories to phpunit test 2014-08-12 22:54:45 +00:00
Makefile make jshint command should run on tests directory 2014-08-11 23:51:25 +00:00
Notifier.php Fix Echo breaking 2014-08-08 21:35:58 +01:00
package.json Directory reshuffle, add dev tools 2014-08-01 22:38:41 +00:00
Resources.php Hygiene: Move the overlay initialisation code into a separate file 2014-08-06 20:29:35 +00:00