Skip to content
Snippets Groups Projects
  1. Jan 04, 2022
  2. Dec 30, 2021
  3. Dec 27, 2021
  4. Dec 23, 2021
  5. Dec 21, 2021
  6. Dec 20, 2021
  7. Dec 17, 2021
  8. Dec 15, 2021
  9. Dec 14, 2021
  10. 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
  11. Dec 11, 2021
  12. Dec 10, 2021
  13. Dec 06, 2021
  14. Dec 04, 2021
  15. Dec 03, 2021
  16. Dec 01, 2021
  17. Nov 29, 2021
  18. 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
  19. Nov 25, 2021
    • Stefan Bürk's avatar
      [BUGFIX] Respect '_language' argument for typoLink and LinkHandler · 2aa17407
      Stefan Bürk authored
      This patch fixes a bug where a t3 page URI with _language != 0
      was resolved to a page in the default language. This caused
      automatically generated redirects to translated pages to
      redirect to the page in the default language.
      
      We now use the same override handling for the '_language'
      parameter (as already existed for 'L') when t3 page URIs are
      resolved. Also, we ensure that both parameters are always removed
      when the final URL is generated. Furthermore, this patch adds
      tests to cover these cases.
      
      Using the historical 'L' parameter still works and has been
      added to be handled as language override.
      
      Background information:
      
      The '_language parameter' is the preferred parameter to
      be used to specify the language in a t3 URI, not 'L'.
      
      The behaviour of creating auto redirects on slug changes
      was changed previously: The target was added as
      LinkHandler URI (instead of the path). Along with this change,
      the '_language' parameter was used to ensure the
      target URL is generated in the needed language (#89327).
      
      This introduced a problem where a redirect always redirected
      to the page in default language if a t3: page URI was used with
      '_language'.
      
      Resolves: #96043
      Related: #89327
      Releases: master, 11.5, 10.4
      Change-Id: I95bdeff4827eed3be30528c02331b9c9ff2836b1
      Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/72271
      
      
      Tested-by: default avatarcore-ci <typo3@b13.com>
      Tested-by: default avatarBenni Mack <benni@typo3.org>
      Reviewed-by: default avatarBenni Mack <benni@typo3.org>
      2aa17407
  20. Nov 22, 2021
  21. Nov 19, 2021
  22. Nov 17, 2021
  23. Nov 15, 2021
  24. Nov 11, 2021