Skip to content
Snippets Groups Projects
  1. Feb 20, 2022
  2. Feb 12, 2022
  3. Feb 08, 2022
  4. Jan 22, 2022
  5. Jan 20, 2022
  6. Jan 17, 2022
  7. Jan 13, 2022
  8. Jan 11, 2022
  9. Jan 10, 2022
  10. Jan 07, 2022
  11. Jan 05, 2022
  12. Jan 04, 2022
  13. Dec 30, 2021
  14. Dec 27, 2021
  15. Dec 23, 2021
  16. Dec 21, 2021
  17. Dec 20, 2021
  18. Dec 17, 2021
  19. Dec 15, 2021
  20. Dec 14, 2021
  21. 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
  22. Dec 11, 2021
  23. Dec 10, 2021
  24. Dec 06, 2021