[TASK] Move TCA and ext_tables.sql from ext:cms to ext:frontend
EXT:frontend is the successor of ext:cms. This started with the namespace change so all class files are already located there. The patch moves TCA and ext_tables.sql to the extension to make it very clear that functional tests that depend on this data should also go to ext:frontend later on. The patch is trivial since both extensions are "required" and thus always loaded, with ext:frontend directly before ext:cms, so nothing can break with this patch. Change-Id: Ifd9e0c9263f6b9a6aadfbfa1b568c4cd085e40d9 Resolves: #51251 Releases: 6.2 Reviewed-on: https://review.typo3.org/23244 Reviewed-by: Stefan Neufeind Tested-by: Stefan Neufeind Reviewed-by: Anja Leichsenring Tested-by: Anja Leichsenring
Showing
- typo3/sysext/cms/ext_tables.sql 0 additions, 373 deletionstypo3/sysext/cms/ext_tables.sql
- typo3/sysext/frontend/Configuration/TCA/backend_layout.php 0 additions, 0 deletionstypo3/sysext/frontend/Configuration/TCA/backend_layout.php
- typo3/sysext/frontend/Configuration/TCA/fe_groups.php 0 additions, 0 deletionstypo3/sysext/frontend/Configuration/TCA/fe_groups.php
- typo3/sysext/frontend/Configuration/TCA/fe_users.php 0 additions, 0 deletionstypo3/sysext/frontend/Configuration/TCA/fe_users.php
- typo3/sysext/frontend/Configuration/TCA/pages_language_overlay.php 0 additions, 0 deletions...ext/frontend/Configuration/TCA/pages_language_overlay.php
- typo3/sysext/frontend/Configuration/TCA/sys_domain.php 0 additions, 0 deletionstypo3/sysext/frontend/Configuration/TCA/sys_domain.php
- typo3/sysext/frontend/Configuration/TCA/sys_template.php 0 additions, 0 deletionstypo3/sysext/frontend/Configuration/TCA/sys_template.php
- typo3/sysext/frontend/Configuration/TCA/tt_content.php 0 additions, 0 deletionstypo3/sysext/frontend/Configuration/TCA/tt_content.php
- typo3/sysext/frontend/ext_tables.sql 369 additions, 0 deletionstypo3/sysext/frontend/ext_tables.sql
Please register or sign in to comment