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

Daniel Brüßler info at -remove-patchworking.de
Tue Jun 5 19:56:35 CEST 2007


Hey Elmar,

> Superscribing the current version doesn't set the dependencies.

Hm. I think it's a bug in the em, not in a TER-webservice.

/var/www/t34/typo3/mod/tools/em/class.em_index.php

Do you see a problem, if you add some xdebug-calls in
 * function importExtInfo($extKey, $version='')
 * function fetchMetaData($metaType)
 * function checkDependencies($extKey, $conf, $instExtInfo)
 * function uploadExtensionToTER($em)


This looks very interesting (line 1732):
// check dependencies, act accordingly if ext is loaded
list($instExtInfo,)=$this->getInstalledExtensions();
$depStatus = $this->checkDependencies($extKey, $EM_CONF, $instExtInfo);


(I have version "2230 2007-03-30 06:34:31Z" of TYPO3 4.1.1)

HTH ;-)

kind regards
Daniel Brüßler


More information about the TYPO3-team-typo3org mailing list