Version 2.0
This version of Formhandler runs on TYPO3 6.0 or higher only!
TYPO3 4.x is not supported anymore.
Furthermore, Formhandler requires PHP 5.3 or higher from now on.
Updates and Features
General
- #57781: Configurable output file name of PDFs and CSV files in FE and BE.
- New setting outputFileName of Generator_Csv
- New setting outputFileName of Generator_TcPdf
- New setting outputFileName for CSV and PDF export in Backend Module
- #57581: New option "jsFileFooter".
- #46675: Support for cookie less session.
- New setting disableCookies of Session_PHP
- New setting disableCookies of Session_TYPO3
Validator_Default
- #54376:Allow to disable specific error checks for a field.
PreProcessor_LoadDB
- #45746:Support JOIN in PreProcessor_LoadDB.
AjaxHandler_JQuery
- #57529: New setting "ajaxValidationCallback".
Finisher_DB
- #57494: Allow array values in mapping of Finisher_DB.
Finisher_GenerateAuthCode
- #57829: Added possibility to exclude params from auth URL and removed usage of "no_cache" in favor of a cHash.
- New setting "table" for PreProcessor_ValdiateAuthCode
- New setting "uidField" for PreProcessor_ValdiateAuthCode
Finisher_Mail
- #46215: Allow embedding images in emails.
Bug fixes
General
- #57813: ErrorCheck notDefaultValue does not work.
- #57905: Subpart-parsing of master-templates does not allow nested master templates.
- #58513: PHP warning on a page with formhandler plugin in QuickEdit mode.
- #58892: Blank errorCheck throws error.
- #57595: Marker ###maxStep### is empty, when setting template files for each step.
AjaxHandler_JQuery
Generator_Csv
- #56606: Typo in Generator_Csv resulting in wrong default output encoding.
PreProcessor_LoadDB
- #57033: PreProcessor_LoadDB fails to load multiple files.
Finisher_DB
- #57726: Illegal string offset 'postProcessing.'.
Finisher_Mail
- #58958: Can't set attachment to a cObject.