[TYPO3-ect] [TYPO3-core] Wishlist from ECT

Daniel Brüßler info at -remove-patchworking.de
Mon Feb 12 19:54:09 CET 2007


Hello,

would be nice, if PEAR form-rendering, validation, Template-Parsers and
packages like this can be used easily.

Elmar, IMHO it's not so bad, when tx_pear is located in a
standard-extension-folder. When extension-devs know that they need the
dependency-entry for the 'pear' extension (=PEAR control-center),
everything works fine:
* the EM can install tx_pear
* the EM calls the public install-function of tx_pear
* tx_pear can install the requested package (and update some more if
needed) and gives feedback to EM

=> it's not really needed to have it in contrib, and it's no problem to
use PEAR in an extension (for example the Form-stuff and a
template-rendering-engine)

This is nice:
>>                'depends' => array(
>>                        'pear' => '1.0.0-',
>>                ),
>>                'pearDepends' => array(
>>                        'Forms' => '1.0.0-',
>>                ),


But it's really problem, that it needs time to extend the EM (and
tx_bypear). For me I see that I don't know _when_ I can do all the
things I want to do. But I hope that what I'm doing is helpfull.

kind regards
Daniel Brüßler


More information about the TYPO3-team-extension-coordination mailing list