Skip to content
Snippets Groups Projects
  1. Apr 03, 2024
  2. Apr 02, 2024
  3. Apr 01, 2024
  4. Mar 25, 2024
  5. Mar 23, 2024
  6. Mar 22, 2024
  7. Mar 21, 2024
  8. Mar 20, 2024
  9. Mar 19, 2024
    • Stefan Bürk's avatar
      [BUGFIX] Ensure `Comparator` knows the current platform · dc392a4d
      Stefan Bürk authored
      Doctrine DBAL 3.x has been introduced into TYPO3 v12
      with #96287 and raised over the time, adding the one
      or other deprecation and dual code branches and some
      compat layers.
      
      The `\Doctrine\DBAL\Schema\Comparator::compareSchemas()`
      for example is still static and instantiaces itself,
      and therefore not properly handing over the platform.
      The missing platform does not execute the new way of
      using `AbstractPlatform::columnsEqual()`, but renders
      the platform specific handlings useless - specially
      added for MySQL based platforms, for example the
      datbase type `TEXT` length check and comparision.
      
      This change passes the platform down to the inner
      `Comparator` instance to ensure that the platform
      specific handling can work. To avoid the new way
      using the `AbstractPlatform::columnsEqual()` which
      introduces incompatible checks for now, that method
      is overriden and the `diffColumn()` check used.
      
      That allows the proper TEXT sub-type handling with
      MySQL and Mari...
      dc392a4d
    • Benni Mack's avatar
      [TASK] Set TYPO3 version to 12.4.14-dev · 6707f50b
      Benni Mack authored
      Change-Id: I03729854c268a32ba072d891d4701d42ba5d365d
      Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/83517
      
      
      Tested-by: default avatarcore-ci <typo3@b13.com>
      Reviewed-by: default avatarBenni Mack <benni@typo3.org>
      Tested-by: default avatarBenni Mack <benni@typo3.org>
      6707f50b
    • Benni Mack's avatar
      [RELEASE] Release of TYPO3 12.4.13 · 91088fb8
      Benni Mack authored
      Change-Id: I981c2fe620a96ce344730b184ce60e7aa17a6aa4
      Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/83516
      
      
      Reviewed-by: default avatarBenni Mack <benni@typo3.org>
      Tested-by: default avatarBenni Mack <benni@typo3.org>
      v12.4.13
      91088fb8
    • Benjamin Franzke's avatar
      [TASK] Update ckeditor5 to v41.2.1 · 3650e395
      Benjamin Franzke authored
      This commit updates ckeditor5 to v41.2.1.
      It fixed a recent regression where importing documents from Word with
      suggestions caused CKEditor 5 to crash.
      
      See changelog at
      https://github.com/ckeditor/ckeditor5/releases/tag/v41.2.1.
      
      Executed commands:
      
          npm install --save \
              @ckeditor/ckeditor5-alignment@^41.2.1 \
              @ckeditor/ckeditor5-autoformat@^41.2.1 \
              @ckeditor/ckeditor5-basic-styles@^41.2.1 \
              @ckeditor/ckeditor5-block-quote@^41.2.1 \
              @ckeditor/ckeditor5-clipboard@^41.2.1 \
              @ckeditor/ckeditor5-code-block@^41.2.1 \
              @ckeditor/ckeditor5-core@^41.2.1 \
              @ckeditor/ckeditor5-editor-classic@^41.2.1 \
              @ckeditor/ckeditor5-engine@^41.2.1 \
              @ckeditor/ckeditor5-essentials@^41.2.1 \
              @ckeditor/ckeditor5-find-and-replace@^41.2.1 \
              @ckeditor/ckeditor5-font@^41.2.1 \
              @ckeditor/ckeditor5-heading@^41.2.1 \
              @ckeditor/ckeditor5-horizontal-line@^41.2.1 \
              @ckeditor/ckeditor5-html-support@^41.2.1 \
              @ckeditor/ckeditor5-indent@^41.2.1 \
              @ckeditor/ckeditor5-link@^41.2.1 \
              @ckeditor/ckeditor5-list@^41.2.1 \
              @ckeditor/ckeditor5-paragraph@^41.2.1 \
              @ckeditor/ckeditor5-paste-from-office@^41.2.1 \
              @ckeditor/ckeditor5-remove-format@^41.2.1 \
              @ckeditor/ckeditor5-show-blocks@^41.2.1 \
              @ckeditor/ckeditor5-source-editing@^41.2.1 \
              @ckeditor/ckeditor5-special-characters@^41.2.1 \
              @ckeditor/ckeditor5-style@^41.2.1 \
              @ckeditor/ckeditor5-table@^41.2.1 \
              @ckeditor/ckeditor5-theme-lark@^41.2.1 \
              @ckeditor/ckeditor5-ui@^41.2.1 \
              @ckeditor/ckeditor5-undo@^41.2.1 \
              @ckeditor/ckeditor5-utils@^41.2.1 \
              @ckeditor/ckeditor5-word-count@^41.2.1
          npm install --save-dev \
              @ckeditor/ckeditor5-dev-utils@^39.6.3
          npm run build
      
      Resolves: #103421
      Releases: main, 12.4
      Change-Id: I19bc3c823bffa99a6055514edcfb8d03c37e4098
      Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/83513
      
      
      Tested-by: default avatarBenjamin Franzke <ben@bnf.dev>
      Tested-by: default avatarcore-ci <typo3@b13.com>
      Reviewed-by: default avatarBenjamin Franzke <ben@bnf.dev>
      3650e395
    • Benjamin Franzke's avatar
      [TASK] Add composer-mode to our acceptance test matrix · 11102a5f
      Benjamin Franzke authored
      All applicable acceptance tests are now also executed
      in composer mode. Tests that check classic-mode specific
      functions are excluded and are therefore now tagged
      as classic-mode test.
      
      The composer mode instance is generated with our
      CLI setup tools, allowing to mimic the realworld
      case where a instance is creating via our setup tools
      instead of from fixtures (which we still use for classic
      mode tests, but try to reducde/avoid for composer mode tests).
      
      The existing existing classic-mode test acceptance test
      execution will keep running as-is.
      
      The v12 backport additionally imports pieces from #102440
      as t3editor extension is enabled in this composer-mode,
      while v12 classic mode is tested (for historic reasons)
      without t3editor extension enabled.
      
      Commands executed:
      
        > composer require --dev "typo3/cms-styleguide":"^12.0.5"
      
      Resolves: #103297
      Releases: main, 12.4, 11.5
      Change-Id: I64973f110931b51ed2ef7ef8f8cc3411834fcf37
      Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/83263
      
      
      Reviewed-by: default avatarBenjamin Franzke <ben@bnf.dev>
      Reviewed-by: default avatarChristian Kuhn <lolli@schwarzbu.ch>
      Tested-by: default avatarBenjamin Franzke <ben@bnf.dev>
      Tested-by: default avatarcore-ci <typo3@b13.com>
      Tested-by: default avatarChristian Kuhn <lolli@schwarzbu.ch>
      11102a5f
  10. Mar 18, 2024
  11. Mar 17, 2024
  12. Mar 16, 2024
  13. Mar 15, 2024
  14. Mar 14, 2024
  15. Mar 13, 2024
  16. Mar 12, 2024