Marc Bastian Heinrichs
Marc Bastian Heinrichs
Follow up of PR #2035 TODOs: * Tests * complete strict_types * ... If you wanna test this patch, register your model in `ext_localconf.php` ``` $domainObjectObserverRegistry = \TYPO3\CMS\Core\Utility\GeneralUtility::makeInstance( \ApacheSolrForTypo3\Solr\IndexQueue\DomainObjectObserverRegistry::class );...
This is a regression from change ca9bbe4b26d835925c89cea7723662c27050373a. Using attribute languages including default language 0 it's missing in the menu now. In `getLanguagesFromSysLanguage` the default language is added in any case:...
Resolves: #327
* Change fingerprints count only for single visitor * select only visitors that not already have a fingerprint relation in visitor column. Prevents broken relations on a second run, if...
Two issues: 1) visitor WHERE is missing https://github.com/in2code-de/lux/blob/develop/Classes/Update/UpdateFingerprintRelationsUpgradeWizard.php#L50 2) In a second run (first was not finished) also visitors get selected where fingerprints colums already contains the count, which scrambles...
Code loads the complete tables in memory.
Just noticed in an older version that PageFieldMappingIndexer::resolveFieldValue has not the "ensureFieldValueType" feature like AbstractIndexer. Checked the latest version and it seems nothing changed till now. Will add more information...
I noticed flodding of sys log with `Core: Error handler (FE): PHP Warning: Creating default object from empty value in ... SearchResultSetService.php line 206` Version 8.x here, but I think...