-
Notifications
You must be signed in to change notification settings - Fork 0
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] Deprecate INCLUDE_TYPOSCRIPT syntax #1070
Closed
TYPO3IncTeam opened this issue
Oct 7, 2024
· 0 comments
· Fixed by TYPO3-Documentation/TYPO3CMS-Reference-CoreApi#4827
Closed
[TASK] Deprecate INCLUDE_TYPOSCRIPT syntax #1070
TYPO3IncTeam opened this issue
Oct 7, 2024
· 0 comments
· Fixed by TYPO3-Documentation/TYPO3CMS-Reference-CoreApi#4827
Labels
Comments
linawolf
added a commit
to TYPO3-Documentation/TYPO3CMS-Reference-CoreApi
that referenced
this issue
Oct 15, 2024
Resolves: TYPO3-Documentation/Changelog-To-Doc#1070 Releases: main
linawolf
added a commit
to TYPO3-Documentation/TYPO3CMS-Reference-CoreApi
that referenced
this issue
Oct 15, 2024
Resolves: TYPO3-Documentation/Changelog-To-Doc#1070 Releases: main
linawolf
added a commit
to TYPO3-Documentation/TYPO3CMS-Reference-CoreApi
that referenced
this issue
Oct 16, 2024
* [TASK] Deprecate INCLUDE_TYPOSCRIPT syntax Resolves: TYPO3-Documentation/Changelog-To-Doc#1070 Releases: main * Apply suggestions from code review Co-authored-by: Chris Müller <2566282+brotkrueml@users.noreply.github.com> * Update Documentation/Configuration/TypoScript/Syntax/FileImports/Index.rst * Update Documentation/Configuration/TypoScript/Syntax/FileImports/Index.rst --------- Co-authored-by: Chris Müller <2566282+brotkrueml@users.noreply.github.com>
github-actions bot
pushed a commit
to TYPO3-Documentation/TYPO3CMS-Reference-CoreApi
that referenced
this issue
Oct 16, 2024
Resolves: TYPO3-Documentation/Changelog-To-Doc#1070 Releases: main
linawolf
added a commit
to TYPO3-Documentation/TYPO3CMS-Reference-CoreApi
that referenced
this issue
Oct 16, 2024
* [TASK] Deprecate INCLUDE_TYPOSCRIPT syntax Resolves: TYPO3-Documentation/Changelog-To-Doc#1070 Releases: main * Apply suggestions from code review Co-authored-by: Chris Müller <2566282+brotkrueml@users.noreply.github.com> * Update Documentation/Configuration/TypoScript/Syntax/FileImports/Index.rst * Update Documentation/Configuration/TypoScript/Syntax/FileImports/Index.rst --------- Co-authored-by: lina.wolf <lwolf@w-commerce.de> Co-authored-by: Lina Wolf <48202465+linawolf@users.noreply.github.com> Co-authored-by: Chris Müller <2566282+brotkrueml@users.noreply.github.com>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
ℹ️ View this commit on Github
👥 Authored by Christian Kuhn lolli@schwarzbu.ch
✔️ Merged by Christian Kuhn lolli@schwarzbu.ch
Commit message
[TASK] Deprecate INCLUDE_TYPOSCRIPT syntax
The @import syntax has been introduced with TYPO3 v9.
With the TypoScript parser rewrite in v12, some last
todos have been ruled out in this area.
There are some good reasons to finally phase out
<INCLUDE_TYPOSCRIPT:
, the deprecation ReST givesfurther information.
The patch adds an active trigger_error() when the
parser hits a
<INCLUDE_TYPOSCRIPT:
statement andmarks all related handling code as deprecated.
Resolves: #105171
Related: #96614
Related: #101807
Related: #97816
Related: #103439
Releases: main
Change-Id: Ic5b25afc99e16054016beac57c1f115f11b015c8
Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/86386
Reviewed-by: Simon Schaufelberger simonschaufi+typo3@gmail.com
Tested-by: core-ci typo3@b13.com
Reviewed-by: Anja Leichsenring aleichsenring@ab-softlab.de
Tested-by: Anja Leichsenring aleichsenring@ab-softlab.de
Reviewed-by: Stefan Bürk stefan@buerk.tech
Tested-by: Christian Kuhn lolli@schwarzbu.ch
Tested-by: Stefan Bürk stefan@buerk.tech
Tested-by: Benni Mack benni@typo3.org
Reviewed-by: Benni Mack benni@typo3.org
Reviewed-by: Christian Kuhn lolli@schwarzbu.ch
➕ Added files
13.4/Deprecation-105171-INCLUDE_TYPOSCRIPTTypoScriptSyntax.rst
The text was updated successfully, but these errors were encountered: