Task #85619
closedStreamline package interdependencies
0%
Description
Currently a lot of typo3/cms-*
packages have hidden dependencies on other typo3/cms-*
packages, e.g. by using views and wizards defined in these packages. For example the Redirects module (typo3/cms-redirects
) fails with an exception if typo3/cms-recordlist
is not installed.
It should be checked where dependencies are still missing and should be declared explicitly in each Composer manifest.
Updated by Georg Ringer over 6 years ago
take a look at https://github.com/georgringer/requirement_checker where I just check the use statements of all classes to know those dependenies. it does not take full namespace usages into account nor false negatives like hooks, ... but maybe a start
Updated by Mathias Brodala over 6 years ago
- Related to Bug #85645: CMS Fluid has hidden dependency on CMS Backend added
Updated by Gerrit Code Review over 6 years ago
- Status changed from New to Under Review
Patch set 3 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/57865
Updated by Susanne Moog over 5 years ago
- Status changed from Under Review to Needs Feedback
Patch has been abandoned, Frank states it will be fixed in another patch. Is that done yet?
Updated by Benni Mack over 5 years ago
- Target version changed from next-patchlevel to Candidate for patchlevel
Updated by Georg Ringer over 4 years ago
- Related to Bug #87508: composer.json doesn't list all (soft-)mandatory PHP extensions added
Updated by Georg Ringer over 4 years ago
- Related to Task #89519: Add missing dependencies to composer.json of extbase added
Updated by Susanne Moog over 4 years ago
- Status changed from Needs Feedback to Closed
I'm going to close this ticket now, in general there are multiple things to do here before we can go full-composer in these areas. As of now, recordlist is part of "minimalUsableSystem" and therefor not optional. Removing extensions marked like that may and will result in errors.
Let's use #85645 to track the general issue at hand and #87508 to track the same for the PHP issues.