[!!!][TASK] Merge ext:recordlist into ext:backend
Extension 'recordlist' is a must-have extension that is part of 'minimal usable system' and always loaded: Especially 'backend' has various cross dependencies to 'recordlist', backend "search" using the list module for detail display is one of the most obvious ones. In general it's bad if the main 'backend' extension has such direct dependency towards another more specific extension: The core development slowly strives to have the tuple 'core-backend-frontend' as main set of crucial extenions, with eventually making 'backend' and 'frontend' optional in some happy future. To solve the unfortunate dependency from 'backend' to 'recordlist', 'recordlist' is now merged into 'backend', reducing the set of extensions required for a 'minimal usable system' by one. > composer update --lock Change-Id: Ie73ccb992b9ad29626478ff9acd6dc9a15b8aa9a Resolves: #98443 Releases: main Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/75876 Reviewed-by:Andreas Fernandez <a.fernandez@scripting-base.de> Reviewed-by:
Georg Ringer <georg.ringer@gmail.com> Reviewed-by:
Benni Mack <benni@typo3.org> Reviewed-by:
Christian Kuhn <lolli@schwarzbu.ch> Tested-by:
core-ci <typo3@b13.com> Tested-by:
Georg Ringer <georg.ringer@gmail.com> Tested-by:
Andreas Fernandez <a.fernandez@scripting-base.de> Tested-by:
Christian Kuhn <lolli@schwarzbu.ch>
Showing
- Build/Sources/TypeScript/backend/ajax-data-handler.ts 1 addition, 1 deletionBuild/Sources/TypeScript/backend/ajax-data-handler.ts
- Build/Sources/TypeScript/backend/browse-database.ts 2 additions, 2 deletionsBuild/Sources/TypeScript/backend/browse-database.ts
- Build/Sources/TypeScript/backend/browse-files.ts 0 additions, 0 deletionsBuild/Sources/TypeScript/backend/browse-files.ts
- Build/Sources/TypeScript/backend/browse-folders.ts 2 additions, 2 deletionsBuild/Sources/TypeScript/backend/browse-folders.ts
- Build/Sources/TypeScript/backend/clear-cache.ts 1 addition, 1 deletionBuild/Sources/TypeScript/backend/clear-cache.ts
- Build/Sources/TypeScript/backend/element-browser.ts 2 additions, 2 deletionsBuild/Sources/TypeScript/backend/element-browser.ts
- Build/Sources/TypeScript/backend/file-link-handler.ts 2 additions, 2 deletionsBuild/Sources/TypeScript/backend/file-link-handler.ts
- Build/Sources/TypeScript/backend/form-engine-link-browser-adapter.ts 1 addition, 1 deletion...es/TypeScript/backend/form-engine-link-browser-adapter.ts
- Build/Sources/TypeScript/backend/link-browser.ts 2 additions, 2 deletionsBuild/Sources/TypeScript/backend/link-browser.ts
- Build/Sources/TypeScript/backend/mail-link-handler.ts 2 additions, 2 deletionsBuild/Sources/TypeScript/backend/mail-link-handler.ts
- Build/Sources/TypeScript/backend/page-link-handler.ts 2 additions, 2 deletionsBuild/Sources/TypeScript/backend/page-link-handler.ts
- Build/Sources/TypeScript/backend/record-download-button.ts 1 addition, 1 deletionBuild/Sources/TypeScript/backend/record-download-button.ts
- Build/Sources/TypeScript/backend/record-link-handler.ts 1 addition, 1 deletionBuild/Sources/TypeScript/backend/record-link-handler.ts
- Build/Sources/TypeScript/backend/record-search.ts 2 additions, 2 deletionsBuild/Sources/TypeScript/backend/record-search.ts
- Build/Sources/TypeScript/backend/recordlist.ts 2 additions, 2 deletionsBuild/Sources/TypeScript/backend/recordlist.ts
- Build/Sources/TypeScript/backend/telephone-link-handler.ts 2 additions, 2 deletionsBuild/Sources/TypeScript/backend/telephone-link-handler.ts
- Build/Sources/TypeScript/backend/tree/file-storage-browser.ts 2 additions, 2 deletions...d/Sources/TypeScript/backend/tree/file-storage-browser.ts
- Build/Sources/TypeScript/backend/tree/page-browser.ts 2 additions, 2 deletionsBuild/Sources/TypeScript/backend/tree/page-browser.ts
- Build/Sources/TypeScript/backend/url-link-handler.ts 2 additions, 2 deletionsBuild/Sources/TypeScript/backend/url-link-handler.ts
- Build/Sources/TypeScript/rte_ckeditor/rte-link-browser.ts 1 addition, 1 deletionBuild/Sources/TypeScript/rte_ckeditor/rte-link-browser.ts
Please register or sign in to comment