Skip to content
Snippets Groups Projects
  1. Jun 04, 2024
    • Anja Leichsenring's avatar
      [TASK] Reduce GU::makeInstance calls in Unit Tests · f6fda307
      Anja Leichsenring authored
      Additional potential functionality (DI, XClass resolving, etc.) of
      GU::makeInstance is usually not a wanted behaviour in unit tests.
      For creation of system under test `new` should be used.
      Dependencies, if necessary, should be mocks.
      This patch reduces the obvious cases, more complicated ones will
      be tackled with follow ups.
      
      Resolves: #103902
      Releases: main, 12.4
      Change-Id: I07cbe6f10fe11e1239cdd5f0fe7496948eed5a44
      Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/84485
      
      
      Reviewed-by: default avatarBenjamin Franzke <ben@bnf.dev>
      Tested-by: default avatarBenjamin Franzke <ben@bnf.dev>
      Tested-by: default avatarcore-ci <typo3@b13.com>
      f6fda307
    • Andreas Kienast's avatar
      [TASK] Update ckeditor to 41.4 · 5a775b87
      Andreas Kienast authored
      This commit updates ckeditor to 41.4. See changelog at [1].
      
      Executed commands:
      
          # Override ckeditor5 package to avoid pulling in all/too
          # many available packages. See:
          # https://github.com/ckeditor/ckeditor5/issues/16360
          npm --prefix overrides/ckeditor5 version 41.4.2
          npm install --save ./overrides/ckeditor5
      
          npm install --save \
              @ckeditor/ckeditor5-alignment@^41.4.2 \
              @ckeditor/ckeditor5-autoformat@^41.4.2 \
              @ckeditor/ckeditor5-basic-styles@^41.4.2 \
              @ckeditor/ckeditor5-block-quote@^41.4.2 \
              @ckeditor/ckeditor5-clipboard@^41.4.2 \
              @ckeditor/ckeditor5-code-block@^41.4.2 \
              @ckeditor/ckeditor5-core@^41.4.2 \
              @ckeditor/ckeditor5-editor-classic@^41.4.2 \
              @ckeditor/ckeditor5-engine@^41.4.2 \
              @ckeditor/ckeditor5-essentials@^41.4.2 \
              @ckeditor/ckeditor5-find-and-replace@^41.4.2 \
              @ckeditor/ckeditor5-font@^41.4.2 \
              @ckeditor/ckeditor5-heading@^41.4.2 \
              @ckeditor/ckeditor5-horizontal-line@^41.4.2 \
              @ckeditor/ckeditor5-html-support@^41.4.2 \
              @ckeditor/ckeditor5-indent@^41.4.2 \
              @ckeditor/ckeditor5-link@^41.4.2 \
              @ckeditor/ckeditor5-list@^41.4.2 \
              @ckeditor/ckeditor5-paragraph@^41.4.2 \
              @ckeditor/ckeditor5-paste-from-office@^41.4.2 \
              @ckeditor/ckeditor5-remove-format@^41.4.2 \
              @ckeditor/ckeditor5-select-all@41.4.2 \
              @ckeditor/ckeditor5-show-blocks@^41.4.2 \
              @ckeditor/ckeditor5-source-editing@^41.4.2 \
              @ckeditor/ckeditor5-special-characters@^41.4.2 \
              @ckeditor/ckeditor5-style@^41.4.2 \
              @ckeditor/ckeditor5-table@^41.4.2 \
              @ckeditor/ckeditor5-theme-lark@^41.4.2 \
              @ckeditor/ckeditor5-ui@^41.4.2 \
              @ckeditor/ckeditor5-undo@^41.4.2 \
              @ckeditor/ckeditor5-upload@^41.4.2 \
              @ckeditor/ckeditor5-utils@^41.4.2 \
              @ckeditor/ckeditor5-watchdog@^41.4.2 \
              @ckeditor/ckeditor5-word-count@^41.4.2
          npm install --save-dev \
              @ckeditor/ckeditor5-dev-utils@^40.0.0
          npm run build
      
      [1] https://github.com/ckeditor/ckeditor5/releases/tag/v41.4.2
      
      Resolves: #103840
      Releases: main, 12.4
      Change-Id: I46dc33ab8e8cfcc75aa13bfe50d8850fb704f75e
      Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/84484
      
      
      Reviewed-by: default avatarAndreas Kienast <a.fernandez@scripting-base.de>
      Tested-by: default avatarcore-ci <typo3@b13.com>
      Tested-by: default avatarAndreas Kienast <a.fernandez@scripting-base.de>
      5a775b87
  2. Jun 03, 2024
  3. Jun 02, 2024
  4. Jun 01, 2024
  5. May 31, 2024
  6. May 29, 2024
  7. May 28, 2024
  8. May 27, 2024
  9. May 26, 2024
  10. May 25, 2024
  11. May 24, 2024
  12. May 22, 2024
  13. May 21, 2024
  14. May 17, 2024
  15. May 16, 2024
    • Garvin Hicking's avatar
      [DOCS] Improve "_assets" composer directory migration issues · 7cb95ca3
      Garvin Hicking authored
      It has come up a few times that users face problems how to properly
      utilize the new `_assets/` hashed symlinks for `Resources/Public`
      assets of extensions.
      
      The current ChangeLog entry does not mention key searchwords
      like `_assets` or `Resources/Public`. Also, vital information is
      only available on external blog articles.
      
      This patch tries to provide a central entry point and may
      also be ported to the Core-API documentation once the mentioned
      concepts are approved by the core-team.
      
      ChangeLog entries are the vital source of truth for migration
      instructions and basis for the documentation, thus this is the
      first place to be addressed.
      
      Resolves: #103845
      Releases: main, 12.4
      Change-Id: Iadeae5de624027b5303a4240b36ca501ae29a31a
      Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/84294
      
      
      Tested-by: default avatarcore-ci <typo3@b13.com>
      Tested-by: default avatarStefan Bürk <stefan@buerk.tech>
      Reviewed-by: default avatarStefan Bürk <stefan@buerk.tech>
      7cb95ca3
  16. May 15, 2024
  17. May 14, 2024