Stefan Frömken

Results 9 issues of Stefan Frömken

Hello, I'm using content_defender 3.1.3 with container 1.3.1 in TYPO3 10.4.19. Gridelements, flux, fluid_pages, ... is not installed. I have created a 2 col 50/50 container and a 4 col...

Hello, for one of my functional tests I have added `static_info_tables` to `$this->testExtensionsToLoad`. All records of `ext_tables_static+adt.sql` were added successfully, but after `tearDown()` of first test, all tables of `static_info_tables`...

# Feature Request **Is your feature request related to a problem? Please describe.** no **Describe the solution you'd like** An example how to use the card-container and card classes TYPO3...

### Description Hello, I'm very new to colima and I'm sure I have tried colima 6 or 8 month ago. So first of all `colima delete` to start a fresh...

not yet reproduced

Hello, In SendParametersFinisher.php you use curl functions to send request to external resource. It just takes the link and the parameters and send the request no matter if it returns...

enhancement

As mail will be sent by scheduler (BE context), we do not have a TSFE. If working with TS Variables these require a working TSFE. Adding a temporary TSFE like...

bug

Hello, following line breaks as $GLOBALS['LANG'] is not defined: https://github.com/kartolo/direct_mail/blob/944392cb644a7e44111aa20a5cc33c75d50985b9/Classes/SelectCategories.php#L85 I have searched for a while to find out where and when $GLOBALS['LANG'] will be defined. It is only available...

## Bug Report **Current Behavior** Currently, the list view slows down ~600 milliseconds, because of a COUNT query which can not use index. The COUNT query was executed by paginator...

The InputTextElement got new default FieldInformation for `tcaDescription`. It was added with TYPO3 9 and I think we should update our example accordingly. I have tried to keep the example...