David Bruchmann

Results 155 comments of David Bruchmann

`cms-package-dir` is indeed outdated since long time. I found it only in TYPO3 v7.4 and v8, but in v9 it was already removed. Based on `TYPO3\CMS\Composer\Installer\CoreInstaller` it seems to me...

To make it more detailed: the following code is included in the `CoreInstaller`: ``` self::$deprecationShown = true; $this->io->writeError('Config option "cms-package-dir" has not been set or set to a value different...

In the failing tests / github "jobs" for v13 is still `typo3/cms-recordlist` mentioned, that was already removed in v12.

For the output a single attribute `width` or `height` is criticized by lighthouse. So, no matter if the image is processed or not (with an option `noScale`), the missing value...

In TypoScript the option `noScale` is used: https://docs.typo3.org/m/typo3/reference-typoscript/12.4/en-us/Functions/Imgresource.html#noscale I propose to use the same option name.

shouldn't the storage be responsible to deliver the domain?

ok, then I misunderstood the problem.

I just patched the GeneralUtility for it: ``` - $result = explode($delimiter, $string); + $result = explode($delimiter, (string) $string); ```

I propose a label `GUI` for those issues

@bytesinmotion I created a folder with the extension key and moved your json file inside. After this I could open and also change your mini-extension. I added the field `description`...