Skip to content
GitLab
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
  • Sign in
  • typo3 typo3
  • Project information
    • Project information
    • Activity
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
    • Locked Files
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Packages and registries
    • Packages and registries
    • Container Registry
  • Analytics
    • Analytics
    • CI/CD
    • Insights
    • Repository
  • Activity
  • Graph
  • Jobs
  • Commits
Collapse sidebar
  • typo3typo3
  • typo3typo3
  • Repository
Switch branch/tag
  • typo3
  • typo3
  • sysext
  • lowlevel
  • Classes
  • Controller
  • DatabaseIntegrityController.php
Find file BlameHistoryPermalink
  • Christian Kuhn's avatar
    [TASK] Modernize ext:lowlevel view · 1f6d09cc
    Christian Kuhn authored Dec 16, 2021
    This is a partial refactoring of ext:lowlevel. There
    are some loose ends like HTML in the searchAction()
    and some other details. Those might be target of a
    bigger refactoring. However, the patch cleans up
    controller and view and improves separation of
    concerns already:
    
    * Rename mainAction() to handleRequest()
    * Use BackendTemplateView
    * Hand over template to render as view->render('MyTemplate')
    * Use DI in related controllers
    * Switch from a ServiceProvider.php to casual Services.yaml
    * Declare strict_types=1
    * Return and property types in PHP classes
    * PageRenderer JS module loading via fluid, not PHP
    * f:translate with full LLL: keys
    
    Change-Id: I0afe0938990f145e77aedd131f366226142382f3
    Resolves: #96530
    Related: #96513
    Releases: main
    Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/73007
    
    
    Tested-by: core-ci's avatarcore-ci <typo3@b13.com>
    Tested-by: Stefan Bürk's avatarStefan Bürk <stefan@buerk.tech>
    Tested-by: Anja Leichsenring's avatarAnja Leichsenring <aleichsenring@ab-softlab.de>
    Tested-by: Christian Kuhn's avatarChristian Kuhn <lolli@schwarzbu.ch>
    Reviewed-by: Stefan Bürk's avatarStefan Bürk <stefan@buerk.tech>
    Reviewed-by: Anja Leichsenring's avatarAnja Leichsenring <aleichsenring@ab-softlab.de>
    Reviewed-by: Christian Kuhn's avatarChristian Kuhn <lolli@schwarzbu.ch>
    1f6d09cc