Georg Ringer

Results 78 issues of Georg Ringer

The tstamp and starttime fields of a record are optional and must be checked properly, otherwise exception like ``` An error occurred while initializing the index queue: PHP Warning: Undefined...

**Feature request:** The events provided by EXT:solr don't allow to change any properties by a EventListener. This makes it less usable for 3rd party extensions. The properties are either readonly...

This pull request applies code style fixes from an analysis carried out by [StyleCI](https://github.styleci.io). --- For more information, click [here](https://github.styleci.io/analyses/wOLxYZ).

label `LLL:EXT:frontend/Resources/Private/Language/locallang_tca.xlf:pages.description_formlabel` has been moved with https://review.typo3.org/c/Packages/TYPO3.CMS/+/81826

taken from slack https://typo3.slack.com/archives/C03AM9R17/p1682678678700979?thread_ts=1682672970.720389&cid=C03AM9R17 ```php // use TYPO3\CMS\Core\Site\SiteFinder; // use TYPO3\CMS\Core\Utility\GeneralUtility; public function createLink(int $pageId, array $arguments = [], bool $absolute = false): string { $site = GeneralUtility::makeInstance(SiteFinder::class)->getSiteByPageId($pageUid); return (string)$site->getRouter()->generateUri(...

Updated a project and got some warnings