Daniel Siepmann

Results 9 issues of Daniel Siepmann

Given the following setup within `composer.json` of a project: ``` "repositories": [ { "type": "path", "url": "local_packages/*" } ], ``` One can provide project specific composer packages within `local_packages`. We...

Controllers should not be covered with unit, but functional tests. We therefore migrate the existing tests. Relates: #1569

**Describe the bug** The documentation mentions the option `tx_solr.search.query.getParameter`: > The GET query parameter name used in URLs. Useful for cases f.e. when a website tracking tool does not support...

**Describe the bug** EXT:solr initializes its own TSFE in frontend to retrieve TypoScript configuration. The initialization will parse the TypoScript with all conditions. But no variables are passed to the...

## Goal Streamline how to execute tasks. Right now there are two ways, we should focus on a single recommended way. We decided to only recommend `runTests.sh`. This is currently...

runTests.sh
task

To cover more functionalities of the controller and template. Resolves: #1846

We have the situation that we are upgrading from TYPO3 v11 to v13. We have a database table with location. Each of them can optionally have a URL, stored inside...

### What are you trying to achieve? We have one TYPO3 installation as a mono repository. This provides extensions for different TYPO3 installations, installed via composer during deployment. Those have...