Some very useful tables to give a quick overview about the features in different versions of Extbase and Fluid.
Extbase and Fluid are key technologies in the transition from TYPO3 4.x/6.x to Phoenix. As both are subject to rapid evolvement, the specific flavours incorporated into current TYPO3 versions (stable, old stable, LTS, deprecated) are quite different concerning the feature set they support. Helmut Hummel of naw.info posted some very useful tables on his blog after combing through the change logs. They show which feature is present in which version and will probably save you a lot of experimenting, searching, and debugging.Thanks a lot for the effort!
Extbase Features | TYPO3 4.4 | TYPO3 4.5 | TYPO3 4.6 | TYPO3 4.7 |
---|
| extbase 1.2 | extbase 1.3 | extbase 1.4 | extbase 4.7 |
---|
Automatic target page determination | | x | x | x |
Configurable plugin namespace | | x | x | x |
Dependency Injection | | (x) | x | x |
plugins as content elements | | x | x | x |
Default Orderings & QuerySettings | | x | x | x |
response format configurable in TypoScript | | | x | x |
new Property Mapper | | | (x) | x |
Signal Slot | | | x | x |
Command Controller | | | x | x |
CommandController commands through Scheduler | | | | x |
Dependency Injection without inject-methods | | | | x |
Shorthand syntax for foreign Validators | | | | x |
Fluid Features | TYPO3 4.4 | TYPO3 4.5 | TYPO3 4.6 | TYPO3 4.7 |
---|
| fluid 1.2 | fluid 1.3 | fluid 1.4 | fluid 4.7 |
---|
Fluid Standalone view | | x | x | x |
Widgets | | x | x | x |
CommentViewHelper | | | x | x |
RawViewHelper | | | x | x |
Set layoutName by variable | | | x | x |
Template Cache | | | x | x |