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.13

Revision
User
Reinhard Führicht
Date
2011-04-06 10:05:31

Corrected error in Finisher_Mail

Revision
User
Reinhard Führicht
Date
2011-04-06 10:01:12

Replaced preg_match where it is not necessary

Revision
User
Reinhard Führicht
Date
2011-04-06 09:52:14

Corrected typo in LoggerDB

Revision
User
Reinhard Führicht
Date
2011-04-06 09:44:26

New Method for Session classes: setMultiple. This way multiple values can be stored at once, which should slightly increase performance.

Revision
User
Reinhard Führicht
Date
2011-04-06 09:30:28

Reset session in Interceptor_AntiSpamFormTime after SPAM is detected (fixes #13163)

Revision
User
Reinhard Führicht
Date
2011-04-05 17:27:29

Follow-Up: Prevent race condition in captcha validation

Revision
User
Reinhard Führicht
Date
2011-04-05 17:24:39

Prevent race condition in captcha validation

Revision
User
Reinhard Führicht
Date
2011-04-05 17:17:49

New Component "Session" to write your own session storage.

Revision
User
Reinhard Führicht
Date
2011-04-05 16:46:34

Make pid for LoggerDB configurable (fixes #25756)

Revision
User
Reinhard Führicht
Date
2011-04-05 16:43:45

New TS setting skipView = 1 lets you skip the view and jump right to the finishing tasks

Revision
User
Reinhard Führicht
Date
2011-03-22 18:40:12

Text changes in the How to upgrade from th_mailformplus in the manual (fixes #13092)

Revision
User
Reinhard Führicht
Date
2011-03-22 17:01:41

Fixed generation of authCodeUrl in Finisher_GenerateAuthCode to work without baseUrl (fixes #13927)

Revision
User
Reinhard Führicht
Date
2011-03-16 09:51:23

Overwrite automatically added classes like Interceptor_Filtreatment using either Tx_Formhandler_Interceptor_Filtreatment in your TS setup or Interceptor_Filtreatment (#13780)

Revision
User
Johannes Feustel
Date
2011-03-14 14:09:26

- Removed outdated comment

Revision
User
Johannes Feustel
Date
2011-03-14 12:19:54

Fixed uploaded files have wrong permissions (fixes #13817)

Revision
User
Mathias Bolt Lesniak
Date
2011-03-13 14:35:12

Feature #13587 TS configurable Header and Footer in Generator_TcPdf

Revision
User
Reinhard Führicht
Date
2011-03-07 17:44:07

- Added ability to use a separate template for each step and the different mail modes. PDF and SUBMITTED_OK will follow

Revision
User
Reinhard Führicht
Date
2011-03-02 17:44:43

- New exception message if Finisher_DB has insufficient config

Revision
User
Reinhard Führicht
Date
2011-02-21 11:09:19

Follow-Up for #12751: Debuggers didn't work because they weren't initialized.

Revision
User
Reinhard Führicht
Date
2011-02-21 10:38:03

Moved auth code generation in Finisher_GenerateAuthCode to a separate function (fixes #13080).

Revision
User
Reinhard Führicht
Date
2011-02-18 18:19:43

Added undefined variable $langFiles to Controller_Form

Revision
User
Reinhard Führicht
Date
2011-02-18 17:21:26

New feature: Use markers like ###submit_nextStep_suffix### to pass a special suffix value via the submit button (fixes #11663)

Revision
User
Reinhard Führicht
Date
2011-02-18 16:46:46

New component: Debuggers (fixes #12751)

Revision
User
Reinhard Führicht
Date
2011-02-18 16:08:37

Changed regular expression for replacement of master template markers (fixes #13165)

Revision
User
Reinhard Führicht
Date
2011-02-15 16:13:14

Additional fixes in handling of checkboxes (fixes #12943)

Revision
User
Reinhard Führicht
Date
2011-02-11 14:23:45

Added the full manual.sxw to SVN again (fixes #12975)

Revision
User
Reinhard Führicht
Date
2011-02-11 12:15:43

Documentation update (fixes #12937, #12936, #12763, #12762, #12737, #12674)

Revision
User
Reinhard Führicht
Date
2011-02-11 11:54:54

Fixed storing of checkbox values (fixes #12943)

Revision
User
Reinhard Führicht
Date
2011-02-11 11:44:17

Small security tweak for URL of Generators.

Revision
User
Reinhard Führicht
Date
2011-02-11 11:32:43

Removed unneeded condition for GP parameter "dontReset" (fixes #12755)
Fixed PDF output using WebkitPDF

Revision
User
Reinhard Führicht
Date
2011-02-11 10:57:14

Error checks isInDBTable and isNotInDBTable will show an occurring SQL error in debug mode now (fixes #12764)

Revision
User
Reinhard Führicht
Date
2011-02-11 10:33:50

Changed a header('location ...') call to use StaticFuncs::doRedirect (fixes #12925)

Revision
User
Reinhard Führicht
Date
2011-02-03 14:52:44

Changed labels containing "$s" instead of "%s" (fixes #12757)

Revision
User
Reinhard Führicht
Date
2011-02-03 14:37:30

Added docblock for AbstractComponent (fixes #12736)

Revision
User
Reinhard Führicht
Date
2011-02-03 14:35:36

Version number and changelog update due to TER update