Bug #65916
closed
Installing a distribution with local extension repository
Added by Markus Opahle over 9 years ago.
Updated about 6 years ago.
Category:
Extension Manager
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.
- Sprint Focus set to On Location Sprint
- Status changed from New to Under Review
Patch set 1 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at http://review.typo3.org/39209
Patch set 2 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at http://review.typo3.org/39209
Patch set 3 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at http://review.typo3.org/39209
Patch set 4 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at http://review.typo3.org/39209
Patch set 5 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at http://review.typo3.org/39209
- Status changed from Under Review to Resolved
- % Done changed from 0 to 100
- Status changed from Resolved to Under Review
Patch set 1 for branch TYPO3_6-2 of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at http://review.typo3.org/39242
Patch set 2 for branch TYPO3_6-2 of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at http://review.typo3.org/39242
- Status changed from Under Review to Resolved
- Sprint Focus deleted (
On Location Sprint)
- Status changed from Resolved to Closed
Also available in: Atom
PDF