[TASK] Use better identifiers for several backend modules
Historically, some backend modules have complex namings. Since TYPO3 v12, we can define aliases, and use the new names to make them more understandable: * "help_AboutAbout" => "about" * "system_BeuserTxBeuser" => "backend_user_management" * "system_BeuserTxPermission" => "permissions_pages" * "file_FilelistList" => "media_management" * "web_RecyclerRecycler" => "recycler" * "web_ViewpageView" => "page_preview" In addition, various third-level modules have dropped their "web_" prefix (only added during v12 development) Resolves: #100279 Releases: main Change-Id: Ib9637448679bcdf2d308e45c4f89db7cd2df9d72 Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/78221 Tested-by:core-ci <typo3@b13.com> Tested-by:
Andreas Fernandez <a.fernandez@scripting-base.de> Reviewed-by:
Andreas Fernandez <a.fernandez@scripting-base.de> Tested-by:
Georg Ringer <georg.ringer@gmail.com> Reviewed-by:
Georg Ringer <georg.ringer@gmail.com>
Showing
- Build/Sources/TypeScript/viewpage/main.ts 1 addition, 1 deletionBuild/Sources/TypeScript/viewpage/main.ts
- typo3/sysext/backend/Classes/Backend/Shortcut/ShortcutRepository.php 1 addition, 1 deletion...t/backend/Classes/Backend/Shortcut/ShortcutRepository.php
- typo3/sysext/backend/Classes/Clipboard/Clipboard.php 1 addition, 1 deletiontypo3/sysext/backend/Classes/Clipboard/Clipboard.php
- typo3/sysext/backend/Classes/Controller/SwitchUserController.php 1 addition, 1 deletion...ysext/backend/Classes/Controller/SwitchUserController.php
- typo3/sysext/backend/Classes/RecordList/DatabaseRecordList.php 4 additions, 2 deletions.../sysext/backend/Classes/RecordList/DatabaseRecordList.php
- typo3/sysext/backend/Classes/Template/Components/Buttons/Action/ShortcutButton.php 1 addition, 1 deletion...ses/Template/Components/Buttons/Action/ShortcutButton.php
- typo3/sysext/backend/Configuration/Backend/Modules.php 3 additions, 2 deletionstypo3/sysext/backend/Configuration/Backend/Modules.php
- typo3/sysext/beuser/Classes/Controller/BackendUserController.php 8 additions, 8 deletions...ysext/beuser/Classes/Controller/BackendUserController.php
- typo3/sysext/beuser/Classes/Controller/PermissionController.php 5 additions, 5 deletions...sysext/beuser/Classes/Controller/PermissionController.php
- typo3/sysext/beuser/Configuration/Backend/Modules.php 5 additions, 3 deletionstypo3/sysext/beuser/Configuration/Backend/Modules.php
- typo3/sysext/beuser/Resources/Private/Partials/Filemount/IndexListRow.html 2 additions, 2 deletions...er/Resources/Private/Partials/Filemount/IndexListRow.html
- typo3/sysext/beuser/Resources/Private/Partials/Filemount/NoFilemounts.html 1 addition, 1 deletion...er/Resources/Private/Partials/Filemount/NoFilemounts.html
- typo3/sysext/beuser/Resources/Private/Templates/Permission/Index.html 1 addition, 1 deletion.../beuser/Resources/Private/Templates/Permission/Index.html
- typo3/sysext/core/Documentation/Changelog/11.0/Deprecation-92132-DeprecatedShortcutPHPAPI.rst 1 addition, 1 deletion...gelog/11.0/Deprecation-92132-DeprecatedShortcutPHPAPI.rst
- typo3/sysext/extensionmanager/Resources/Private/Templates/Distribution/Show.html 1 addition, 1 deletion...anager/Resources/Private/Templates/Distribution/Show.html
- typo3/sysext/filelist/Classes/Controller/File/EditFileController.php 1 addition, 1 deletion...t/filelist/Classes/Controller/File/EditFileController.php
- typo3/sysext/filelist/Classes/Controller/FileListController.php 2 additions, 2 deletions...sysext/filelist/Classes/Controller/FileListController.php
- typo3/sysext/filelist/Configuration/Backend/Modules.php 2 additions, 1 deletiontypo3/sysext/filelist/Configuration/Backend/Modules.php
- typo3/sysext/reactions/Configuration/Backend/Modules.php 1 addition, 1 deletiontypo3/sysext/reactions/Configuration/Backend/Modules.php
- typo3/sysext/recycler/Classes/Controller/RecyclerModuleController.php 1 addition, 1 deletion.../recycler/Classes/Controller/RecyclerModuleController.php
Please register or sign in to comment