Ordering
Now, you can specify an ordering by
$query->setOrderings(
array('name' => Tx_Extbase_Persistence_QueryInterface::ORDER_DESCENDING)
);
Cache clearing
Now, in case you change a record, the cache of the page where the record resides is automatically cleared. This should be the expected behavior for most extensions. In case you need something more sophisticated, you can disable this via TypoScript and roll your own caching! Lateron, it'd be nice to have all this integrated into the TYPO3 Caching Framework, but this is not done yet (anybodyy wants to try out? Contact us!)
Storage folders are now used
Previously, records have been found only globally. Now, you can specify a storage folder either in the extension Content Element or in the page where you add the content element. In case both are empty, the current page is taken.
Bugfixes!
There have been a bunch of additional bugfixes which would only happen in more special circumstances, but thanks to the feedback from you, the community, we have been able to solve them.
Thanks!
I'd like to thank Xavier Perseguers, Nikolas Hagelstein, Frans van der Veen, Joerg Schoppet and everybody I forgot to mention :-) Your testing, problem descriptions, patches and solution ideas have been of really helpful!
Hopefully, some more people will try out Extbase and help us by telling what worked flawlessly and what problems you encountered.
Remember: Use Extbase and Fluid from SVN. We'll update the version integrated into TYPO3 core soon, but did not get around doing that yet.
Greets, and thanks for your continued support,
Sebastian
IMO setOrdering() is a bad name, German readers see http://dict.leo.org/?lp=ende&from=fx3&search=ordering
Why not just setOrder()?