[TYPO3-mvc] TYPO3 4.7 Feature Freeze // Extbase Sprint

Alexander Schnitzler mail at alexanderschnitzler.de
Sun Mar 4 21:37:20 CET 2012


> Anyhow It would be great If you guys could set up an list what has been
> achieved so far, as the release notes currently do not refer to extbase
> at all. I know that this is my fault as I missed to get in touch with
> you boys in time to get to know about the new stuff for the release notes.

There are some really cool new things in Extbase that should be 
mentioned. I do not know all for sure but the following ones are surely 
merged yet:

1) Short Hand Syntax for Validators.
@validate myext:MyValidator instead of @validate 
Tx_Myext_Validation_Validator_MyValidator

https://review.typo3.org/#/c/7148/

2) Backported FLOW3 Debugger
Used via static method Tx_Extbase_Utility_Debugger::var_dump($var);

According to this feature beeing merged the Debug View Helper in Fluid 
has been changed too.

https://review.typo3.org/#/c/7459/

3) Dependency Injections like in FLOW3

Instead of using a method for DI just use an @inject annotation on 
properties.
/**
  * @inject Tx_MyExt_Domain_Repository_FooRepository
  */
protected $fooRepository;

https://review.typo3.org/#/c/6426/

4) You can now use any controller for the scheduler.

https://review.typo3.org/#/c/6933/


These are the new features so far. Maybe I forgot some.
Someone else should say something to the bugs that have been fixed.
Felix Oertel or Stefan Neufeind surely know a lot more.



More information about the TYPO3-project-typo3v4mvc mailing list