This project is no longer maintained and no further public releases are planned.

No further support will be given.

Feel free to fork the git repository.

Version 0.9.14

Revision
User
Reinhard Führicht
Date
2011-04-15 10:51:00

Bugfix: Classes which are added to the configuration automatically by Formhandler didn't check properly if the class is already configured in TypoScript.

Revision
User
Reinhard Führicht
Date
2011-04-15 10:17:27

Fixed occasional fatal error in dispatcher.

Revision
User
Reinhard Führicht
Date
2011-04-15 09:46:19

Corrected bug in the processing of the mapping in Finisher_DB (fixes #25950)

Revision
User
Reinhard Führicht
Date
2011-04-15 09:41:51

Added possibility to configure a separate template file for each step and each finisher/interceptor.

Revision
User
Reinhard Führicht
Date
2011-04-14 17:06:28

Allow cssFile and jsFile to be a String / cObject or Array. If it is an Array, allow each item to be a cObject.

Revision
User
Reinhard Führicht
Date
2011-04-14 17:01:09

Fixed bug in readTemplateFile(). No cObject was possible as value.

Revision
User
Reinhard Führicht
Date
2011-04-14 16:54:33

Corrected typo in StaticFuncs. Formhandler_Globals was used instead of Formhandler_StaticFuncs

Revision
User
Reinhard Führicht
Date
2011-04-13 18:42:01

New TS setting "doNotSanitizeFields" for Interceptor_Filtreatment (fixes #25951)

Revision
User
Reinhard Führicht
Date
2011-04-13 16:51:06

New Finishers "SetLanguage" and "RestoreLanguage" (closes #25822)

Revision
User
Reinhard Führicht
Date
2011-04-13 16:05:28

Move validateConfig() to AbstractComponent and call it in the right places in the Controller

Revision
User
Reinhard Führicht
Date
2011-04-13 10:04:29

Removed unused field in multistep conditions example

Revision
User
Reinhard Führicht
Date
2011-04-13 09:53:57

Built correct AJAX URL to prevent error when using EXT:realurl (fixes #25889)

Revision
User
Reinhard Führicht
Date
2011-04-13 09:44:42

Initialize debuggers before the first debug message gets logged (fixes #25932)

Revision
User
Reinhard Führicht
Date
2011-04-13 09:38:20

Replaced empty() with strlen() in ErrorCheck_Captcha (fixes #25930)

Revision
User
Reinhard Führicht
Date
2011-04-08 16:26:07

Corrected typo which resulted in a not replaced FORM_ENDBLOCK (fixes #25855)

Revision
User
Reinhard Führicht
Date
2011-04-08 15:45:45

Make setting "authCodePage" of Finisher_GenerateAuthCode be a String or cObject.

Revision
User
Reinhard Führicht
Date
2011-04-08 15:13:07

Added "additionalParams" setting to Interceptor_AntiSpamFormTime and Interceptor_IPBlocking

Revision
User
Reinhard Führicht
Date
2011-04-08 14:55:16

Removed redundant if-else stuff when using StaticFuncs::getSingle

Revision
User
Reinhard Führicht
Date
2011-04-08 12:09:04

Make "debug" setting 1,0 or cObj.

Revision
User
Reinhard Führicht
Date
2011-04-08 12:03:05

Removed TS setting "prevStep" as it didn't really have any purpose.

Revision
User
Reinhard Führicht
Date
2011-04-07 15:19:36

- changelog and ext_emconf update due to TER upload