Bug #104217
closedmispelled function name on TypoScriptFrontendController::isStaticCacheble()
0%
Description
There is a typo on the function name TypoScriptFrontendController::isStaticCacheble()
I guess it should be:
isStaticCacheable
Occurrences found:
typo3/sysext/install/Configuration/ExtensionScanner/Php/MethodCallMatcher.php typo3/sysext/core/Documentation/Changelog/13.0/Breaking-102621-MostTSFEMembersMarkedInternalOrRead-only.rst typo3/sysext/frontend/Classes/Controller/TypoScriptFrontendController.php
Found on TYPO3 12,13 (not tested on 11)
kudos to Mathias Brodala for finding it!
Updated by Riccardo De Contardi 5 months ago
- Subject changed from mispelled function name on to mispelled function name on TypoScriptFrontendController::isStaticCacheble()
Updated by Georg Ringer 4 months ago
- Status changed from New to Accepted
- Priority changed from Should have to Could have
Updated by Gerrit Code Review 4 months ago
- Status changed from Accepted to Under Review
Patch set 1 for branch main of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/85443
Updated by Gerrit Code Review 4 months ago
Patch set 2 for branch main of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/85443
Updated by Gerrit Code Review 4 months ago
Patch set 3 for branch main of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/85443
Updated by Gerrit Code Review 4 months ago
Patch set 4 for branch main of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/85443
Updated by Gerrit Code Review 4 months ago
Patch set 5 for branch main of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/85443
Updated by Gerrit Code Review 4 months ago
Patch set 6 for branch main of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/85443
Updated by Gerrit Code Review 4 months ago
Patch set 7 for branch main of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/85443
Updated by Christian Kuhn about 2 months ago
- Related to Task #105230: Declare TypoScriptFrontendController deprecated added
Updated by Christian Kuhn about 2 months ago
- Status changed from Under Review to Rejected
TypoScriptFrontendController is being fully deprecated. We should not fix a typo together with a migration path in a deprecated class anymore.