[TASK] Add update wizard to migrate <link> tags to <a> tags
Since the RteHtmlParser now stores updated content as <a> tags instead of <link> tags an update wizard is provided to convert links in all records that have input fields, textarea fields or flexforms. Resolves: #79305 Releases: master Change-Id: I3f52445d7fd82a999f3cff236b37649c77449d5c Reviewed-on: https://review.typo3.org/51276 Tested-by:TYPO3com <no-reply@typo3.com> Reviewed-by:
Frank Naegler <frank.naegler@typo3.org> Tested-by:
Frank Naegler <frank.naegler@typo3.org> Reviewed-by:
Jigal van Hemert <jigal.van.hemert@typo3.org> Tested-by:
Jigal van Hemert <jigal.van.hemert@typo3.org> Reviewed-by:
Christian Kuhn <lolli@schwarzbu.ch> Tested-by:
Christian Kuhn <lolli@schwarzbu.ch>
Showing
- typo3/sysext/core/Classes/Html/RteHtmlParser.php 6 additions, 1 deletiontypo3/sysext/core/Classes/Html/RteHtmlParser.php
- typo3/sysext/core/Classes/LinkHandling/Exception/UnknownLinkHandlerException.php 24 additions, 0 deletions...es/LinkHandling/Exception/UnknownLinkHandlerException.php
- typo3/sysext/core/Classes/LinkHandling/Exception/UnknownUrnException.php 24 additions, 0 deletions...re/Classes/LinkHandling/Exception/UnknownUrnException.php
- typo3/sysext/core/Classes/LinkHandling/LinkService.php 7 additions, 5 deletionstypo3/sysext/core/Classes/LinkHandling/LinkService.php
- typo3/sysext/core/Tests/Unit/LinkHandling/LinkServiceTest.php 2 additions, 1 deletion...3/sysext/core/Tests/Unit/LinkHandling/LinkServiceTest.php
- typo3/sysext/install/Classes/Updates/DatabaseRowsUpdateWizard.php 3 additions, 0 deletions...sext/install/Classes/Updates/DatabaseRowsUpdateWizard.php
- typo3/sysext/install/Classes/Updates/RowUpdater/RteLinkSyntaxUpdater.php 178 additions, 0 deletions...stall/Classes/Updates/RowUpdater/RteLinkSyntaxUpdater.php
Please register or sign in to comment