- [TASK] updates phpstan config and updates/ adapts several classes accordingly
- [TASK] updates required packages in composer.json
- [TASK] updates version constraints in ext_emconf
- [TASK] updates CHANGELOG
- [BUGFIX] removes php 8.1 from workflow matrix, as TYPO3 v13 has 8.2 as minimum
- [TASK] adds php 8.3 to workflow matrix
- [TASK] updates ext_emconf
- [CLEANUP] updates to DataHandler override
- [CLEANUP] updates README
- [TASK] updates DataHandler xclass to be compatible with TYPO3 v13.2
- [CLEANUP] small code clean-ups
- [TASK] adds github workflows
- [TASK] updates composer version constrain for typo3/* v12 package requirement(s)
- [WIP][!!!] updates extension to be compatible with TYPO3 v12
- [TASK] updates DataHandler XClass accordingly
- [TASK] updates CHANGELOG and README
- [CLEANUP] updates code formatting and migrates changes from parent objects/ overrides
- [TASK] updates composer.json -> updates typo3/cms-core version requirement
- [TASK] updates CHANGELOG and README
- [CLEANUP] updates code formatting and migrates changes from parent objects/ overrides
- [WIP][!!!] updates extension to be compatible with TYPO3 v11
- [TASK] updates DataHandler XClass accordingly
- [TASK] updates default sequenced table list in ext_conf_template.txt
- [CLEANUP] run dos2unix on all extension files
- [TASK] adds LICENSE and README
- [CLEANUP] removes obsolete $_EXTKEY variable from ext_localconf
- [TASK] updates composer.json -> updates typo3/cms-core version requirement
- [TASK] updates composer.json -> updates typo3/cms-core version requirement
- [TASK] updates composer.json -> fixes replace syntax again and adds typo3/cms-core requirement
- [TASK] adds .gitignore
- [TASK] updates composer.json
- [BUGFIX] updates TYPO3Service constructor to use new $GLOBALS['TYPO3_CONF_VARS'] structure
- [CLEANUP] updates composer.json
- [BUGFIX] changes DataHandler->currentSuggestUid to public to prevent exceptions in DataHandlerHook
- [TASK] updates extension assets to v10 extension schema
- [TASK] updates composer.json to fix replace syntax
- [TASK] updates DataHandler for changes in TYPO3 9.5 and compatibility with fluidtypo3/flux
- [TASK] updates composer.json to fix replace syntax
- [TASK] updates DataHandler to TYPO3 9.5
- [TASK] replace $GLOBALS['TYPO3_DB'] with doctrine connections
- [TASK] updates ext_emconf with TYPO3 9.5 dependency
- [TASK] updates DataHandler to TYPO3 8.7
- [TASK] updates ext_emconf with TYPO3 8.7 dependency
- [TASK] updates license in composer.json for packagist compatibility
- [BUGFIX] add use statement for ArrayUtility in DataHandler
- adds boot method to
ext_localconf.php
- replaces className syntax with new
::class
syntax - adds
- fix dependencies in ext_emconf
- adds composer.json
- overwrite \TYPO3\CMS\Core\DataHandling\DataHandler -> insertDB() as well: ** allow $suggestedUid db-sequencing for non-admin BE Users