Skip to content

Conversation

cweiske
Copy link
Contributor

@cweiske cweiske commented Feb 6, 2025

This patch series drops support for TYPO3v11, but adds full support for TYPO3v12.
No deprecation notices.

cweiske and others added 21 commits December 4, 2024 14:14
> The TCA field 'sys_language_uid' of table 'tx_cetimeline_domain_model_entry' is defined
> as the 'languageField' and should therefore use the TCA type 'language'
> instead of TCA type 'select' with 'foreign_table=sys_language' or 'special=languages'

https://docs.typo3.org/c/typo3/cms-core/main/en-us/Changelog/11.2/Feature-57082-NewTCATypeLanguage.html
* change typo3 version to 11.5

Taken from fullstackfreelancer#1
The following commit changed the package name:
> Udpate composer vendor name from "simonkoehler" to "fullstackfreelancer"

composer.json now declares that the new name replaces the old one.
> The 'tx_cetimeline_domain_model_entry' TCA tables transOrigPointerField
> 'l10n_parent' is defined  as excluded field
> which is no longer needed and should therefore be removed.

https://docs.typo3.org/c/typo3/cms-core/main/en-us/Changelog/10.3/Important-89672-TransOrigPointerFieldIsNotLongerAllowedToBeExcluded.html
> The 'tx_cetimeline_domain_model_entry' TCA configuration 'showRecordFieldList'
> inside the section 'interface' is not evaluated anymore and should therefore be removed.

https://docs.typo3.org/c/typo3/cms-core/main/en-us/Changelog/10.3/Feature-88901-RenderAllFieldsInElementInformationController.html
Applied rule:
Rector\Php54\Rector\Array_\LongArrayToShortArrayRector
Applied rule:
Rector\TypeDeclaration\Rector\ClassMethod\AddVoidReturnTypeWhereNoReturnRector
Applied rule:
Ssch\TYPO3Rector\CodeQuality\General\ExtEmConfRector
.. put image width and height on the same line, reducing
3 TCA lines to 2.
The TYPO3v12 breaking changes do not allow us to support TYPO3v11
anymore - not without many version checks and different
configurations for each version.
.. so that TYPO3 does not complain about TCA modifications in ext_tables.php
anymore.
@cweiske cweiske mentioned this pull request Feb 6, 2025
This is not needed anymore; TYPO3v12 uses composer.json exclusively.
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.

2 participants