Project

General

Profile

Actions

Bug #65916

closed

Installing a distribution with local extension repository

Added by Markus Opahle about 9 years ago. Updated over 5 years ago.

Status:
Closed
Priority:
Should have
Assignee:
-
Category:
Extension Manager
Target version:
-
Start date:
2015-03-23
Due date:
% Done:

100%

Estimated time:
TYPO3 Version:
6.2
PHP Version:
Tags:
Complexity:
Is Regression:
No
Sprint Focus:

Description

If you install a distribution with at least one unresolved dependency, all local dependencies marked as missing.
Example:
Dependencies in ext_emconf.php:
'constraints'=>array( 'depends'=>array( 'foo'=>'', 'bar'=>'', 'doesnotexist'=>'', ), )
Extensions in distribution:
Initialisation/Extensions/foo Initialisation/Extensions/bar

Expected result on install:
The extension doesnotexists is not available from TER

Current Result:
The extension foo is not available from TER
The extension bar is not available from TER
The extension doesnotexists is not available from TER

Note: as long as all dependencies are met, this works as expected.

Actions

Also available in: Atom PDF