Skip to content
Snippets Groups Projects
  1. Dec 21, 2022
  2. Dec 20, 2022
  3. Dec 19, 2022
  4. Dec 16, 2022
  5. Dec 15, 2022
  6. Dec 14, 2022
  7. Dec 13, 2022
  8. Dec 09, 2022
  9. Dec 07, 2022
  10. Dec 06, 2022
  11. Dec 05, 2022
  12. Dec 03, 2022
  13. Dec 02, 2022
  14. Dec 01, 2022
    • Tomas Norre Mikkelsen's avatar
      [BUGFIX] uft8 encode text to allow special chars in PDF metadata · 312ed402
      Tomas Norre Mikkelsen authored
      This encodes the PDF metadata to UTF-8 to ensure that special chars
      like æ ø å ü ö ä are allowed without cutting of the metadata text.
      
      Resolves: #80085
      Releases: main, 11.5, 10.4
      Change-Id: I02b0730dd659b54c0d8c7186a2089419bd56d2a2
      Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/76892
      
      
      Reviewed-by: default avatarAndreas Fernandez <a.fernandez@scripting-base.de>
      Tested-by: default avatarcore-ci <typo3@b13.com>
      Tested-by: default avatarAndreas Fernandez <a.fernandez@scripting-base.de>
      312ed402
    • Stefan Bürk's avatar
      [TASK] Extend testing range to PHP8.2 with more dbms versions · dc0ad269
      Stefan Bürk authored
      doctrine/dbal 2.x version has reached EOL, which means that
      there will be no new version in this version range. Sadly,
      doctrine/dbal triggers a deprecation warning in PHP8.2 which
      will not be fixed upstream.
      
      Raising that dependency is out of the scope for TYPO3 v11. This
      issue is mitigated by adding the well-known composer dependency
      `cweagans/composer-patches` as dev dependency. Additionally, a
      corresponding composer patch targeting the PHP8.2 variable
      interpolation deprecation warning is applied in CI for testing
      purpose.
      
      UpgradeCest acceptance tests is adjusted to execute some steps
      only for appropriate dbms/drivers, as they are not targeting the
      newer versions.
      
      This change:
      * Adds composer patcher `cweagans/composer-patches`
      * Adds composer patch for doctrine/dbal variable
        interpolation issue in postgres platform class
      * re-arranging pre-merge and nightly tests
      * Ensures to execute some acceptance and functional
        tests against MariaDB...
      dc0ad269
  15. Nov 28, 2022