[TYPO3-ect] lib/div Revision 6356, towards the action pipe
Fabien Udriot
fudriot at omic.ch
Tue Aug 28 10:07:39 CEST 2007
Question :
- can we add in the "tx_lib_processor" and in
"tx_lib_phpTemplateEngine", the following property ?
var $status = TX_LIB_APS_OK;
It will be automatically extended for all the models and views.
- Can we find a short way to write this :
if(!$pipe->getStatus() == TX_LIB_APS_OK) $this->_die('Unexpected result
statuts in', __FILE__, __LINE__);
Something like :
$pipe->checkStatus(); or $pipe->isOK();
Elmar Hinz a écrit :
> Hello,
>
> this evening I have commited revision 6356 to SVN. It's a synchronized
> status for lib, div, apples, bananas, cherries, efaq, (not for articles).
>
> This status is half the way between the last TER versions (0.0.12 lib,
> 0.0.24 div) and the final status of the alpha branch with the TS
> configurable action pipe. If you are curious about the developments action
> pipe you can check it out. For the running projects I recommend to keep to
> the last TER versions.
>
> Current planning and docuementations:
>
> http://wiki.typo3.org/index.php/Action_Pipeline
>
> Regards
>
> Elmar
>
>
More information about the TYPO3-team-extension-coordination
mailing list