Version 0.9.8
- FIX: Ajax validation didn't work because of a typo
Bug #9248: String length related ErrorChecks not multibyte compatible
- FIX #9328: Using required only for some fields results to export problems
Feature #8953: Tx_Formhandler_Finisher_DB data dumped to $this->gp
Bug #9294: LoadDefaultValues: "separator" doesn't work in all cases (and code cleanup)
- Feature #7173: TS-setting for separator of checkbox/radiobutton-output
- UPDATE: All parameters for any errorCheck can be cObjects now
- FIX: required markers didn't work for fileRequired error check
Feature #8673: New PreProcessor class (Tx_Formhandler_PreProcessor_LoadDB) for fetching data from DB.
[+BUGFIX] formhandler: Improve Finisher DB - GP inserted_uid - resolves #8729
[BUGFIX] formhandler: Add EnableFields to Validator "IsNotInDBTable" - resolves #8729
- FIX #8093: TS configuration check breaks BE module
- UPDATE: Set tx_formhandler_log to read only.
- FIX #8508: Wrong template parsing when two markers in a line
- UPDATE: Add sql_free_result() in Interceptor_IPBlocking
- FIX #8502: Checkboxes are ignored at condition in Finisher_DB
- FIX: added missing assignments in Finisher_GenerateAuthCode
- FIX: Generate authUrl with baseUrl too.
- FIX: fileRequired checked only currently uploaded files, not files in session too.
- FIX: Add allowTableOnStandardPages for 'tx_formhandler_log'
- FIX: Invalid argument supplied for foreach() in Controller_Form
- FIX: small changes to make BCC and CC emails work without bcc_name and cc_name
- Follow-Up: Corrected a mistake in previous commit
- FIX: Let component manager read the right TS setup if Formhandler is not called from TYPO3, but from the user.
- FIX: Render TypoScript marker only if it is used in the template. This should slightly increase performance and prevent double calling of userFuncs.
- Fixed bug: Disabling a component resulted in an exception
- FIX #8313: Tx_Formhandler_ErrorCheck_MaxLength.php is using $min instead of $max
- FIX #7307: Multiple value checkboxes: Can't load values with _PreProcessor_LoadDefaultValues
- IMPORTANT: Changed all "seperator" to "separator".
- FIX #8160: Preprocessor LoadGetPost doesn't load GPvars
- FIX: escaping of arguments passed to ajax validation added.
- UPDATE: manual updated. Section Finisher_Mail
- UPDATE: Store values in $_SESSION and not in user session. Reason: performance
- UPDATE: Add Interceptor_Filtreatment automatically to saveInterceptors
- UPDATE: Show error message if no TS configuration is found.
- ADDED: #7705 feature to show Thumbnail and Filename
- Fixed: Follow up to: New TS option to let the user remove uploaded files without AJAX
- BIG update:
AJAX validation is now possible
New TS option to let the user remove uploaded files without AJAX
Manual updated
- UPDATE: Changed a foreach loop where passing by reference is not needed.
- UPDATE: Changed order of marker replacement to: isError, error
FIXED: TypoheadsFormhandlerLoggerDB should use Tx_Formhandler_Session::set()
FIXED: small css inclusion bug with T3 4.3
UPDATE: Change stylesheetFile to cssFile in Examples, was changed in rev32752 for #7427
- FIX #7127: Installing Current Release on T3 v. 4.3.2 Prevents Logging-In.. Side-Effect: no more custom flex form files settable in user-TS
- FIX #7335: PreProcessor_LoadDefaultValues only runs at 1st step
- FIX #7448: Text input receive no value if selected checkboxes are above them
- FIX: #7435: linkText of webkitpdf is not inherit
- ADD #7472: New general option to add a Javascript file
- ADD #7509: passing $additionalWhere though Tx_Formhandler_StaticFuncs::getSingle
- FIX: Bug in error checks for min and max file count
- FIX #7305: additionalIncludePaths does not work from predefined config perspective
- UPDATE #7318: "customRemovalText" and "showThumbnails" is not listed in manual
- FIX #7323: Undefined variable: typolinkConf in Tx_Formhandler_AbstractView
- UPDATE #7377: Removed all session_start() and added a static start func to Tx_Formhandler_Session
- FIX #7406: Controller_Form cleares files in session in multistep forms
-FIX: Small bug when using custom validators without config
FIX #7271: print_link in SubmittedOK view is not translated
- Updates in manual
- Updated comments referring to Finisher_Confirmation
- ADD #7097: Configuration check for classes arrays
- UPDATE: requiredSign can now be any cObject.
- Big update, you may need to adopt your conditional multistep forms.
- Rewrite of step handling.
- hidden fields will be added automatically.
- new marker ###HIDDEN_FIELDS###.
- FIX: Form will not resubmit after redirect anymore.
- FIX: Corrected version number to 0.9.8dev
- UPDATE: Version number raised to 0.9.7dev