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

Revision
User
Reinhard Führicht
Date
2011-09-23 11:40:56

Lower memory consumption of Formhander (#29162)

Revision
User
Reinhard Führicht
Date
2011-09-23 11:34:40

Use files.replace for schemeMarkers too (fixes #29456)

Revision
User
Reinhard Führicht
Date
2011-09-23 11:31:37

Added an option to include the field names in generated CSV files called "addFieldNames" (resolves #30009)

Revision
User
Reinhard Führicht
Date
2011-09-23 11:06:04

Changed the marker replacement to make htmlspecialchars in the view ignore the arrayValueSeparator (fixes #30042)

Revision
User
Reinhard Führicht
Date
2011-09-23 10:57:48

Corrected wrong Typoscript in the examples for clearing temporary files (resolves #29839).

Revision
User
Reinhard Führicht
Date
2011-09-21 15:39:31

New error check "url" (resolves: #30031)

Revision
User
Reinhard Führicht
Date
2011-08-31 09:49:37

Applied security patch from version 0.9.15

Revision
User
Reinhard Führicht
Date
2011-08-30 17:03:03

I screwed up the last commit comment. So here it is: Fixed bug in ErrorCheck_EqualsField and ErrorCheck_NotEqualsField (fixes #29152).

Revision
User
Reinhard Führicht
Date
2011-08-30 16:59:32
Revision
User
Reinhard Führicht
Date
2011-08-10 17:37:11

Perform htmlspecialchars on the randomID field and other hidden fields. This is done in additional to the XSS removal of Interceptor_Filtreatment.

Revision
User
Reinhard Führicht
Date
2011-08-10 17:36:12

Backend module "Clear logs" was broken

Revision
User
Reinhard Führicht
Date
2011-08-10 14:24:47

If a component is not found by the component manager , the additional include paths are checked again and the cache is updated.

Revision
User
Reinhard Führicht
Date
2011-08-10 11:21:19

Fixed bugs in file related error checks.

Revision
User
Reinhard Führicht
Date
2011-08-09 17:42:20

Do not store all predefined forms in the session, but only the current one.

Revision
User
Reinhard Führicht
Date
2011-08-09 15:24:02

New TS setting "type" for PreProcessor_LoadDB to enable preloading of file upload fields. Fixes #26834

Revision
User
Reinhard Führicht
Date
2011-08-09 15:17:18

New TS setting "uniqueFormID". Fixes #28478 : inserted_uid from Tx_Formhandler_Logger_DB not available

Revision
User
Reinhard Führicht
Date
2011-08-09 14:56:52

Run Interceptor_FormProtection automatically only if TYPO3 version is higher than 4.5.2

Revision
User
Reinhard Führicht
Date
2011-08-08 15:42:14

Removed "readOnly" flag for the log table. Using "adminOnly" instead. (fixes #28479)

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

Replaced DOCUMENT_ROOT with PATH_site to make file uploads work with webs where TYPO3 is not in the root dir (fixes #8778)

Revision
User
Reinhard Führicht
Date
2011-07-29 13:31:49

Documentation changes

Revision
User
Reinhard Führicht
Date
2011-07-28 19:32:40

Additional fixes in the documentation

Revision
User
Reinhard Führicht
Date
2011-07-28 17:11:56

Fixed documentation bugs

Revision
User
Reinhard Führicht
Date
2011-07-27 21:24:40

Make CSV files attachable to an email (resolves #27767). Warning: The TS setting "attachPDF" got removed in favor of "attachGeneratedFiles". See manual for details.

Revision
User
Reinhard Führicht
Date
2011-07-27 21:11:06

Protect Formhandler forms using the TYPO3 form protection API (resolves #28315)

Revision
User
Reinhard Führicht
Date
2011-07-27 20:42:39

Refactor Error Checks (resolves #28524). Warning: Structure of error check classes has changed! fileAllowedTypes is now a mandatory error check for file upload fields.

Revision
User
Reinhard Führicht
Date
2011-07-25 16:53:03

Added documentation for Finisher_SetLanguage, Finisher_RestoreLanguage and Finisher_StoreGP

Revision
User
Reinhard Führicht
Date
2011-07-25 15:41:10

Documentation update: Restructured TypoScript options listings of generators to make them look like the listings of all other components.

Revision
User
Reinhard Führicht
Date
2011-07-25 15:26:20

Removed some typing errors in the manual

Revision
User
Mathias Bolt Lesniak
Date
2011-07-25 14:11:32

Documented undocumented showHidden property in isNotInDBTable and isInDBTable error checks in manual.

Revision
User
Reinhard Führicht
Date
2011-07-21 10:45:31

Documentation update. Added some missing properties.

Revision
User
Reinhard Führicht
Date
2011-07-19 12:15:24

Cleanup: Removed @static from phpdoc comments

Revision
User
Reinhard Führicht
Date
2011-07-19 09:01:39

Allow components in custom packages to be prefixed with another package name.

Revision
User
Reinhard Führicht
Date
2011-07-18 16:41:59

Removed a few PHP warnings

Revision
User
Reinhard Führicht
Date
2011-07-18 11:37:01

class.formhandler_htmlmail.php never sets the return path (fixes #27839)

Revision
User
Reinhard Führicht
Date
2011-07-18 10:47:13

New component PreProcessor_ValidateAuthCode (resolves #13978)

Revision
User
Reinhard Führicht
Date
2011-07-18 10:30:47

Use a local variable instead of an instance variable for formValuesPrefix in PreProcessor_LoadGetPost

Revision
User
Reinhard Führicht
Date
2011-07-18 10:27:10

When throwing an exception only print the according file name if debug mode is on.

Revision
User
Johannes Feustel
Date
2011-07-17 00:53:22

Follow up to #25788. Fatal Error in Finisher GenerateAuthCode (fixes #28261)

Revision
User
Reinhard Führicht
Date
2011-07-15 12:04:29

New error check "fileMaxTotalSize" (resolves #28177)

Revision
User
Reinhard Führicht
Date
2011-07-13 11:45:10

"disableIPlog" setting was spelled wrong in the manual

Revision
User
Reinhard Führicht
Date
2011-07-13 11:39:43

PreProcessor_ClearTempFiles does not delete old files (fixes #28166)

Revision
User
Reinhard Führicht
Date
2011-07-12 12:10:46

Feature: Possibility to exclude certain fields from logging (resolves #28116)

Revision
User
Reinhard Führicht
Date
2011-07-07 16:34:00

Moved PRINT_LINK generation to a separate Generator (Generator_Print) (resolves #27953)

Revision
User
Reinhard Führicht
Date
2011-07-07 15:28:00

ControllerForm processAction generates PHP warning (fixes #27946)

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

Units in minSize maxSize file markers create and ugly space after (fixes #27942)

Revision
User
Reinhard Führicht
Date
2011-07-06 17:58:43

Option to change delimiter and charset in backend csv (resolves #9769)

Revision
User
Reinhard Führicht
Date
2011-07-06 17:37:25

checkbox values not submitted correctly (fixes #14051)
Follow-Up fix: #26637 problem with parameter loading with action=show

Revision
User
Reinhard Führicht
Date
2011-07-06 17:25:25

Last commit lacked the commit comment: problem with parameter loading with action=show (fixes #26637)

Revision
User
Reinhard Führicht
Date
2011-07-06 17:24:21
Revision
User
Reinhard Führicht
Date
2011-07-06 17:07:31

Substitute certain special characters in file names of uploaded files (resolves #27911)

Revision
User
Reinhard Führicht
Date
2011-07-01 09:39:14

Follow up to #25788. Backend module didn't work after the commit.

Revision
User
Reinhard Führicht
Date
2011-06-27 15:15:48

WARNING: BIg update. Updated the static classes Globals and StaticFuncs to non static classes, renamed StaticFuncs to UtilityFuncs. (fixes #25788)

Revision
User
Reinhard Führicht
Date
2011-06-21 12:20:21

Follow-Up to "Cache Component manager search results". Here comes the ext_localconf.php

Revision
User
Reinhard Führicht
Date
2011-06-21 12:19:57

Follow-Up to "Cache Component manager search results". Forgot to commit the file containing the clear cache hook.

Revision
User
Reinhard Führicht
Date
2011-06-21 11:05:21

Cache Component manager search results (fixes #26176)

Revision
User
Reinhard Führicht
Date
2011-06-21 10:57:46

Allow to disable any component array + Added possibility to disable the default configuration validation (fixes #26868)

Revision
User
Reinhard Führicht
Date
2011-06-21 10:31:47

Fixed error in documentation (fixes #27096)

Revision
User
Reinhard Führicht
Date
2011-06-21 10:28:46

Fixed PRINT_LINK (fixes #27302)

Revision
User
Reinhard Führicht
Date
2011-06-21 10:14:12

Do not loop through every field in AJAX validation, when only a single field is checked (#27581)

Revision
User
Reinhard Führicht
Date
2011-06-21 09:58:36

Performance tuning for the AJAX calls (fixes #27581)

Revision
User
Reinhard Führicht
Date
2011-06-21 09:41:42

Total steps weren't calculated (fixes #27330)

Revision
User
Mathias Bolt Lesniak
Date
2011-06-20 14:03:57

Feature #11248 - Defining default unchecked value for checkboxes

Revision
User
Reinhard Führicht
Date
2011-05-19 17:23:54

MAke the settings "key_value" available for Finisher_DifferentDB too (fixes #26857)

Revision
User
Reinhard Führicht
Date
2011-05-18 16:06:23

- Documentation update (fixes #26797 and #26793)

Revision
User
Reinhard Führicht
Date
2011-05-05 11:13:12

Make date format of the options "special = sub_datetime" in Finisher_DB configurable.

Revision
User
Reinhard Führicht
Date
2011-05-05 10:57:40

PreProcessing failed in Finisher_DB (fixes #26629)

Revision
User
Reinhard Führicht
Date
2011-04-26 16:41:39

Fixed copy/paste error in Validator_Ajax

Revision
User
Reinhard Führicht
Date
2011-04-26 11:49:08

Various fixes for PDF generation

Revision
User
Reinhard Führicht
Date
2011-04-21 16:23:39

Fixed bug when using conditions fordifferent email templates.

Revision
User
Reinhard Führicht
Date
2011-04-21 14:49:33

Fixed issue in controller when using different template file for each step of a multistep form.

Revision
User
Reinhard Führicht
Date
2011-04-21 11:56:57

Allow LLL markers in list of uploaded files in combination with AJAX based file removal.

Revision
User
Reinhard Führicht
Date
2011-04-19 16:50:20

Removed a print command

Revision
User
Reinhard Führicht
Date
2011-04-19 16:47:51

Fixed bug in condition parsing. != and = did not work properly.

Revision
User
Reinhard Führicht
Date
2011-04-19 14:27:01

Fixed support for wt_calculating_captcha, dropped support for simple_captcha.

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

ext_emconf and changelog update due to TER upload