[FEATURE] Integration of a generic record link handler
Enable linking to any record by migrating the code of EXT:linkhandler into the core. Resolves: #66373 Resolves: #66374 Releases: master Change-Id: I749103e201d387ae826575c6acb3cdcdf639e966 Reviewed-on: https://review.typo3.org/51526 Reviewed-by:Georg Ringer <georg.ringer@gmail.com> Tested-by:
Georg Ringer <georg.ringer@gmail.com> Tested-by:
TYPO3com <no-reply@typo3.com> Reviewed-by:
Christian Kuhn <lolli@schwarzbu.ch> Tested-by:
Christian Kuhn <lolli@schwarzbu.ch> Reviewed-by:
Andreas Fernandez <typo3@scripting-base.de> Tested-by:
Andreas Fernandez <typo3@scripting-base.de>
Showing
- typo3/sysext/backend/Classes/Form/Element/InputLinkElement.php 20 additions, 8 deletions.../sysext/backend/Classes/Form/Element/InputLinkElement.php
- typo3/sysext/core/Classes/Database/SoftReferenceIndex.php 16 additions, 0 deletionstypo3/sysext/core/Classes/Database/SoftReferenceIndex.php
- typo3/sysext/core/Classes/LinkHandling/LegacyLinkNotationConverter.php 6 additions, 0 deletions...core/Classes/LinkHandling/LegacyLinkNotationConverter.php
- typo3/sysext/core/Classes/LinkHandling/LinkService.php 4 additions, 1 deletiontypo3/sysext/core/Classes/LinkHandling/LinkService.php
- typo3/sysext/core/Classes/LinkHandling/RecordLinkHandler.php 63 additions, 0 deletionstypo3/sysext/core/Classes/LinkHandling/RecordLinkHandler.php
- typo3/sysext/core/Configuration/DefaultConfiguration.php 1 addition, 0 deletionstypo3/sysext/core/Configuration/DefaultConfiguration.php
- typo3/sysext/core/Documentation/Changelog/master/Feature-79626-IntegrateRecordLinkHandler.rst 52 additions, 0 deletions...gelog/master/Feature-79626-IntegrateRecordLinkHandler.rst
- typo3/sysext/core/Tests/Unit/LinkHandling/RecordLinkHandlerTest.php 86 additions, 0 deletions...xt/core/Tests/Unit/LinkHandling/RecordLinkHandlerTest.php
- typo3/sysext/frontend/Classes/ContentObject/ContentObjectRenderer.php 42 additions, 8 deletions.../frontend/Classes/ContentObject/ContentObjectRenderer.php
- typo3/sysext/recordlist/Classes/Browser/RecordBrowser.php 71 additions, 0 deletionstypo3/sysext/recordlist/Classes/Browser/RecordBrowser.php
- typo3/sysext/recordlist/Classes/LinkHandler/RecordLinkHandler.php 245 additions, 0 deletions...sext/recordlist/Classes/LinkHandler/RecordLinkHandler.php
- typo3/sysext/recordlist/Classes/Tree/View/RecordBrowserPageTreeView.php 122 additions, 0 deletions...ecordlist/Classes/Tree/View/RecordBrowserPageTreeView.php
- typo3/sysext/recordlist/Resources/Private/Templates/LinkBrowser/Record.html 16 additions, 0 deletions...dlist/Resources/Private/Templates/LinkBrowser/Record.html
- typo3/sysext/recordlist/Resources/Public/JavaScript/RecordLinkHandler.js 63 additions, 0 deletions...cordlist/Resources/Public/JavaScript/RecordLinkHandler.js
Please register or sign in to comment