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 1.3.0

The complete changelog is available on Forge.

New TypoScript settings

AjaxHandler_JQuery

ajax {
    class = AjaxHandler_JQuery
    config {
        autoDisableSubmitButton = 1
        alias = j
        validationClasses {
            base = my-custom-base-class
            valid = valid-class
            invalid = invalid-class
        }
    }
}

Finisher_Redirect

  • New setting "headerStatusCode" to set a custom HTTP status code when a redirect is done.

Interceptor_AnitSpamFormTime

  • New setting "headerStatusCode" to set a custom HTTP status code when a redirect is done.
  • New setting "templateFile" to use a custom template file for this class' subpart.

Interceptor_IPBlocking

  • New setting "headerStatusCode" to set a custom HTTP status code when a redirect is done.

PreProcessor_ValidateAuthCode

  • New setting "headerStatusCode" to set a custom HTTP status code when a redirect is done.

Finisher_DB

Generator_TcPdf

New setting "templateFile" to use a custom template file for this class' subpart.

Session_TYPO3

Error check "minItems"

Error check "maxItems"

Error check "betweenItems"

New Features

  • All TypoScript options can be cObjects.
  • All components are called if "skipView" is set, not only Finishers.
  • Error check fileMaxSize checks php ini settings too.

Maintenance

  • Updated TCPDF to version 5.9.162.
  • Removed unused method "componentObjectExists" from ComponentManager.