[TASK] Deprecate "noWSOL" in PageRepository->getRecordRaw
The method getRecordRaw has a very unspeakable method argument called "noWSOL" which is only used internally within PageRepository. Setting "noWSOL" to true only does a regular SQL query which can be implemented directly in the according places, as the WSOL does not need to be known. Resolves: #81218 Releases: master Change-Id: I459ead0172f4ca1a6655599dd47aee2651a452bb Reviewed-on: https://review.typo3.org/52803 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> Reviewed-by:
Christian Kuhn <lolli@schwarzbu.ch> Tested-by:
Christian Kuhn <lolli@schwarzbu.ch>
Showing
- typo3/sysext/core/Documentation/Changelog/master/Deprecation-81218-NoWSOLArgumentInPageRepository-getRawRecord.rst 36 additions, 0 deletions...ion-81218-NoWSOLArgumentInPageRepository-getRawRecord.rst
- typo3/sysext/frontend/Classes/Page/PageRepository.php 47 additions, 8 deletionstypo3/sysext/frontend/Classes/Page/PageRepository.php
Please register or sign in to comment