[TYPO3-typo3org] Loss of dependencies and constraints in TER

Daniel Brüßler info at -remove-patchworking.de
Mon Sep 24 11:48:14 CEST 2007


Hello Elmar,

yes, that's right :-)

I think I found it, here's a patch for 4.1.2:
-----
        $extKeys = $uArr['EM_CONF']['constraints']['depends'];
        $extKeysArr = (is_array($extKeys) && count() >0) ? $extKeys :
array($extKeys) ;
-----
(see http://bugs.typo3.org/view.php?id=5919)


kind regards
Daniel


> Daniel Brüßler wrote:
> 
>> Hello,
>>
>> shall we have it in the ExtensionDeveloperManuals, that the PHPversion
>> is required as minimum? It's a good thing in my eyes because the
>> PHPversion is REALLY important :-)
>>
>> kind regards
>> Daniel
> 
> 
> Hi Daniel,
> 
> simply coding it into the upload manager would save writing and reading docs
> in this special case. A majority of developers learns by trial and error
> anyway. ;-)
> 
> Have a nice day
> 
> Elmar
> 
> 


More information about the TYPO3-team-typo3org mailing list