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

Add support for TYPO3v11 #83

Merged
merged 16 commits into from
Jul 13, 2022
Merged

Add support for TYPO3v11 #83

merged 16 commits into from
Jul 13, 2022

Conversation

mbrodala
Copy link
Member

No description provided.

@mbrodala mbrodala force-pushed the typo3v11 branch 2 times, most recently from 3874ff1 to bc9ce12 Compare June 21, 2022 09:22
mbrodala added 9 commits June 21, 2022 12:28
By default the request "routing" attribute contains a SiteRouteResult
set by the SiteResolver middleware. This is normally replaced by
PageArguments by the PageResolver middleware.

Our UriBuilder middleware runs before that and we cannot change the order
here since we need need to be run before the StaticRouteResolver which
runs after the PageResolver middleware.
mbrodala added 5 commits June 23, 2022 10:12
This fixes the following error:

> Cannot unpack array with string keys

See TYPO3/typo3@3456ae0
In some cases this could be a float value which will cause type errors
if a slot uses an "int" type hint.
This can be used for a smooth migration from signal/slot to events. The
signal dispatching will be dropped at some point.

See https://docs.typo3.org/c/typo3/cms-core/main/en-us/Changelog/10.4/Deprecation-90625-ExtbaseSignalSlotDispatcher.html
@mbrodala mbrodala marked this pull request as ready for review June 23, 2022 16:28
@mbrodala mbrodala merged commit cef4799 into master Jul 13, 2022
@mbrodala mbrodala deleted the typo3v11 branch July 13, 2022 12:14
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant