Georg Ringer
Georg Ringer
This is a followup of https://github.com/in2code-de/powermail/issues/456#issuecomment-1809333292 There is `plugin.tx_powermail.settings.misc.uploadSize` which is a limitation for a **single** file but what is missing is a limit for the sum of files. Reasons...
Would really like to have the mailmessage setable
using `v12.0.0-beta.2` it is not possible have model attributes with a camel case in it additonally white space in attribute name breaks generated sql
currently using `dev-task/typo3v12-compat` and TYPO3 v12 and got an issue that the ratio is not really respected. config ```yaml tt_address: _all: image: variants: default: sizes: desktop: breakpoints: desktop width: 340...
### Minimal PHP Code Causing Issue - $post = GeneralUtility::_POST('xxx'); + $post = $this->request->getParsedBody()['xxx']; ### Applied rules UseServerRequestInsteadOfGeneralUtilityGetRector UseServerRequestInsteadOfGeneralUtilityPostRector ### Expected Behaviour I guess `$post = $this->request->getParsedBody()['xxx'] ?? null;` would...
## Description I am new to typesense and I am currently providing a custom widget for geosearch like you can find at https://codesandbox.io/p/sandbox/yz2nnnl61?file=%2Findex.js%3A45%2C13-45%2C25 Code looks pretty similiar but now I...
Core just got a new viewhelper to select a country. see https://review.typo3.org/c/Packages/TYPO3.CMS/+/77470 ;) and more input in the rst https://github.com/TYPO3/typo3/blob/main/typo3/sysext/core/Documentation/Changelog/12.2/Feature-99618-ListOfCountriesInTheWorldAndTheirLocalizedNames.rst#available-options EXT:powermail would be a perfect candidate for using this! if...