[TASK] Change some site configuration details
Some first experiences with the new v9.2 site configuration show us that people think site configuration can be extended just like any other TCA, but that's not the case. The patch changes some details to make more clear site configuration is not just some other sort of TCA with the same feature set. * Do not prefix site_* with sys_ anymore to abstract better from db tables * Rename configuration folder SiteConfigurationTca/ to SiteConfiguration/ to make it more clear this is not straight TCA * Do not load SiteConfiguration into GLOBALS['TCA'] to distinct from TCA * Mark extending site configuration experimental, add a documentation example and explain what is not working. Change-Id: I87890ccd07ca73c4ef1f7690c61f8d2185baf575 Resolves: #85050 Releases: master Reviewed-on: https://review.typo3.org/57001 Reviewed-by:Markus Klein <markus.klein@typo3.org> Tested-by:
TYPO3com <no-reply@typo3.com> Reviewed-by:
Benni Mack <benni@typo3.org> Tested-by: Mark...
Showing
- typo3/sysext/backend/Classes/Configuration/SiteTcaConfiguration.php 15 additions, 14 deletions...xt/backend/Classes/Configuration/SiteTcaConfiguration.php
- typo3/sysext/backend/Classes/Controller/SiteConfigurationController.php 14 additions, 14 deletions...ackend/Classes/Controller/SiteConfigurationController.php
- typo3/sysext/backend/Classes/Controller/SiteInlineAjaxController.php 2 additions, 2 deletions...t/backend/Classes/Controller/SiteInlineAjaxController.php
- typo3/sysext/backend/Classes/Form/FormDataProvider/SiteDatabaseEditRow.php 2 additions, 2 deletions...end/Classes/Form/FormDataProvider/SiteDatabaseEditRow.php
- typo3/sysext/backend/Classes/Form/FormDataProvider/SiteTcaInline.php 8 additions, 8 deletions...t/backend/Classes/Form/FormDataProvider/SiteTcaInline.php
- typo3/sysext/backend/Classes/Form/FormDataProvider/SiteTcaSelectItems.php 2 additions, 2 deletions...kend/Classes/Form/FormDataProvider/SiteTcaSelectItems.php
- typo3/sysext/backend/Configuration/SiteConfiguration/site.php 10 additions, 10 deletions...3/sysext/backend/Configuration/SiteConfiguration/site.php
- typo3/sysext/backend/Configuration/SiteConfiguration/site_errorhandling.php 16 additions, 16 deletions...nd/Configuration/SiteConfiguration/site_errorhandling.php
- typo3/sysext/backend/Configuration/SiteConfiguration/site_language.php 13 additions, 13 deletions...backend/Configuration/SiteConfiguration/site_language.php
- typo3/sysext/backend/Resources/Private/Language/locallang_siteconfiguration_tca.xlf 37 additions, 37 deletions...rces/Private/Language/locallang_siteconfiguration_tca.xlf
- typo3/sysext/backend/Resources/Private/Language/siteconfiguration_fieldinformation.xlf 8 additions, 8 deletions...s/Private/Language/siteconfiguration_fieldinformation.xlf
- typo3/sysext/backend/Tests/Unit/Form/FormDataProvider/SiteDatabaseEditRowTest.php 4 additions, 4 deletions...ts/Unit/Form/FormDataProvider/SiteDatabaseEditRowTest.php
- typo3/sysext/core/Classes/Site/Entity/SiteLanguage.php 1 addition, 1 deletiontypo3/sysext/core/Classes/Site/Entity/SiteLanguage.php
- typo3/sysext/core/Documentation/Changelog/9.2/Feature-84581-SiteHandling.rst 48 additions, 0 deletions...ocumentation/Changelog/9.2/Feature-84581-SiteHandling.rst
Please register or sign in to comment