[FEATURE] Introduce JavaScript Notification API
This patch introduces the new JavaScript Notification API and removes the refactoring of the FlashMessage API which was made for TYPO3 CMS 7.0 The compatibility layer for TYPO3.FlashMessage has changed to use the new Notification API and will be removed with TYPO3 CMS 9. Resolves: #66047 Releses: master Change-Id: I025fea5ba735bec42658420917e73daa54d97553 Reviewed-on: http://review.typo3.org/38270 Reviewed-by:Benjamin Kott <info@bk2k.info> Tested-by:
Benjamin Kott <info@bk2k.info> Reviewed-by:
Jan Helke <typo3@helke.de> Tested-by:
Jan Helke <typo3@helke.de> Reviewed-by:
Benjamin Mack <benni@typo3.org> Tested-by:
Benjamin Mack <benni@typo3.org>
Showing
- typo3/sysext/backend/Classes/Controller/BackendController.php 2 additions, 2 deletions...3/sysext/backend/Classes/Controller/BackendController.php
- typo3/sysext/backend/Resources/Public/JavaScript/AjaxDataHandler.js 3 additions, 3 deletions...xt/backend/Resources/Public/JavaScript/AjaxDataHandler.js
- typo3/sysext/backend/Resources/Public/JavaScript/LoginRefresh.js 2 additions, 3 deletions...ysext/backend/Resources/Public/JavaScript/LoginRefresh.js
- typo3/sysext/backend/Resources/Public/JavaScript/Modal.js 11 additions, 11 deletionstypo3/sysext/backend/Resources/Public/JavaScript/Modal.js
- typo3/sysext/backend/Resources/Public/JavaScript/Notification.js 227 additions, 0 deletions...ysext/backend/Resources/Public/JavaScript/Notification.js
- typo3/sysext/backend/Resources/Public/JavaScript/extjs/components/pagetree/javascript/actions.js 1 addition, 1 deletion...avaScript/extjs/components/pagetree/javascript/actions.js
- typo3/sysext/backend/Resources/Public/JavaScript/flashmessage_compatibility.js 21 additions, 7 deletions...Resources/Public/JavaScript/flashmessage_compatibility.js
- typo3/sysext/backend/Resources/Public/JavaScript/jsfunc.inline.js 2 additions, 2 deletions...sext/backend/Resources/Public/JavaScript/jsfunc.inline.js
- typo3/sysext/core/Classes/Page/PageRenderer.php 4 additions, 8 deletionstypo3/sysext/core/Classes/Page/PageRenderer.php
- typo3/sysext/core/Documentation/Changelog/master/Feature-66047-IntroduceJavascriptNotificationApi.rst 74 additions, 0 deletions...ster/Feature-66047-IntroduceJavascriptNotificationApi.rst
- typo3/sysext/extensionmanager/Resources/Public/JavaScript/Main.js 4 additions, 5 deletions...sext/extensionmanager/Resources/Public/JavaScript/Main.js
- typo3/sysext/lang/Resources/Public/JavaScript/LanguageModule.js 4 additions, 4 deletions...sysext/lang/Resources/Public/JavaScript/LanguageModule.js
- typo3/sysext/recycler/Resources/Public/JavaScript/Recycler.js 5 additions, 2 deletions...3/sysext/recycler/Resources/Public/JavaScript/Recycler.js
- typo3/sysext/t3editor/res/jslib/t3editor.js 3 additions, 3 deletionstypo3/sysext/t3editor/res/jslib/t3editor.js
Please register or sign in to comment