Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[!!!][TASK] Remove deprecated EMU addPageTSConfig & addUserTSConfig #1131

Open
TYPO3IncTeam opened this issue Oct 25, 2024 · 0 comments
Open

Comments

@TYPO3IncTeam
Copy link
Collaborator

ℹ️ View this commit on Github
👥 Authored by Christian Kuhn [email protected]
✔️ Merged by Christian Kuhn [email protected]

Commit message

[!!!][TASK] Remove deprecated EMU addPageTSConfig & addUserTSConfig

Handling of

$GLOBALS['TYPO3_CONF_VARS']['BE']['defaultPageTSconfig']
$GLOBALS['TYPO3_CONF_VARS']['BE']['defaultUserTSconfig']

and methods

\TYPO3\CMS\Core\Utility\ExtensionManagementUtility::addPageTSConfig()
\TYPO3\CMS\Core\Utility\ExtensionManagementUtility::addUserTSConfig()

Resolves: #105464
Related: #105377
Related: #101799
Related: #101807
Releases: main
Change-Id: Iba9978d8e9940e7e363871295782fd28b6f8c154
Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/86780
Reviewed-by: Christian Kuhn [email protected]
Tested-by: core-ci [email protected]
Tested-by: Garvin Hicking [email protected]
Reviewed-by: Garvin Hicking [email protected]
Tested-by: Andreas Kienast [email protected]
Tested-by: Christian Kuhn [email protected]
Reviewed-by: Andreas Kienast [email protected]

➗ Modified files

14.0/Breaking-105377-DeprecatedFunctionalityRemoved.rst
@@ -101,6 +101,8 @@ The following PHP static class methods that have previously been marked as depre
 - :php:`\TYPO3\CMS\Backend\Utility\BackendUtility::thumbCode()`
 - :php:`\TYPO3\CMS\Core\Utility\GeneralUtility::hmac()`
 - :php:`\TYPO3\CMS\Core\Utility\ExtensionManagementUtility::addPItoST43()`
+- :php:`\TYPO3\CMS\Core\Utility\ExtensionManagementUtility::addPageTSConfig()`
+- :php:`\TYPO3\CMS\Core\Utility\ExtensionManagementUtility::addUserTSConfig()`
 - :php:`\TYPO3\CMS\Core\Utility\ExtensionManagementUtility::getExtensionIcon()`
 - :php:`\TYPO3\CMS\Core\Utility\MathUtility::convertToPositiveInteger()`
 - :php:`\TYPO3\CMS\Core\Versioning\VersionState::cast()`
@@ -197,7 +199,8 @@ The following class constants have been dropped:
 
 The following global option handling have been dropped and are ignored:
 
-- :php:`$GLOBALS['TYPO3_CONF_VARS']['X']['Y']`
+- :php:`$GLOBALS['TYPO3_CONF_VARS']['BE']['defaultPageTSconfig']`
+- :php:`$GLOBALS['TYPO3_CONF_VARS']['BE']['defaultUserTSconfig']`
 
 The following global variables have been removed:
 
@linawolf linawolf self-assigned this Oct 28, 2024
linawolf added a commit to TYPO3-Documentation/TYPO3CMS-Reference-CoreApi that referenced this issue Oct 28, 2024
linawolf added a commit to TYPO3-Documentation/TYPO3CMS-Reference-TSconfig that referenced this issue Oct 28, 2024
linawolf added a commit to TYPO3-Documentation/TYPO3CMS-Reference-CoreApi that referenced this issue Oct 28, 2024
linawolf added a commit to TYPO3-Documentation/TYPO3CMS-Reference-TSconfig that referenced this issue Nov 1, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants