[!!!][TASK] Remove database field pages.alias
This is a precursor for removing PseudoSiteHandling in general. The database field "pages.alias" field is dropped, along with the functionality to evalute if a frontend request "?id=acme" is non-integer, as it now always has to be integer. Existing links pointing to page aliases will stop working. Resolves: #87356 Releases: master Change-Id: I19134cc788e633e140b43497f716082ac96744e5 Reviewed-on: https://review.typo3.org/59232 Tested-by:TYPO3com <no-reply@typo3.com> Reviewed-by:
Georg Ringer <georg.ringer@gmail.com> Tested-by:
Georg Ringer <georg.ringer@gmail.com> Reviewed-by:
Wouter Wolters <typo3@wouterwolters.nl> Tested-by:
Wouter Wolters <typo3@wouterwolters.nl>
Showing
- typo3/sysext/backend/Classes/Controller/BackendController.php 1 addition, 29 deletions...3/sysext/backend/Classes/Controller/BackendController.php
- typo3/sysext/backend/Classes/Controller/Page/TreeController.php 0 additions, 1 deletion...sysext/backend/Classes/Controller/Page/TreeController.php
- typo3/sysext/backend/Classes/Tree/Repository/PageTreeRepository.php 0 additions, 1 deletion...xt/backend/Classes/Tree/Repository/PageTreeRepository.php
- typo3/sysext/backend/Classes/Utility/BackendUtility.php 1 addition, 7 deletionstypo3/sysext/backend/Classes/Utility/BackendUtility.php
- typo3/sysext/core/Classes/Compatibility/PseudoSiteTcaDisplayCondition.php 1 addition, 1 deletion...e/Classes/Compatibility/PseudoSiteTcaDisplayCondition.php
- typo3/sysext/core/Classes/Database/SoftReferenceIndex.php 3 additions, 40 deletionstypo3/sysext/core/Classes/Database/SoftReferenceIndex.php
- typo3/sysext/core/Classes/LinkHandling/LegacyLinkNotationConverter.php 1 addition, 8 deletions...core/Classes/LinkHandling/LegacyLinkNotationConverter.php
- typo3/sysext/core/Classes/LinkHandling/LinkService.php 1 addition, 1 deletiontypo3/sysext/core/Classes/LinkHandling/LinkService.php
- typo3/sysext/core/Classes/LinkHandling/PageLinkHandler.php 1 addition, 10 deletionstypo3/sysext/core/Classes/LinkHandling/PageLinkHandler.php
- typo3/sysext/core/Classes/Routing/SiteMatcher.php 0 additions, 5 deletionstypo3/sysext/core/Classes/Routing/SiteMatcher.php
- typo3/sysext/core/Classes/Utility/RootlineUtility.php 0 additions, 1 deletiontypo3/sysext/core/Classes/Utility/RootlineUtility.php
- typo3/sysext/core/Configuration/DefaultConfiguration.php 1 addition, 1 deletiontypo3/sysext/core/Configuration/DefaultConfiguration.php
- typo3/sysext/core/Configuration/TCA/pages.php 6 additions, 24 deletionstypo3/sysext/core/Configuration/TCA/pages.php
- typo3/sysext/core/Documentation/Changelog/master/Breaking-87193-DeprecatedFunctionalityRemoved.rst 3 additions, 0 deletions.../master/Breaking-87193-DeprecatedFunctionalityRemoved.rst
- typo3/sysext/core/Resources/Private/Language/locallang_csh_pages.xlf 0 additions, 12 deletions...t/core/Resources/Private/Language/locallang_csh_pages.xlf
- typo3/sysext/core/Tests/Functional/DataHandling/DataHandler/DataSet/LiveDefaultPages.csv 1 addition, 1 deletion...nal/DataHandling/DataHandler/DataSet/LiveDefaultPages.csv
- typo3/sysext/core/Tests/Functional/DataHandling/DataHandler/GetUniqueTranslationTest.php 5 additions, 2 deletions...nal/DataHandling/DataHandler/GetUniqueTranslationTest.php
- typo3/sysext/core/Tests/Functional/Tca/PagesVisibleFieldsTest.php 0 additions, 3 deletions...sext/core/Tests/Functional/Tca/PagesVisibleFieldsTest.php
- typo3/sysext/core/Tests/Unit/LinkHandling/LegacyLinkNotationConverterTest.php 0 additions, 8 deletions...sts/Unit/LinkHandling/LegacyLinkNotationConverterTest.php
- typo3/sysext/core/Tests/Unit/LinkHandling/LinkServiceTest.php 0 additions, 44 deletions...3/sysext/core/Tests/Unit/LinkHandling/LinkServiceTest.php
Please register or sign in to comment