CoreCommunity ExtensionsIncubatorDistributionsTYPO3 4.5 ProjectsTYPO3 4.6 ProjectsTYPO3 4.7 ProjectsTYPO3 6.0 ProjectsTYPO3 6.1 ProjectsTYPO3 6.2 Projects (+)

Powermail 1.6.4 released

Many new features and bugfixes.
Added by Alexander Grein almost 2 years ago

New Constants:

Constant                                Function                                                                                Default

moveSubmitToOuterMarker                 Move submit fields (generally) to outer marker                                            0

additionalCssToInputField               Move additional css definitions from surrounding div tags to input tags (old style)       0

emailformat.enableTagsInPlainTextPart   Enable tags in plain text emails to sender or receiver                                    0

caching                                 Allow caching of frontend plugin: Check if powermail frontend output                      0
                                        (first page of php multiple step forms) should be cached. Please empty TYPO3 
                                        frontend cache of all pages containing powermail forms after changing. 
                                        Please do NOT use this feature if a captcha field is on the first page of a form!

js.alwaysInclude                        Enable powermail specific javascript integration on every page.                           0

Possibility to show/hide export icons over pageTSConfig:

tx_powermail_mod1.config {
   xls.enable = 0
   csv.enable = 1
   pdf.enable = 0 //pdf export is not implemented yet
   html.enable = 1
}

Remove plus sign separation for multiple email addresses, because this is also a valid sign in email names
Replace cc with bcc in mails to sender/recipients under TYPO3 4.5 using swiftmailer
Add feature to disable mandatory validation on server side if the css-class of a field is set to "donotcheckmandatory".
Add validation with alpha-w-umlauts and alphanum-w-umlauts
Add hook to manipulate pagebrowser

And about 35 fixed bugs!


Comments