powermail
powermail copied to clipboard
This is the official repository of the TYPO3 extension powermail! Powermail is a well-known, editor-friendly, powerful and easy mailform extension for TYPO3
Hi, _disablePluginInformation_ and _disablePluginInformationMailPreview_ have the same "cat path" : _basic/enable/040_. So, _disablePluginInformation_ doesn't appear in the backend extension configuration form.
In some cases (I haven't investigated further) \In2code\Powermail\Domain\Model\Mail::getMarketingPageFunnelLastPage and \In2code\Powermail\Domain\Model\Mail::getTime might not return int but (empty) string. This will lead to: > TypeError > > In2code\Powermail\Domain\Model\Mail::getMarketingPageFunnelLastPage(): Return value must be...
Prefill cannot be used when caching is enabled even when it is safe to do so (because an action is called that is uncached). This patch allowes using prefill when...
Registration of the user defined form evaluations for email is false. So the evaluation is never tested during the editing process.
Fixes #876
This PR fixes a bug inside `PageRepository::getPropertiesFromUid()` when a non-existent page is queried. In this case, the result is `false` instead of an array. This was already addressed with 618f5ec804063c03c9bb9feb3591b2d742460705,...
Using a slot is nice but currently there is no way to assign items to the view besides using xclass. E.g. https://github.com/thomasrawiel/powermailcaptcha/blob/develop/Classes/Controller/FormController.php as example - `setSettings` can't be used because...
If no mail is sent, the mail variables get persisted as `tx_powermail_domain_model_mail.body` instead of the mail content. This changes the `var_dump` output from HTML to plaintext. Thereby no extra CSS...