By Thomas Esders
Although the TYPO3 developers clearly write down all changes, it is not very easy to understand and convenient for people who just want to know the interesting changes. This document aims to give you a short sum-up.
This document is made for all TYPO3 users who would like to have a short overview of what has changed in the new TYPO3 release version 4.0.1. This is a maintenance release, it does not contain any feature enhancements.
The update to this version should be straight forward. For details on how to update a TYPO3 installation see [1]. For latest news on this TYPO3 release see [2].
The Update Wizard which was introduced in TYPO3 4.0 has been slightly reworded to make the functionality more easy to understand. Additionally, the typo3temp/ subdirectories were not created automatically which caused warnings in the Install Tool. This bug has been fixed.
In this release, more than 60 bugs have been fixes. Here are some of the most important:
The HTTP status was incorrect for pageNotFound_handling when external URL is specified as 404 page
The Mail forms did not work with <input type="image"> submit buttons
Frontend Editing: edit form on page did not work in TYPO3 4.0
Several issues for "CSS styled content" have been resolved
Linking images to hidden pages resulted in click-enlarge
Wrong HTTP status 503 was sent when $TSFE->set_no_cache() was called from a plugin
config.formMailCharset did not work
Some broken references to the “media” folder have been fixed
Fixed RTE bug: images were removed under some special conditions when saving
config.spamProtectEmailAddresses returned garbled links sometimes
Localized flexforms did not work properly
Extension manager: The label for enabling unreviewed extensions is more clear now. The search scope (all/reviewed) is displayed on the import extensions page.