Skip to content
GitLab
Projects Groups Topics Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
  • Sign in
  • C CMS
  • Project information
    • Project information
    • Activity
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Graph
    • Compare revisions
    • Locked files
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Artifacts
    • Schedules
  • Deployments
    • Deployments
    • Releases
  • Packages and registries
    • Packages and registries
    • Model experiments
  • Activity
  • Graph
  • Jobs
  • Commits
Collapse sidebar
  • typo3typo3
  • CI
  • CMS
  • Repository
  • cms
  • ..
  • Fixtures
  • ext_emconf.php
Find file Blame History Permalink
  • Benni Mack's avatar
    [!!!][TASK] Remove "createDirs" directive of extension installation · 314c18da
    Benni Mack authored Apr 16, 2019 and Georg Ringer's avatar Georg Ringer committed Jun 12, 2019
    Extensions should make use of TYPO3's native functionality for
    using FAL-based folders, or the Environment API and TYPO3's File
    APIs to create folders when needed.
    
    The ext_emconf.php option "createDirs" option is removed,
    and not evaluted anymore.
    
    The public method `ensureConfiguredDirectoriesExist` in FileHandling
    Utility is removed, however the class is marked as internal.
    
    This change is a pre-work for the CLI Initiative where there
    are currently workarounds in using this functionality for "activating"
    an extension.
    
    Resolves: #88525
    Releases: master
    Change-Id: I52ec31da541d3740977068981944bd5a1dd0d2f7
    Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/60485
    
    
    Tested-by: default avatarTYPO3com <noreply@typo3.com>
    Tested-by: default avatarAndreas Fernandez <a.fernandez@scripting-base.de>
    Tested-by: default avatarGeorg Ringer <georg.ringer@gmail.com>
    Reviewed-by: default avatarAndreas Fernandez <a.fernandez@scripting-base.de>
    Reviewed-by: default avatarGeorg Ringer <georg.ringer@gmail.com>
    314c18da