Timo Webler

Results 16 issues of Timo Webler

**Describe the bug** The TypoScript option `faceting.facets.[facetName].showEvenWhenEmpty` or `plugin.tx_solr.search.faceting.showEmptyFacets` do not show empty facets at frontend **To Reproduce** Steps to reproduce the behavior: 1. Activate one facet with option `showEvenWhenEmpty`...

**Describe the bug** Numeric Range Facet does not support negativ value "-1". **To Reproduce** Steps to reproduce the behavior: 1. A numeric range facet with negativ value "-1" 2. Open...

Add test environment 8.1, 8.2 and 8.3

See https://github.com/helhum/dotenv-connector/pull/42

After creating a new backend user the login does not work anymore. Error message: ``` No implementation found to handle given hash. This happens if the stored hash uses a...

enhancement

With [typo3_console 5.0.0](https://github.com/TYPO3-Console/TYPO3-Console/releases/tag/5.0.0) the support for the TYPO3 binary was dropped. So method `typo3_cli` does not work anymore.

Remove support for TYPO3 10 Resolves: #17

Hi, i tested the branch `task/typo3v12` but that is not compatible with version 12. ``` Fatal error: Declaration of Smic\DynamicRoutingPages\Xclass\SiteConfiguration::write(string $siteIdentifier, array $configuration): void must be compatible with TYPO3\CMS\Core\Configuration\SiteConfiguration::write(string $siteIdentifier,...

The path to file `typo3/autoload-include.php` is an absolute path. Composer use an hash to the file for the include. So the hash changes for different paths. This is very common...