typo3-rector icon indicating copy to clipboard operation
typo3-rector copied to clipboard

Rector for TYPO3

Results 135 typo3-rector issues
Sort by recently updated
recently updated
newest added

Breaking: #97862 - Hooks related to generating page content removed https://docs.typo3.org/c/typo3/cms-core/master/en-us/Changelog/12.0/Breaking-97862-HooksRelatedToGeneratingPageContentRemoved.html .. include:: /Includes.rst.txt .. _breaking-97862-1657195630: =================================================================== Breaking: #97862 - Hooks related to generating page content removed =================================================================== See :issue:`97862`...

wontfix
Breaking
12.0
12

Breaking: #97737 - Page-related hooks in TSFE removed https://docs.typo3.org/c/typo3/cms-core/master/en-us/Changelog/12.0/Breaking-97737-Page-relatedHooksInTSFERemoved.html .. include:: /Includes.rst.txt .. _breaking-97737-1654595331: ===================================================== Breaking: #97737 - Page-related hooks in TSFE removed ===================================================== See :issue:`97737` Description =========== The following...

wontfix
Breaking
12.0
12

Breaking: #97752 - MailerAdapterInterface removed https://docs.typo3.org/c/typo3/cms-core/master/en-us/Changelog/12.0/Breaking-97752-MailerAdapterInterfaceRemoved.html .. include:: /Includes.rst.txt .. _breaking-97752-1654761506: ================================================= Breaking: #97752 - MailerAdapterInterface removed ================================================= See :issue:`97752` Description =========== The :php:`\TYPO3\CMS\Core\Mail\MailerAdapterInterface` has been removed, since the interface...

Breaking
easy pick
12.0
12

Deprecation: #97576 - TYPO3\CMS\Core\Utility\ResourceUtility https://docs.typo3.org/c/typo3/cms-core/master/en-us/Changelog/12.0/Deprecation-97576-TYPO3CMSCoreUtilityResourceUtility.html .. include:: /Includes.rst.txt .. _deprecation-97576-1651949640: ============================================================ Deprecation: #97576 - TYPO3\CMS\Core\Utility\ResourceUtility ============================================================ See :issue:`97576` Description =========== The class :php:`TYPO3\CMS\Core\Utility\ResourceUtility` has no usage in the core and...

wontfix
Deprecation
12.0
12

Breaking: #98024 - TCA option `cruser_id` removed https://docs.typo3.org/c/typo3/cms-core/master/en-us/Changelog/12.0/Breaking-98024-TCA-option-cruserid-removed.html .. include:: /Includes.rst.txt ================================================= Breaking: #98024 - TCA option `cruser_id` removed ================================================= See :issue:`98024` Description =========== The TCA option in the `ctrl`...

Breaking
easy pick
12.0
12

Breaking: #97701 - TSconfig option showNewContentWizard removed https://docs.typo3.org/c/typo3/cms-core/master/en-us/Changelog/12.0/Breaking-97701-RemovedTsConfigOptionShowNewContentWizard.html .. include:: /Includes.rst.txt .. _breaking-97701-1655154047: =============================================================== Breaking: #97701 - TSconfig option showNewContentWizard removed =============================================================== See :issue:`97701` Description =========== The TSconfig option :typoscript:`mod.web_layout.disableNewContentElementWizard`...

Breaking
easy pick
12.0
12

Breaking: #97927 - Removed TypoScript option config.doctypeSwitch https://docs.typo3.org/c/typo3/cms-core/master/en-us/Changelog/12.0/Breaking-97927-RemovedTypoScriptOptionConfigdoctypeSwitch.html .. include:: /Includes.rst.txt .. _breaking-97927-1657730964: ================================================================= Breaking: #97927 - Removed TypoScript option config.doctypeSwitch ================================================================= See :issue:`97927` Description =========== Previous TYPO3 versions allowed...

Breaking
easy pick
12.0
12

Breaking: #97454 - Removed Link Browser hooks https://docs.typo3.org/c/typo3/cms-core/master/en-us/Changelog/12.0/Breaking-97454-RemoveLinkBrowserHooks.html .. include:: /Includes.rst.txt .. _breaking-97454-1657327622: ============================================= Breaking: #97454 - Removed Link Browser hooks ============================================= See :issue:`97454` Description =========== The hook :php:`$GLOBALS['TYPO3_CONF_VARS']['SC_OPTIONS']['LinkBrowser']['hooks']` with...

wontfix
Breaking
12.0
12

Breaking: #97451 - Removed BackendController page hooks https://docs.typo3.org/c/typo3/cms-core/master/en-us/Changelog/12.0/Breaking-97451-RemoveBackendControllerPageHooks.html .. include:: /Includes.rst.txt ======================================================= Breaking: #97451 - Removed BackendController page hooks ======================================================= See :issue:`97451` Description =========== The hooks :php:`$GLOBALS['TYPO3_CONF_VARS']['SC_OPTIONS']['typo3/backend.php']['constructorPostProcess']`, :php:`$GLOBALS['TYPO3_CONF_VARS']['SC_OPTIONS']['typo3/backend.php']['renderPreProcess']`, and :php:`$GLOBALS['TYPO3_CONF_VARS']['SC_OPTIONS']['typo3/backend.php']['renderPostProcess']`...

wontfix
Breaking
12.0
12

Rule set: TYPO3 11 Rule: Ssch\TYPO3Rector\Rector\v11\v0\ForwardResponseInsteadOfForwardMethodRector When using a Redirect or a Forward in the end of a controller action named `somethingAction(): ForwardResponse` like: ```php return (new ForwardResponse('show')) ->withControllerName('Bonus') ->withExtensionName('Bonus')...

Bug