With TYPO3 4.5 LTS, a new version of Extbase and Fluid is shipped, which contains several major features like Dependency Injection and Fluid Widgets. This article gives an overview about the improvements in Extbase and Fluid,...
Prepared queries are now part of the TYPO3 database API. The API is mostly based on PDO's method naming and currently supports SELECT queries. Read on to learn how to take advantage of this enhanced API for your own extensions.
If you have designed an extension which uses FlexForms and have added CSH to that form, you need to make a tiny change for TYPO3 4.5. Read on.
Second day at the code sprint in Stuttgart. Huge success, and the fastest RFC ever commited!
Our first day on the Code Sprint was a big success.
Since alpha2 there is a new backend navigation. The frameset was removed completely and the way the iframes are addressed has been changed. Sure, the old calls still works as there is a compatibility layer, but you should use...
With version 4.5 TYPO3 switch completely to UTF8. As a first step, all files are UTF8-encoded now (in trunk). There was a mixup of encodings before, and we want to have one encoding for all files. Be sure to prepare your IDE for...