-
-
Notifications
You must be signed in to change notification settings - Fork 5
Full TYPO3v12 support #10
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
Open
cweiske
wants to merge
22
commits into
fullstackfreelancer:master
Choose a base branch
from
mogic-le:mogic-master
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Conversation
This file contains hidden or 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
> 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
https://docs.typo3.org/m/typo3/reference-coreapi/main/en-us/ExtensionArchitecture/BestPractises/ConfigurationFiles.html Applied rule: Ssch\TYPO3Rector\CodeQuality\General\ConvertImplicitVariablesToExplicitGlobalsRector
Applied rule: Ssch\TYPO3Rector\CodeQuality\General\ExtEmConfRector
https://docs.typo3.org/c/typo3/cms-core/main/en-us/Changelog/12.0/Feature-96688-AttributesForExtbaseAnnotations.html Applied rule: Ssch\TYPO3Rector\TYPO312\v0\ExtbaseAnnotationToAttributeRector
https://docs.typo3.org/c/typo3/cms-core/main/en-us/Changelog/12.0/Feature-97232-NewTCATypeDatetime.html https://docs.typo3.org/c/typo3/cms-core/main/en-us/Changelog/12.0/Breaking-97358-RemovedEvalintFromTCATypeDatetime.html Applied rule: Ssch\TYPO3Rector\TYPO312\v0\MigrateInputDateTimeRector
https://docs.typo3.org/c/typo3/cms-core/main/en-us/Changelog/12.0/Breaking-98024-TCA-option-cruserid-removed.html Applied rule: Ssch\TYPO3Rector\TYPO312\v0\RemoveCruserIdRector
https://docs.typo3.org/c/typo3/cms-core/main/en-us/Changelog/12.3/Deprecation-99739-IndexedArrayKeysForTCAItems.html https://docs.typo3.org/c/typo3/cms-core/main/en-us/Changelog/12.3/Feature-99739-AssociativeArrayKeysForTCAItems.html Applied rule: Ssch\TYPO3Rector\TYPO312\v3\MigrateItemsIndexedKeysToAssociativeRector
.. 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.
Closed
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
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.
This patch series drops support for TYPO3v11, but adds full support for TYPO3v12.
No deprecation notices.