Go to file
Erik Bernhardson b552201829 I-2. Change the default number of Flow Messages in the flyout
Previously this was loading 25 unread notifications.  If less than 25 were
found it would add in 3 read notifications so it wasn't empty.

This patch changes things around to always return 25 notifications if the
user has at least that many.  Instead of backfilling a static count of 3
we backfill 25 - $count with previously read notifications.

Change-Id: I723316486216d7b9dacfcc9765c1a8212e973518
2014-10-15 10:08:00 -07:00
api I-2. Change the default number of Flow Messages in the flyout 2014-10-15 10:08:00 -07:00
controller wfDebugLog exception if thrown during formatting 2014-09-11 11:37:25 -07:00
db_patches Add TargetPage model and mapper to notifications 2014-08-13 00:48:07 +00:00
formatters Add emailsubject as a distribution type 2014-09-12 20:32:27 +00:00
i18n Localisation updates from https://translatewiki.net. 2014-09-24 22:14:51 +02:00
includes I-2. Change the default number of Flow Messages in the flyout 2014-10-15 10:08:00 -07:00
jobs Hygiene: Move master/slave code to MWEchoDbFactory 2014-08-22 14:01:57 -07:00
maintenance Delete invalid records from echo_target_page 2014-08-19 11:34:01 -07:00
model Merge "Fallback to master lookup for title when lookup in slave fails" 2014-08-27 22:52:35 +00:00
modules Don't make the notifications list 5px taller than the screen 2014-09-23 15:00:21 -07:00
scripts Add ability to run QUnit tests 2014-08-01 15:55:22 -07:00
special Auto mark notification as read if it doesn't have target page 2014-08-15 00:11:57 +00:00
tests QA: Refactoring and making the nojs test dtrt 2014-09-23 13:35:50 -07:00
.gitignore QA: committing Gemfile.lock 2014-08-14 08:52:30 -07: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-09-23 22:00:50 +02:00
Echo.i18n.php Update i18n shim 2014-04-22 13:18:45 +00:00
Echo.php Mark notifications as read if they fail rendering 2014-09-08 14:22:10 -07:00
echo.sql Add TargetPage model and mapper to notifications 2014-08-13 00:48:07 +00:00
Gemfile Directory reshuffle, add dev tools 2014-08-01 22:38:41 +00:00
Hooks.php Merge "There is no welcome notification" 2014-09-02 07:34:24 +00:00
Makefile Hygiene: Dont run jshint against .less files 2014-09-05 16:45:34 -07: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: Alter how initialisation of the overlay works 2014-09-12 22:49:51 +00:00