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

Source `$configArray = BackendUtility::getModTSconfig($pid, 'mod.web_list');` Target `$configArray['properties'] = BackendUtility::getPagesTSconfig($pid)['mod.']['web_list.'] ?? [];` Changelog via https://docs.typo3.org/c/typo3/cms-core/main/en-us/Changelog/9.3/Deprecation-84993-DeprecateSomeTSconfigRelatedMethods.html

Feature

Deprecation: #94959 - ContentObjectRenderer constructor in StandaloneView https://docs.typo3.org/c/typo3/cms-core/master/en-us/Changelog/11.4/Deprecation-94959-ContentObjectRendererConstructorInStandaloneView.html .. include:: ../../Includes.txt ========================================================================= Deprecation: #94959 - ContentObjectRenderer constructor in StandaloneView ========================================================================= See :issue:`94959` Description =========== The :php:`\TYPO3\CMS\Frontend\ContentObject\ContentObjectRenderer` constructor argument of :php:`TYPO3\CMS\Fluid\View\StandaloneView`...

Deprecation
easy pick
11
11.4

Deprecation: #92494 - Extbase EnvironmentService https://docs.typo3.org/c/typo3/cms-core/master/en-us/Changelog/11.2/Deprecation-92494-ExtbaseEnvironmentService.html .. include:: ../../Includes.txt ================================================ Deprecation: #92494 - Extbase EnvironmentService ================================================ See :issue:`92494` Description =========== The extbase class :php:`TYPO3\CMS\Extbase\Service\EnvironmentService` is an API for TYPO3's legacy...

Deprecation
easy pick
11
11.1
11.2

Deprecation: #94228 - Extbase request getRequestUri() https://docs.typo3.org/c/typo3/cms-core/master/en-us/Changelog/11.3/Deprecation-94228-DeprecateExtbaseRequestGetRequestUri.html .. include:: ../../Includes.txt ===================================================== Deprecation: #94228 - Extbase request getRequestUri() ===================================================== See :issue:`94228` Description =========== To further prepare Extbase towards PSR-7 compatible requests,...

Deprecation
easy pick
11
11.3

Deprecation: #94193 - Public URLs with relative paths in FAL API https://docs.typo3.org/c/typo3/cms-core/master/en-us/Changelog/11.3/Deprecation-94193-PublicUrlWithRelativePathsInFALAPI.html .. include:: ../../Includes.txt ================================================================ Deprecation: #94193 - Public URLs with relative paths in FAL API ================================================================ See :issue:`94193`...

Deprecation
easy pick
11
11.3

As upgrades often go step by step we should readd a commented segment. This should prevent the FQN change in the files: ``` 'ext_localconf.php', 'ext_tables.php', 'ClassAliasMap.php', __DIR__ . '/**/Configuration/*.php', __DIR__...

# Bug Report When installing package "ssch/typo3-rector" there is a composer warning: ``` Package symplify/astral is abandoned, you should avoid using it. Use nikic/php-parser instead. ``` ## Expected Behaviour There...

Bug