[TASK] Streamline usage and design of FlashMessages in the BE
This patch streamline the usage and design of FlashMessages in the BE. The markup is now centralized in a method of the FlashMessage class. In all places where FlashMessages rendered, this method is called. Resolves: #73698 Releases: master Change-Id: I5ef18a95ea15949e8cede71227101f2cc1ce30d3 Reviewed-on: https://review.typo3.org/46927 Reviewed-by:Benjamin Kott <info@bk2k.info> Tested-by:
Benjamin Kott <info@bk2k.info> Reviewed-by:
Timo Schmidt <timo-schmidt@gmx.net> Tested-by:
Timo Schmidt <timo-schmidt@gmx.net>
Showing
- Build/Resources/Public/Less/TYPO3/_element_message.less 1 addition, 8 deletionsBuild/Resources/Public/Less/TYPO3/_element_message.less
- typo3/sysext/backend/Classes/Form/Container/InlineRecordContainer.php 2 additions, 0 deletions.../backend/Classes/Form/Container/InlineRecordContainer.php
- typo3/sysext/backend/Resources/Private/Templates/Module.html 2 additions, 21 deletionstypo3/sysext/backend/Resources/Private/Templates/Module.html
- typo3/sysext/core/Classes/Database/QueryView.php 8 additions, 50 deletionstypo3/sysext/core/Classes/Database/QueryView.php
- typo3/sysext/core/Classes/Messaging/FlashMessage.php 28 additions, 0 deletionstypo3/sysext/core/Classes/Messaging/FlashMessage.php
- typo3/sysext/core/Classes/Messaging/FlashMessageQueue.php 3 additions, 8 deletionstypo3/sysext/core/Classes/Messaging/FlashMessageQueue.php
- typo3/sysext/core/Documentation/Changelog/master/Breaking-72438-RemoveDeprecatedCodeFromFlashMessage.rst 2 additions, 2 deletions...r/Breaking-72438-RemoveDeprecatedCodeFromFlashMessage.rst
- typo3/sysext/core/Documentation/Changelog/master/Breaking-73698-StreamlineLayoutOfFlashMessages.rst 64 additions, 0 deletions...master/Breaking-73698-StreamlineLayoutOfFlashMessages.rst
- typo3/sysext/fluid/Classes/ViewHelpers/FlashMessagesViewHelper.php 21 additions, 19 deletions...ext/fluid/Classes/ViewHelpers/FlashMessagesViewHelper.php
- typo3/sysext/impexp/Resources/Private/Templates/ImportExport/Import.html 1 addition, 20 deletions...pexp/Resources/Private/Templates/ImportExport/Import.html
Please register or sign in to comment