[BUGFIX] Regenerate missing RTE magic image on rendering
Problem: Magic images inserted in RTE content may be missing, for instance after flushing the _processed_ directory. Solution: Regenerate any missing magic image when rendering the content element. Revolves: #56147 Releases: 6.2 Change-Id: Ifa156791bcd1c446c7ae61888465bb680abdf36d Reviewed-on: https://review.typo3.org/27884 Reviewed-by: Frans Saris Tested-by: Frans Saris Reviewed-by: Fabien Udriot Tested-by: Fabien Udriot Reviewed-by: Wouter Wolters Reviewed-by: Stanislas Rolland Tested-by: Stanislas Rolland
Showing
- typo3/sysext/core/Classes/Html/RteHtmlParser.php 17 additions, 46 deletionstypo3/sysext/core/Classes/Html/RteHtmlParser.php
- typo3/sysext/core/Classes/Resource/Service/MagicImageService.php 37 additions, 5 deletions...ysext/core/Classes/Resource/Service/MagicImageService.php
- typo3/sysext/rtehtmlarea/Classes/Controller/ImageRenderingController.php 176 additions, 0 deletions...ehtmlarea/Classes/Controller/ImageRenderingController.php
- typo3/sysext/rtehtmlarea/Classes/SelectImage.php 5 additions, 25 deletionstypo3/sysext/rtehtmlarea/Classes/SelectImage.php
- typo3/sysext/rtehtmlarea/Configuration/TypoScript/ImageRendering/setup.txt 18 additions, 0 deletions...tmlarea/Configuration/TypoScript/ImageRendering/setup.txt
- typo3/sysext/rtehtmlarea/ext_localconf.php 2 additions, 1 deletiontypo3/sysext/rtehtmlarea/ext_localconf.php
- typo3/sysext/rtehtmlarea/extensions/TYPO3Image/ext_localconf.php 0 additions, 23 deletions...ysext/rtehtmlarea/extensions/TYPO3Image/ext_localconf.php
Please register or sign in to comment