Skip to content
Snippets Groups Projects
  1. Feb 26, 2024
  2. Feb 25, 2024
  3. Feb 24, 2024
  4. Feb 23, 2024
  5. Feb 22, 2024
  6. Feb 21, 2024
  7. Feb 20, 2024
  8. Feb 19, 2024
  9. Feb 17, 2024
  10. Feb 16, 2024
  11. Feb 15, 2024
  12. Feb 14, 2024
  13. Feb 13, 2024
    • Andreas Kienast's avatar
      [TASK] Update ckeditor5 to v41.1 · 84be96cf
      Andreas Kienast authored
      This commit updates ckeditor5 to v41.1. See changelog at
      https://github.com/ckeditor/ckeditor5/releases/tag/v41.1.0.
      
      Executed commands:
      
          npm i --save \
              @ckeditor/ckeditor5-alignment@^41.1.0 \
              @ckeditor/ckeditor5-autoformat@^41.1.0 \
              @ckeditor/ckeditor5-basic-styles@^41.1.0 \
              @ckeditor/ckeditor5-block-quote@^41.1.0 \
              @ckeditor/ckeditor5-clipboard@^41.1.0 \
              @ckeditor/ckeditor5-code-block@^41.1.0 \
              @ckeditor/ckeditor5-core@^41.1.0 \
              @ckeditor/ckeditor5-editor-classic@^41.1.0 \
              @ckeditor/ckeditor5-engine@^41.1.0 \
              @ckeditor/ckeditor5-essentials@^41.1.0 \
              @ckeditor/ckeditor5-find-and-replace@^41.1.0 \
              @ckeditor/ckeditor5-heading@^41.1.0 \
              @ckeditor/ckeditor5-horizontal-line@^41.1.0 \
              @ckeditor/ckeditor5-html-support@^41.1.0 \
              @ckeditor/ckeditor5-indent@^41.1.0 \
              @ckeditor/ckeditor5-link@^41.1.0 \
              @ckeditor/ckeditor5-list@^41.1.0 \
              @ckeditor/ckeditor5-paragraph@^41.1.0 \
              @ckeditor/ckeditor5-paste-from-office@^41.1.0 \
              @ckeditor/ckeditor5-remove-format@^41.1.0 \
              @ckeditor/ckeditor5-show-blocks@^41.1.0 \
              @ckeditor/ckeditor5-source-editing@^41.1.0 \
              @ckeditor/ckeditor5-special-characters@^41.1.0 \
              @ckeditor/ckeditor5-style@^41.1.0 \
              @ckeditor/ckeditor5-table@^41.1.0 \
              @ckeditor/ckeditor5-theme-lark@^41.1.0 \
              @ckeditor/ckeditor5-ui@^41.1.0 \
              @ckeditor/ckeditor5-undo@^41.1.0 \
              @ckeditor/ckeditor5-utils@^41.1.0 \
              @ckeditor/ckeditor5-word-count@^41.1.0
          npm i --save-dev \
              @ckeditor/ckeditor5-dev-utils@^39.6.0
          npm run build
      
      Resolves: #103069
      Releases: main, 12.4
      Change-Id: I571ccb8d8531108f99272f6c4cf11c351d3f5692
      Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/82971
      
      
      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>
      84be96cf
    • Stefan Bürk's avatar
      [BUGFIX] Ensure correct custom (sub)category handling in ConstantEditor · 88c15bc1
      Stefan Bürk authored
      The constant editor has been revamped with #98357 using the
      new TypoScript parser introduced with TYPO3 v12 under the
      hood.
      
      For category and subCategory handling lower-cased keys have
      been used, missing to lower-case the custom categories and
      subcategories names (keys) integrator are able to add since
      aeons. That leads to a failing match later on, and adding
      constants to the generic `other` subcategory.
      
      The revamped code supports only one category per subCategory
      sorting value. The documentation say that this **should** be
      omitted, but it worked in the past and broke with the revamped
      implementation.
      
      This change fixes muliple issues with the constant editor:
      
      * Ensure that custom categories and subcategories are read
        lower-case, otherwise later lookup will fail and sorted
        into sub-categorie `other`.
      * Add addtional array level to have `subCategory->items`
        per second sorting value as array (to avoid overriding).
      * Add additional item loop to the fluid template to respect
        the additional array level.
      
      Note: In the past it was possible to display a constant
      in multiple categories/subcategories by adding them again
      with different category configure comment lines. This is
      not supported anymore and not considered as bug.
      
      Resolves: #103088
      Related: #98357
      Related: #97816
      Releases: main, 12.4
      Change-Id: I4403420cc957cdef4bf077365deac0f7af621c71
      Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/82972
      
      
      Tested-by: default avatarStefan Bürk <stefan@buerk.tech>
      Reviewed-by: default avatarStefan Bürk <stefan@buerk.tech>
      Tested-by: default avatarcore-ci <typo3@b13.com>
      88c15bc1
    • Oliver Hader's avatar
      [TASK] Set TYPO3 version to 12.4.12-dev · 5ab9112b
      Oliver Hader authored
      Change-Id: I706b9d7328f06eff3e7f7fb86ae3a3138615bfd4
      Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/82966
      
      
      Tested-by: default avatarOliver Hader <oliver.hader@typo3.org>
      Tested-by: default avatarcore-ci <typo3@b13.com>
      Reviewed-by: default avatarOliver Hader <oliver.hader@typo3.org>
      5ab9112b