This document is a part of the TYPO3 project. TYPO3 is an open source web
content management system released under the GNU GPL. TYPO3 is copyright
(c) 1999-2012 by Kasper Skaarhoj.
This document contains information about TYPO3 version 6.2 has been released
on MONTH-NAME XXth 2013.
An up-to-date version of this document also containing links to further in
depth information can be found here:
http://wiki.typo3.org/TYPO3_6.2
===============================================================================
Compatibility
===============================================================================
-------------------------------------------------------------------------------
System environment
-------------------------------------------------------------------------------
-------------------------------------------------------------------------------
Deprecated and removed components
-------------------------------------------------------------------------------
===============================================================================
Changes and Improvements
===============================================================================
-------------------------------------------------------------------------------
General
-------------------------------------------------------------------------------
-------------------------------------------------------------------------------
Logging
-------------------------------------------------------------------------------
* The logger of the Logging API now complies with the PSR-3 standard of the
PHP Framework Interop Group: http://www.php-fig.org/psr/3/
-------------------------------------------------------------------------------
Backend
-------------------------------------------------------------------------------
-------------------------------------------------------------------------------
Administration / Customization
-------------------------------------------------------------------------------
-------------------------------------------------------------------------------
Extbase
-------------------------------------------------------------------------------
* Recursive object validation
Validation of object structures in extbase is now done recursively. If a tree
of objects is created by the new property mapper, not only the top level object
is validated, but all objects.
* Allow empty validation
In order to make a property required you now need to add the NotEmptyValidator
to your property. The return value of validators is now optional.
-------------------------------------------------------------------------------
Fluid
-------------------------------------------------------------------------------
* Image view helper does not render title tag by default
In previous versions of fluid the image view helper always rendered the
title attribute. If not set, the value of the required alt attribute was set as
title.
This fallback was removed with version 6.2. If not specifically set, title
is not rendered anymore.
Example:
Fluid Tag
will render
and not
