Version 0.9.3
Formhandler uses it's own mailer class now which extends t3lib_htmlMail
FIX: initInterceptors were only called the first time the form is shown.
ADD: New settings to add additional include paths. You can create your own components, save them somewhere in fileadmin and enter the path in TypoScript. The component manager will search in typo3conf/ext/*/Classes and in the paths entered in TypoScript for classes.
ADD: feature to send cc and bcc mails
ADD: improved debug output
FIX: wrong usage of strpos in StaticFuncs
Fixed typo in Finisher_DB to make postProcessing work.
Finally fixed issue #4219.
###value_[fieldname]### markers didn't work with arrays in email templates
FIX: added fillSelectedMarkers() call to View_Mail and View_Confirmation
Fixed wrong usage of getTypoLink_URL in various classes and moved doRedirect() methode into Staticfuncs
- ADD: Feature #4137
Save data into more than one DB table.
New settings for Finisher_DB:
special = inserted_uid
special.table = ...
To access uid values of previously inserted records by other Finisher_DB calls.
- Some manual updates
ADD: Feature #4196
Check templateSuffix in TEMPLATE_DF too.
FIX: Bug #4189
Typo in minCount marker for files.
ADD: Feature #4014. New Finisher_GenerateAuthCode to generate a unique token for usage in newsletter registration emails and so on.
- Added section 'How to user your own controller' to manual to close issue #4003,
- Updated ext_emconf with new version number.
- Minor changes in View_PDF,
- Fixed typo in examples,
- Set version back to 0.9.0 since we are still beta.
Added Feature #4008: Return path for emails can now be set in TypoScript.
Additional code changes:
- Reading of template file and language file is now in StaticFuncs.
Fixed #4007: Validators isInDBTable and isNotInDBTable ignore additionalWhere
Fixed #4009: customRemovalText can now be a cObject
First Upload. Mailformplus MVC is becoming Formhandler