Skip to content
GitLab
Projects Groups 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
    • Locked Files
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Releases
  • Activity
  • Graph
  • Jobs
  • Commits
Collapse sidebar
  • typo3typo3
  • CI
  • CMS
  • Repository
Switch branch/tag
  • cms
  • typo3
  • sysext
  • impexp
  • Classes
  • ImportExport.php
Find file BlameHistoryPermalink
  • Benni Mack's avatar
    [!!!][TASK] Drop image support in RTE handling · 71cb708d
    Benni Mack authored Jun 06, 2019
    With the introduction of CKEditor in TYPO3 v8, the support
    for images in RTEs is dropped, however functionality was kept
    for compatibility with RTEHtmlArea, which was still available in TYPO3 v8
    as separate extension.
    
    The functionality to handle images in CKEditor is possible to
    be applied again, however, as this cannot be managed properly
    via FAL in its current state, the previous functionality is remvoed
    from Core. Separate CKEditor extensions as already published,
    are able to manage the image handling in CKEditor directly already.
    
    Dropped
    * setting TYPO3_CONF_VARS[BE][RTE_imageStorageDir]
    * transformation setting "ts_images".
    * softref "images" logic
    * ImportExport->getRTEoriginalFilename()
    * RteHtmlParser->TS_images_rte()
    * CLI Command: cleanup:rteimages and Class RteImagesCommand
    
    Resolves: #88500
    Releases: master
    Change-Id: Ie564b19a7d0f9b7d46398094c8d7ecd845e31a65
    Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/60886
    
    
    Tested-by: Andreas Fernandez's avatarAndreas Fernandez <a.fernandez@scripting-base.de>
    Tested-by: default avatarTYPO3com <noreply@typo3.com>
    Tested-by: default avatarDaniel Gorges <daniel.gorges@b13.de>
    Tested-by: Benni Mack's avatarBenni Mack <benni@typo3.org>
    Reviewed-by: Andreas Fernandez's avatarAndreas Fernandez <a.fernandez@scripting-base.de>
    Reviewed-by: default avatarDaniel Gorges <daniel.gorges@b13.de>
    Reviewed-by: Benni Mack's avatarBenni Mack <benni@typo3.org>
    71cb708d