Actions
Bug #15877
closedEM doesn't respect dependencies if no version number is specified
Start date:
2006-03-22
Due date:
% Done:
0%
Estimated time:
TYPO3 Version:
4.0
PHP Version:
Tags:
Complexity:
Is Regression:
Sprint Focus:
Description
After downloading an extension which depends on other extension but not on specific versions of them, these dependencies don't appear in the EM locally and are not checked either.
However, these constraints are displayed correctly at TYPO3.org
Download rlmp_eventdb 1.0.4 with EM2 from TER2. View details in the EM: No dependencies are shown.
Constraints of rlmp_eventdb:
'depends' => array(
'php' => '4.3.1-',
'typo3' => '3.7.1-',
'cms' => '',
'lang' => '',
'address' => '',
'moneylib' => '',
'rlmp_dateselectlib' => '',
'overlib' => '',
'frontendformslib' => '',
),
(issue imported from #M2954)
Actions