Version 1.0.0
OpenOffice-Documentation removed. From now on the documentation is available online on www.typo3-formhandler.com
Make sure Finisher_DB sets the value option in mapping, preProcessing and postProcessing only if it is not set by the user (fixes #31965)
Added information to the manual about where to configure a session class (fixes #31185)
ErrorCheck MinItems failed if no checkbox ist activates (fixes #31700)
Correct data type of "formValuesPrefix" in the documentation (fixes #31708)
Debug SQL error message in Finisher_DB when updating a record.
Fixed a bug in Finisher_DB. "andWhere" got added to the SQL query even if not set.
Follow-Up-Patch: Accessing intercepted values in Conditions (fixes #31095)
Examples removed. Examples can soon be found on the new formhandler website.
New TS setting "selectFields" for Finisher_GenerateAuthCode and PreProcessor_ValidateAuthCode to controll which fields are used for the auth code generation (fixes #29114).
Make it possible to use all available markers in the settings of AjaxHandler (fixes #30275)
New subparts "IF_[fieldname]=[value]" (fixes #8980).
News TS option "andWhere" for Finisher_DB (fixes #30434)
Added new icons for extension, module and new content element wizard.
Fixed 2 PHP warnings and removed an unwanted debug output (fixes #31145).
Fixed PHP Warning in Session classes (fixes #31131)
Make it possible to access array fields in selected/checked markers (fixes #31088)
Parse conditions again after the interceptors were called (fixes #31095)
Set default values for delimiter,enclosure and encoding for CSV generated in BE module
Replaced extension icon shown in the new content element wizard and removed the icon for pi2 (resolves #30867).
Removed the flexform field "Store GP". This should be set in TypoScript only using Finisher_StoreGP
Added a new TS option "usePredef" which is useful when calling Formhandler from PHP. (resolves #30603)
Fixed fatal error in Finisher_ClearCache. The TypoScript option was renamed from "cacheCmd" to "pidList". (fixes #30602)
Removed Interceptor_FormProtection since it didn't work well.
Add possibility to define generic error messages for a specific error check (resolves #30402)
Merge settings for a step with global settings instead of overwriting them (fixes #30407)
Make stdWrap hook work without a formValuesPrefix too (fixes #30388)
Fixed a bug in View_Mail causing line breaks to be put throught htmlspecialchars (fixes #30291)