mirror of
https://github.com/werkraum-media/events.git
synced 2024-11-22 21:16:10 +01:00
Daniel Siepmann
15a654cb69
An _events_ user will be created and used on demand in order to allow execution of upgrade wizards within install tool.
16 lines
537 B
ReStructuredText
16 lines
537 B
ReStructuredText
TYPO3 V10
|
|
=========
|
|
|
|
Changes that should happen once we drop TYPO3 v10.
|
|
|
|
Remove fetching cached page stage from body from tests
|
|
------------------------------------------------------
|
|
|
|
We have different assertions based on TYPO3 version, due to how TYPO3 exposes the info.
|
|
We can remove the condition with its content once we drop v10.
|
|
|
|
Remove UserAuthenticationV10
|
|
----------------------------
|
|
|
|
TYPO3 has different signatures for AbstractUserAuthentication class.
|
|
There is an implementation for v10 that can be removed once we drop v10.
|