TYPO3 v15 dev-main snapshot ()
This commit is contained in:
@@ -0,0 +1,92 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
'$GLOBALS[\'TYPO3_DB\']' => [
|
||||
'restFiles' => [
|
||||
'Breaking-80929-TYPO3_DBMovedToExtension.rst',
|
||||
],
|
||||
],
|
||||
'$GLOBALS[\'error\']' => [
|
||||
'restFiles' => [
|
||||
'Breaking-37180-RemovedExtDirectDebugAndGLOBALSerror.rst',
|
||||
],
|
||||
],
|
||||
'$GLOBALS[\'PARSETIME_START\']' => [
|
||||
'restFiles' => [
|
||||
'Breaking-82893-RemoveGlobalVariablePARSETIME_START.rst',
|
||||
],
|
||||
],
|
||||
'$GLOBALS[\'TYPO3_LOADED_EXT\']' => [
|
||||
'restFiles' => [
|
||||
'Deprecation-86404-GLOBALSTYPO3_LOADED_EXT.rst',
|
||||
'Breaking-87193-DeprecatedFunctionalityRemoved.rst',
|
||||
],
|
||||
],
|
||||
'$GLOBALS[\'TBE_TEMPLATE\']' => [
|
||||
'restFiles' => [
|
||||
'Breaking-87567-GlobalVariableTBE_TEMPLATERemoved.rst',
|
||||
],
|
||||
],
|
||||
'$GLOBALS[\'TYPO3_MISC\']' => [
|
||||
'restFiles' => [
|
||||
'Breaking-88498-GlobalDataForTimeTrackerStatisticsRemoved.rst',
|
||||
],
|
||||
],
|
||||
'$GLOBALS[\'LOCAL_LANG\']' => [
|
||||
'restFiles' => [
|
||||
'Deprecation-88567-GLOBALS_LOCAL_LANG.rst',
|
||||
'Breaking-91473-DeprecatedFunctionalityRemoved.rst',
|
||||
],
|
||||
],
|
||||
'$GLOBALS[\'T3_VAR\']' => [
|
||||
'restFiles' => [
|
||||
'Breaking-88660-GLOBALST3_VARRemoved.rst',
|
||||
],
|
||||
],
|
||||
'$GLOBALS[\'SOBE\']' => [
|
||||
'restFiles' => [
|
||||
'Breaking-92132-LastRemainsOfGlobalsSOBERemoved.rst',
|
||||
],
|
||||
],
|
||||
'$GLOBALS[\'TBE_MODULES\']' => [
|
||||
'restFiles' => [
|
||||
'Breaking-96733-RemovedSupportForModuleHandlingBasedOnTBE_MODULES.rst',
|
||||
],
|
||||
],
|
||||
'$GLOBALS[\'TBE_MODULES_EXT\']' => [
|
||||
'restFiles' => [
|
||||
'Breaking-97135-RemovedSupportForModuleHandlingBasedOnTBE_MODULES_EXT.rst',
|
||||
],
|
||||
],
|
||||
'$GLOBALS[\'TCA_DESCR\']' => [
|
||||
'restFiles' => [
|
||||
'Breaking-97312-RemoveContextSensitiveHelp.rst',
|
||||
'Breaking-100963-DeprecatedFunctionalityRemoved.rst',
|
||||
],
|
||||
],
|
||||
'$GLOBALS[\'PAGES_TYPES\']' => [
|
||||
'restFiles' => [
|
||||
'Breaking-98487-GLOBALSPAGES_TYPESRemoved.rst',
|
||||
'Deprecation-98487-ExtensionManagementUtilityallowTableOnStandardPages.rst',
|
||||
'Feature-98487-TCAOptionCtrlsecurityignorePageTypeRestriction.rst',
|
||||
'Breaking-100963-DeprecatedFunctionalityRemoved.rst',
|
||||
],
|
||||
],
|
||||
'$GLOBALS[\'TBE_STYLES\']' => [
|
||||
'restFiles' => [
|
||||
'Deprecation-100232-TBE_STYLESSkinningFunctionality.rst',
|
||||
'Breaking-100963-DeprecatedFunctionalityRemoved.rst',
|
||||
],
|
||||
],
|
||||
'$GLOBALS[\'TSFE\']' => [
|
||||
'restFiles' => [
|
||||
'Deprecation-105230-TypoScriptFrontendControllerAndGLOBALSTSFE.rst',
|
||||
],
|
||||
],
|
||||
'$GLOBALS[\'TYPO3_USER_SETTINGS\']' => [
|
||||
'restFiles' => [
|
||||
'Deprecation-108843-ExtensionManagementUtilityAddFieldsToUserSettings.rst',
|
||||
'Breaking-109783-DeprecatedFunctionalityRemoved.rst',
|
||||
],
|
||||
],
|
||||
];
|
||||
Reference in New Issue
Block a user