Go to file
bsitu 26110aa080 Improve Echo Hooks
BeforeFormatEchoNotification and BeforeCreateEchoEvent Hooks would be executed multiple times because

	* An action may fire multiple notification events
	* The notification flyout and page have multiple notifications

we only want these hooks to run once to gather valid formatter and event

Change-Id: Ifff0ad34f3c44c31d88f982fd110ad3399ff5bd0
2012-11-01 15:59:47 -07:00
api $language->prettyTimestamp is expecting 3 arguments 2012-10-25 22:47:45 +01:00
controller Improve Echo Hooks 2012-11-01 15:59:47 -07:00
db_patches Echo: Implement advanced notifications for vanilla talk pages. 2012-08-01 10:17:36 -07:00
formatters Echo: Add "reverted" notification for when a user's edit is reverted. 2012-10-31 17:01:20 -07:00
includes Update documentation and deprecated methods. 2012-09-02 11:30:38 +02:00
jobs Echo: Add "reverted" notification for when a user's edit is reverted. 2012-10-31 17:01:20 -07:00
maintenance Follow-up I2c10cb69: Auto-formatted using IDE. 2012-08-31 23:50:46 +02:00
model Improve Echo Hooks 2012-11-01 15:59:47 -07:00
modules Adding more notification icons 2012-10-31 17:25:44 -07:00
special Follow-up I2c10cb69: Auto-formatted using IDE. 2012-08-31 23:50:46 +02:00
tests Follow-up I2c10cb69: Auto-formatted using IDE. 2012-08-31 23:50:46 +02:00
.gitignore Add .gitignore 2012-05-21 01:34:55 +01:00
.gitreview Add .gitreview file 2012-04-28 01:26:21 +10:00
Echo.alias.php Create special page aliases file 2012-10-23 23:39:02 +01:00
Echo.i18n.php Echo: Add "reverted" notification for when a user's edit is reverted. 2012-10-31 17:01:20 -07:00
Echo.php Echo: Add "reverted" notification for when a user's edit is reverted. 2012-10-31 17:01:20 -07:00
echo.sql Echo: Implement advanced notifications for vanilla talk pages. 2012-08-01 10:17:36 -07:00
Hooks.php Echo: Add "reverted" notification for when a user's edit is reverted. 2012-10-31 17:01:20 -07:00
Notifier.php Update documentation and deprecated methods. 2012-09-02 11:30:38 +02:00
testDiscussionParser.php Update documentation and deprecated methods. 2012-09-02 11:30:38 +02:00