jenkins-bot has submitted this change and it was merged. Change subject: Remove mention of EchoBasicFormatter ......................................................................
Remove mention of EchoBasicFormatter Echo formatting system was rewritten to use presentation model instead of formatters. See EchoEventPresentationModel Bug: T151413 Change-Id: I0d7545b1ab478f3049327aa8b31bc61b1fb3f7ea --- M Echo.php 1 file changed, 0 insertions(+), 1 deletion(-) Approvals: Catrope: Looks good to me, approved jenkins-bot: Verified diff --git a/Echo.php b/Echo.php index 9fd6b00..95d103e 100644 --- a/Echo.php +++ b/Echo.php @@ -386,7 +386,6 @@ ); // Definitions of the notification event types built into Echo. -// If formatter-class isn't specified, defaults to EchoBasicFormatter. // 'notify-type-availabilty' - Defines which notifier (e.g. web/email) types are available // for each notification type (e.g. welcome). Notification types are the keys of -- To view, visit https://gerrit.wikimedia.org/r/323152 To unsubscribe, visit https://gerrit.wikimedia.org/r/settings Gerrit-MessageType: merged Gerrit-Change-Id: I0d7545b1ab478f3049327aa8b31bc61b1fb3f7ea Gerrit-PatchSet: 1 Gerrit-Project: mediawiki/extensions/Echo Gerrit-Branch: master Gerrit-Owner: Sbisson <[email protected]> Gerrit-Reviewer: Catrope <[email protected]> Gerrit-Reviewer: jenkins-bot <> _______________________________________________ MediaWiki-commits mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits
