Krinkle has submitted this change and it was merged. Change subject: [mw.notification] Introduce a full fledged notification system into core replacing jsMessage. ......................................................................
[mw.notification] Introduce a full fledged notification system into core replacing jsMessage. - Support for multiple messages instead of just one is included. - Persistent messages are also supported. - Tagged message replacement is supported so that only one message of a type will show up at once. - A light flood protection is included to stop all the notifications from disappearing at once. - Watchlist uses it's own tag now. - Legacy jsMessage messages still replace each other by using a tag: 'legacy' option - #mw-js-message was an old id used for something with a completely different style. So rather than re-using it that id is being dropped. Skins can now style the new notifications. - Core is no longer using messageBox and no extension uses it so instead of making a compatibility layer for it that module is just being dropped. This is a follow up to I41c70d78. Change-Id: I2b3d9cbce6d1514d754b4403ec878d89ea6af29d --- M RELEASE-NOTES-1.20 M resources/Resources.php D resources/jquery/jquery.messageBox.css D resources/jquery/jquery.messageBox.js M resources/mediawiki.page/mediawiki.page.watch.ajax.js A resources/mediawiki/mediawiki.notification.css A resources/mediawiki/mediawiki.notification.js A resources/mediawiki/mediawiki.notify.js M resources/mediawiki/mediawiki.util.js M skins/common/shared.css M skins/common/wikibits.js M skins/monobook/main.css M skins/vector/screen.css 13 files changed, 575 insertions(+), 250 deletions(-) Approvals: Krinkle: Verified; Looks good to me, approved jenkins-bot: Verified -- To view, visit https://gerrit.wikimedia.org/r/19199 To unsubscribe, visit https://gerrit.wikimedia.org/r/settings Gerrit-MessageType: merged Gerrit-Change-Id: I2b3d9cbce6d1514d754b4403ec878d89ea6af29d Gerrit-PatchSet: 11 Gerrit-Project: mediawiki/core Gerrit-Branch: master Gerrit-Owner: Daniel Friesen <[email protected]> Gerrit-Reviewer: Daniel Friesen <[email protected]> Gerrit-Reviewer: Dereckson <[email protected]> Gerrit-Reviewer: Krinkle <[email protected]> Gerrit-Reviewer: Ori.livneh <[email protected]> Gerrit-Reviewer: Trevor Parscal <[email protected]> Gerrit-Reviewer: Werdna <[email protected]> Gerrit-Reviewer: jenkins-bot _______________________________________________ MediaWiki-commits mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits
