Skip to content
Snippets Groups Projects
  1. Aug 30, 2021
    • Andreas Fernandez's avatar
      [TASK] Update @typo3/icons to 2.3.0 · 7853e6f6
      Andreas Fernandez authored
      Executed commands:
      
        cd Build
        yarn add "@typo3/icons@^2.3.0"
        grunt build
      
      Resolves: #95014
      Releases: master
      Change-Id: Id652697d8c7c31224a9c6ea8483500df07ed0d3e
      Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/70796
      
      
      Tested-by: default avatarcore-ci <typo3@b13.com>
      Tested-by: default avatarBenni Mack <benni@typo3.org>
      Reviewed-by: default avatarBenni Mack <benni@typo3.org>
      7853e6f6
    • Benjamin Franzke's avatar
      [FEATURE] Add cache:warmup console command · 4e25a578
      Benjamin Franzke authored
      A cache:warmup CLI command is added that is safe to be
      executed during deployment or development mode.
      
      It is made extra sure that the command will be executable,
      even if all caches are stale or even broken. That means this
      command is able to repair broken di, localconf and tca caches.
      Technically this became due to preparations for lowlevel
      cli commands in #86248.
      
      Caches that will be warmed up by TYPO3 core:
       + DI
       + ext_localconf
       + TCA
       + ext_tables
       + middleware stack
       + PackageManager
       + sites-configuration
       + expressionLanguageProviders
       + BackendRoutes
       + l10n (parses all xlf files, and creates cache for all languages)
       + assets: BackendIcons
       + dashboard: DashboardPresets
       + dashboard: WidgetGroups
      
      Out of scope or impossible to be warmed:
       * Frontend warmup:
         Can be providedby extensions that listen for the
         CacheWarmupEvent
       * RequireJS (assets cache): Often applies with context-conditions
         therefore not reliably warmable.
       * Extbase – better of for a separate patch
         intesting cache entries would be: RequestHandlers, ClassSchemata
         and PersistenceClasses(?)
       * Warmup of Fluid templates:
         It is impossible to auto-detect whether all files in
         Resources/{Templates,Layouts,Partials} are Fluid files.
         Could by added later on with an explicit registry that
         allows to define which templates are suitable for warmup.
      
      Releases: master
      Resolves: #93436
      Change-Id: I53dd8915a2e06b3d21d778af985c76132e0d4f67
      Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/61645
      
      
      Tested-by: default avatarHelmut Hummel <typo3@helhum.io>
      Tested-by: default avatarcore-ci <typo3@b13.com>
      Tested-by: default avatarBenni Mack <benni@typo3.org>
      Reviewed-by: default avatarHelmut Hummel <typo3@helhum.io>
      Reviewed-by: default avatarBenni Mack <benni@typo3.org>
      4e25a578
  2. Aug 29, 2021
  3. Aug 28, 2021
  4. Aug 27, 2021
  5. Aug 26, 2021
  6. Aug 25, 2021