Skip to content
Snippets Groups Projects
  1. Apr 21, 2024
    • Stefan Bürk's avatar
      [BUGFIX] Ensure that relative target link can be set in EXT:redirects · 2f234688
      Stefan Bürk authored
      The TYPO3 system extension `redirects` now fully supports the setting
      of relative links as the `target` URL, which is a documented feature.
      
      Previously, an issue arose when attempting to use path links with
      leading slashes as URLs. This issue has been addressed in #101083,
      marking the initial step toward resolving the problem of relative
      target links.
      
      Additionally, the fix now allows for linking to arbitrary resources,
      even those that do not currently exist in the File Abstraction Layer
      (FAL).
      
      The class `TYPO3\CMS\Core\LinkHandling\LegacyLinkNotationConverter`
      has been changed to limit the handling of arbitrary resources
      to the smallest scope to reuse existing code and to use them
      as `LinkService::TYPE_URL` links.
      
      The superflous outer catch block has been removed to remove
      dead code. In addition, a test for coverage has been added
      that covers DataHandler and the lower LinkHandling layer.
      
      Resolves: #103387
      Related: #101083
      Releases: main, 12.4
      Change-Id: I51cad29e5551824a0ad8d4528aa43cff7e0f9da7
      Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/83946
      
      
      Tested-by: default avatarcore-ci <typo3@b13.com>
      Reviewed-by: default avatarStefan Bürk <stefan@buerk.tech>
      Tested-by: default avatarStefan Bürk <stefan@buerk.tech>
      2f234688
  2. Apr 20, 2024
  3. Apr 19, 2024
  4. Apr 18, 2024
  5. Apr 17, 2024
  6. Apr 16, 2024
  7. Apr 15, 2024
  8. Apr 13, 2024
  9. Apr 12, 2024
  10. Apr 11, 2024
  11. Apr 10, 2024
  12. Apr 09, 2024
  13. Apr 08, 2024