-
Notifications
You must be signed in to change notification settings - Fork 55
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
Support TYPO3 v13 #316
Merged
Merged
Support TYPO3 v13 #316
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
To workaround testing framework error: ``` TYPO3\TestingFramework\Core\Exception: Package "blog" depends on package "form" which does not exist. ```
Do not test mysql 5.7 with v13, but add MySQL 8.4 LTS to the test matrix.
bnf
force-pushed
the
task/v13
branch
4 times, most recently
from
October 17, 2024 09:52
8bdc5da
to
390dc72
Compare
Extensions are registered in root automatically since typo3/cms-composer-installers v5
ExtensionManagementUtility::addUserTSConfig() stays for v12.
v12 and v13 use the ModifyPageLayoutContent event listener instead.
The core internal method Bootstrap::initializeLanguageObject() has been removed and LanguageServiceFactory is to be used directly in tests. Also see https://review.typo3.org/c/Packages/TYPO3.CMS/+/82266 for the respective core change.
Use SiteConfiguration/Writer (in v13) from DI instead of building the instance manually.
Has been deprecated in v12 and removed in v13.
IconRegistry usage in ext_*.php has been deprecated
RequireJS has been deprecated in v12 and removed in v13
bnf
force-pushed
the
task/v13
branch
2 times, most recently
from
October 17, 2024 11:33
dc12097
to
0b89160
Compare
They are already provided by @typo3/icons
The condition was invalid and never worked because viewhelper and input were swapped
Have been made obsolete with typo3fluid/fluid 2.15
Only the `findAll()` QueryResultInterface return type is kept, as we do not return an array here.
INCLUDE_TYPOSCRIPT has been deprecated in v13
bnf
force-pushed
the
task/v13
branch
2 times, most recently
from
October 17, 2024 12:01
58cb23f
to
7d3fb18
Compare
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Based on #314
Known required TODOs:"Setup" backend module does not list existing blogsRequireJS to JavaScriptModule conversion (loadRequireJsModule
)ModuleTemplate
=>TemplateViewFactory
sitegetTwoLetterIsoCode
GU::_GPmerged