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

Sebastian Kurfürst sebastian at typo3.org
Tue Jun 22 13:20:27 CEST 2010


Hey everybody,

I just included Extbase and Fluid version 1.2.0 in trunk, ready for
inclusion in 4.4 Final.

The following issues have been solved since the last RC:

Fluid -- no changes, except the version number increase.

Extbase changes from 1.2.0 RC1 to 1.2.0 RC2 (Extbase RC2 was included in
the last 4.4 Release Candidate)

[+BUGFIX] Extbase (Persistence): Lazy loading of objects no longer
triggers unneeded database update of related objects. Thanks to
Franz-Xaver Koch. Resolves #6130.
[+BUGFIX] Extbase (Persistence): Fixed a bug where extbase got into a
recursion during persistence.
[+BUGFIX] Extbase (Persistence): Changes made to a domain object sitting
at a "dirty" property get persisted now. Resolves #8244.
[+BUGFIX] Extbase (Persistence): Fixed processing of one-to-one
relations with intermediate table. Resolves #8362.
[+BUGFIX] Extbase (Persistence): Follow-up to r2371. Fixed NULL
initialization and documentation. Related to #8320.
[+BUGFIX] Extbase (Persistence): Fixed a problem where the third
argument was mandatory, when calling Query->statement. Resolves #8320.
[+BUGFIX] Extbase (MVC): Using TypoScript configuration option
"forceAbsoluteUrl" instead of prepending the current BaseUri when
creating absolute URIs. This resolves #8260. This relates to #5248.
Thanks to Thomas Deinhamer and Benni Mack for your feedback!

Extbase changes from RC2 to now:


[+BUGFIX] Followup for #6130. SplObjectStorages don't have a method
_memorizeCleanState. So better call it in function
mapResultToPropertyValue, also in order to fix the initial issue on all
places where mapResultToPropertyValue is called (it's 3 times for now).
Some cosmetics and cleanups


Greets,
Sebastian
PS: Thanks Xavier for explaining svn merge to me -- it's really easy now ;)


More information about the TYPO3-team-core mailing list