Bug #65916
closedInstalling a distribution with local extension repository
100%
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.
Updated by Mathias Schreiber over 9 years ago
- Sprint Focus set to On Location Sprint
Updated by Gerrit Code Review over 9 years ago
- 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
Updated by Gerrit Code Review over 9 years ago
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
Updated by Gerrit Code Review over 9 years ago
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
Updated by Gerrit Code Review over 9 years ago
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
Updated by Gerrit Code Review over 9 years ago
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
Updated by Nicole Cordes over 9 years ago
- Status changed from Under Review to Resolved
- % Done changed from 0 to 100
Applied in changeset 17d82df85dbe5361317eae40fb04ac21da36954d.
Updated by Gerrit Code Review over 9 years ago
- 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
Updated by Gerrit Code Review over 9 years ago
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
Updated by Nicole Cordes over 9 years ago
- Status changed from Under Review to Resolved
Applied in changeset ff99469c8451e6522881cebcd7a00f7396974c52.
Updated by Anja Leichsenring almost 9 years ago
- Sprint Focus deleted (
On Location Sprint)