Georg Ringer

Results 73 issues of Georg Ringer

Integrate https://hub.docker.com/r/danielsiepmann/t3-sphinx/ for rendering documentation

enhancement
needs: feedback

TYPO3 10 with ext:solr 11.1.2 and solr version 8.2.0 I currently get the following error in the reports module ``` Argument 1 passed to ApacheSolrForTypo3\Solr\System\Solr\Schema\Schema::setManagedResourceId() must be of the type...

In a246cb8e34d80da6227445c0c800620f16264a00 the amount changed to 1 but should be 10. In the long run it should be configurable

Currently, the autocomplete does use jQuery for just doing a basic ajax call and processing the data. More and more websites don't need jQuery and use more state of the...

There are only a couple of things which need to be fixed to have a basic extension compatible with phpstan: * `: void` to injectmethods * `: void` to setters...

help wanted
task
TYPO3 13
WIP

Having a relation with the type `1:1` generates currently this code: ```php 'config' => [ 'type' => 'select', 'renderType' => 'selectMultipleSideBySide', 'foreign_table' => 'tx_holiday_domain_model_country', 'default' => 0, 'size' => 10,...

I have the problem that I moved a package on github from https://github.com/georgringer/news_subheadline to https://github.com/ext-news/news_subheadline and updated the URL at packagist but it still says that it is not auto-updated....

Support

WIth commit https://github.com/georgringer/news/commit/9297aa5602e167273e53910c0db81bb6fe102a9a the `addQueryString:1` has been added which doesnt work with routing for categories. See also https://stackoverflow.com/questions/69856851/typo3-10-tx-news-version-9-0-0-pagination-of-category-news-lists/69879670?noredirect=1#comment123567446_69879670

Bug

This is a copy of https://forge.typo3.org/issues/86425 **Setup:** Create a Fluid Template containing a simple f:switch: ```html Case 1 Default 1 ``` Create Partial Test: ```html Case 2 Default 2 ```...

bug

see https://forge.typo3.org/issues/89148 for details

bug