David Bruchmann
David Bruchmann
Having a markup like this: ``` https://... https://... ``` I can execute this: ``` $item->first('guid')->innerHtml() ``` but this fails: ``` $item->first('link')->innerHtml() ```
**Is your feature request related to a problem? Please describe.** Currently Actions are empty, after the required return value `\Psr\Http\Message\ResponseInterface` has been introduced. **Describe the solution you'd like** I wish...
**Describe the bug** in the templates for images or other resources the url-path is used. This works well with ASCII characters but not with UTF-8 if special characters like Umlaus...
**Describe the bug** File and image definitions in TCA include outdated paths to language files. **To Reproduce** Steps to reproduce the behavior: 1. Create a model with files and images...
**Is your feature request related to a problem? Please describe.** Reading and editing types or palettes in TCA files might by nature a bit difficult but it could be easier...
**Describe the bug** After renaming the model from "Entries" to "Entry" the injection method in the controller is like this, mixing up variables of both names: ``` /** * @param...
**Describe the bug** Renaming of model name is not possible. An error message is shown, and I added a line for debug output to see what's happening, see it on...
I never get .phpbrewrc-files running, no matter which of the following lines I place in the file: phpbrew use 5.6.26 phpbrew use php-5.6.26 phpbrew switch 5.6.26 phpbrew switch php-5.6.26 I...
Currently there are options for perl and PHP but not for python. Would be nice having overview about modules (beside installation-location) and configuration perhaps.
# Bug Report ## Prerequisites * [x] Did you reproduce the problem on TYPO3 core master? * [x] Did you reproduce the problem on TYPO3 v10.4 LTS? * [ ]...