Skip to content
Snippets Groups Projects
  1. Jan 17, 2022
  2. Jan 13, 2022
  3. Jan 11, 2022
  4. Jan 10, 2022
  5. Jan 07, 2022
  6. Jan 05, 2022
  7. Jan 04, 2022
  8. Dec 30, 2021
  9. Dec 27, 2021
  10. Dec 23, 2021
  11. Dec 21, 2021
  12. Dec 20, 2021
  13. Dec 17, 2021
  14. Dec 15, 2021
  15. Dec 14, 2021
  16. Dec 13, 2021
    • Helmut Hummel's avatar
      [BUGFIX] Allow slashes as TS keys and escape dots for generated TS · 0e1fc347
      Helmut Hummel authored
      With the introduction of site settings being exposed
      to TypoScript with https://review.typo3.org/64128
      it has become important to allow more characters
      as TypoScript keys. Allowing a slash in addition should
      cover cases where paths are exposed as keys.
      
      Additionally the above change reveals, that the
      ArrayUtility::flatten method does not properly handle
      array keys that has dots in between, as those must
      be escaped to produce a correct result.
      
      This change introduces a new flatten method after
      several failed attempts to guess what fixes might
      not be breaking.
      
      The new method is used in places where no TypoScript
      is used, as in those the weird edge case behaviour
      of the flatten method isn't expected anyway.
      
      The new method is marked internal until it is decided
      how to proceed with the flatten method.
      
      Resolves: #94646
      Releases: main, 10.4
      Change-Id: I4ebad8a0beece975702d8601a343aa1fdaaa285c
      Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/72120
      
      
      Tested-by: default avatarcore-ci <typo3@b13.com>
      Tested-by: default avatarHelmut Hummel <typo3@helhum.io>
      Reviewed-by: default avatarHelmut Hummel <typo3@helhum.io>
      0e1fc347
  17. Dec 11, 2021
  18. Dec 10, 2021
  19. Dec 06, 2021
  20. Dec 04, 2021
  21. Dec 03, 2021
  22. Dec 01, 2021
  23. Nov 29, 2021
  24. Nov 28, 2021
    • Stefan Bürk's avatar
      [BUGFIX] Create auto-redirects with default language page uid · 4eee2e86
      Stefan Bürk authored
      Creating auto redirects, if page slug is changed, has been extended
      to add the target with LinkHandler 't3://' uri schema with #89327,
      adding language argument '_language' to enforce the language for the
      redirect, missing that that did not worked, which was solved through
      adding '_language' argument handling in #96043.
      
      As language arguments '_language' and 'L' are ignored, if the provided
      page uid is already the uid of the localized page, the parameter was
      meaning less. Further this breaks language fallback handling, if the
      localized page record is deleted.
      
      This patch uses now the default language page uid for creating target
      of auto-redirects to mitigate the issue that redirect will break if
      localized page is deleted but language fallback is configured.
      
      Resolves: #96103
      Related: #96043
      Related: #89327
      Releases: master, 11.5, 10.4
      Change-Id: I2ece06bf053bda4edb542910c3f51b1e6c8e052c
      Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/72359
      
      
      Tested-by: default avatarcore-ci <typo3@b13.com>
      Tested-by: default avatarBenni Mack <benni@typo3.org>
      Reviewed-by: default avatarBenni Mack <benni@typo3.org>
      4eee2e86