Skip to content
Snippets Groups Projects
  1. Sep 06, 2023
  2. Nov 03, 2022
  3. Sep 24, 2021
  4. Nov 26, 2020
  5. Nov 06, 2020
  6. Sep 03, 2020
  7. Apr 17, 2020
  8. Apr 15, 2020
  9. Apr 14, 2020
  10. Mar 16, 2020
  11. Dec 19, 2018
    • Benni Mack's avatar
      [!!!][TASK] Remove deprecated adminpanel/feedit code · 00b1f864
      Benni Mack authored
      The following previously deprecated classes/interfaces have been removed:
      
      * TYPO3\CMS\Adminpanel\View\AdminPanelView
      * TYPO3\CMS\Adminpanel\View\AdminPanelViewHookInterface
      * TYPO3\CMS\Core\FrontendEditing\FrontendEditingController
      
      The following methods have been removed:
      * TYPO3\CMS\Backend\FrontendBackendUserAuthentication->initializeAdminPanel()
      * TYPO3\CMS\Backend\FrontendBackendUserAuthentication->initializeFrontendEdit()
      * TYPO3\CMS\Backend\FrontendBackendUserAuthentication->isFrontendEditingActive()
      * TYPO3\CMS\Backend\FrontendBackendUserAuthentication->displayAdminPanel()
      * TYPO3\CMS\Backend\FrontendBackendUserAuthentication->isAdminPanelVisible()
      * TYPO3\CMS\Backend\FrontendBackendUserAuthentication->checkBackendAccessSettingsFromInitPhp()
      * TYPO3\CMS\Backend\FrontendBackendUserAuthentication->extPageReadAccess()
      * TYPO3\CMS\Backend\FrontendBackendUserAuthentication->extGetTreeList()
      * TYPO3\CMS\Backend\FrontendBackendUserAuthentication->extGetLL()
      
      The following public properties have been removed
      * TYPO3\CMS\Backend\FrontendBackendUserAuthentication->extAdmEnabled
      * TYPO3\CMS\Backend\FrontendBackendUserAuthentication->adminPanel
      * TYPO3\CMS\Backend\FrontendBackendUserAuthentication->frontendEdit
      * TYPO3\CMS\Backend\FrontendBackendUserAuthentication->extAdminConfig
      
      The following PageTSconfig option has no effect anymore:
      * TSFE.frontendEditingController
      
      Resolves: #87231
      Releases: master
      Change-Id: I88cc3ac18077f054cc8895f5ccfb65291e94defa
      Reviewed-on: https://review.typo3.org/59205
      
      
      Tested-by: default avatarTYPO3com <no-reply@typo3.com>
      Reviewed-by: default avatarChristian Kuhn <lolli@schwarzbu.ch>
      Tested-by: default avatarChristian Kuhn <lolli@schwarzbu.ch>
      Reviewed-by: default avatarAnja Leichsenring <aleichsenring@ab-softlab.de>
      Tested-by: default avatarAnja Leichsenring <aleichsenring@ab-softlab.de>
      00b1f864
  12. Nov 28, 2018
  13. Oct 01, 2018
  14. Sep 18, 2018
  15. Sep 05, 2018
  16. Aug 28, 2018
  17. Aug 19, 2018
  18. Jun 22, 2018
  19. Apr 25, 2018
  20. Apr 06, 2018
    • Susanne Moog's avatar
      [TASK] Decouple adminPanel from frontend · 1eeedc59
      Susanne Moog authored
      The admin panel has been extracted into an own extension. To enable
      users to de-activate the admin panel completely, the hard coupling
      between the extension and other parts of the core had to be resolved.
      
      With this change, the initialization of both adminPanel and feedit
      were moved into PSR-15 middlewares. Additionally all parameters
      related to the adminPanel were removed from the FrontendBackend-
      UserAuthentication.
      
      As feedit is tigthly coupled with the adminPanel some changes had
      to be made to its initialization, too.
      
      The flow of the adminPanel initialization and rendering were
      streamlined to allow modules to make use of the request object.
      
      Due to these changes in the control flow of the application the
      two existing tests were removed and new tests will be rewritten
      once the API is declared as stable.
      
      Releases: master
      Resolves: #84641
      Change-Id: I72beefde0d792d3f4295c45aa27204c817d2de7a
      Reviewed-on: https://review.typo3.org/56558
      Tested-by: TYPO3com <no-repl...
      1eeedc59
  21. Mar 07, 2018
  22. Dec 27, 2017
  23. Dec 06, 2017
  24. Oct 19, 2017
  25. May 12, 2017
  26. Apr 27, 2017
  27. Mar 28, 2017
    • Wouter Wolters's avatar
      [TASK] Streamline return tags in phpdocs · eb049dba
      Wouter Wolters authored
      The TYPO3 Core currently has no guidline how to handle phpdoc
      comments regarding @return annoations related to "void" and "null".
      
      In practice, these annotations have no additional value if no additional
      documentation is given.
      
      With this change, the php-cs-fixer will remove any unnecessary linebreaks
      within the comments above the @return annotation, as well as remove completely
      empty phpdoc comments because the @return annotation is removed.
      
      Please be aware, that once PSR-5 is accepted, this coding standard
      within the TYPO3 Core will change again, where there are currently
      some further proposal details like inheritance information.
      
      Resolves: #80454
      Releases: master
      Change-Id: Ie969d720684c0a75919fe5addd1c36ef5b12eb04
      Reviewed-on: https://review.typo3.org/51686
      
      
      Reviewed-by: default avatarNicole Cordes <typo3@cordes.co>
      Tested-by: default avatarNicole Cordes <typo3@cordes.co>
      Reviewed-by: default avatarBenni Mack <benni@typo3.org>
      Tested-by: default avatarBenni Mack <benni@typo3.org>
      eb049dba
  28. Mar 27, 2017
  29. Dec 01, 2016
  30. Oct 26, 2016
  31. Aug 30, 2016
  32. Aug 02, 2016
  33. Jul 19, 2016
  34. May 28, 2016
  35. Apr 01, 2016
  36. Mar 03, 2016
  37. Feb 22, 2016
  38. Feb 16, 2016
  39. Jan 15, 2016