[TYPO3-core] FYI: Raised Extbase and Fluid versions to 0.9.10

Sebastian Kurfürst sebastian at typo3.org
Tue Oct 20 05:55:56 CEST 2009


Hello everybody,

I just raised extbase and fluid to 0.9.10 in Core.

The major changes were the following: (Please include them in the
release notes), as two of them were breaking:

!!! Extbase (Configuration): Moved _LOCAL_LANG from
plugin.tx_XXX.settings._LOCAL_LANG to plugin.tx_XXX._LOCAL_LANG. THIS IS
A BREAKING CHANGE for Users. Resolves #4905.
[BUGFIX] Extbase (Utility): Extracting translation code from Translation
ViewHelper to utility class.
http://forge.typo3.org/issues/show/4905

* Issue #4218: Support for properties of nested objects using
"property"-argument
http://forge.typo3.org/issues/show/4218

Extbase (Security): Added a HMAC generator and checker to prevent
unauthorized access on objects where no edit fields were generated for.
It is mandatory in case objects are modified on the server side. See the
issue for a more in-depth explanation. This feature does NOT break
backwards-compatibility as long as you use only Fluid for
form-generation. In case of custom fields, it WILL break backwards
compatibility, and you might need the @dontverifyrequesthash annotation.
Resolves #4960.
[+FEATURE] Fluid (ViewHelpers): Added a request hash to all form fields.
It is mandatory in case objects are modified on the server side. Relates
to #4960.
http://forge.typo3.org/issues/show/4960


Greets,
Sebastian


More information about the TYPO3-team-core mailing list