Bug #52828
closedextTables cache file creation does not respect extension order
100%
Description
All extTables.php are included in the alphabetical order off the extension keys.
They must be ordered by dependencies.
Updated by Helmut Hummel over 11 years ago
- Status changed from New to Accepted
- Target version set to 6.2.0
I identified two issues:
- The dependencies of system extensions are not set correctly (e.g. openid extension should depend on setup as it adds a user setup field). Along side with this, TER Extensions need to be more specific what their dependencies are to be ordered correctly
- PackageManager::sortAvailablePackagesByDependencies() does not work correctly. Packages are not correctly ordered by dependency in certain cases (needs more checks to find the issues there)
Updated by Gerrit Code Review over 11 years ago
- Status changed from Accepted to Under Review
Patch set 2 for branch master has been pushed to the review server.
It is available at https://review.typo3.org/24852
Updated by Gerrit Code Review over 11 years ago
Patch set 3 for branch master has been pushed to the review server.
It is available at https://review.typo3.org/24852
Updated by Gerrit Code Review over 11 years ago
Patch set 4 for branch master has been pushed to the review server.
It is available at https://review.typo3.org/24852
Updated by Gerrit Code Review over 11 years ago
Patch set 5 for branch master has been pushed to the review server.
It is available at https://review.typo3.org/24852
Updated by Gerrit Code Review over 11 years ago
Patch set 6 for branch master has been pushed to the review server.
It is available at https://review.typo3.org/24852
Updated by Gerrit Code Review over 11 years ago
Patch set 7 for branch master has been pushed to the review server.
It is available at https://review.typo3.org/24852
Updated by Gerrit Code Review over 11 years ago
Patch set 8 for branch master has been pushed to the review server.
It is available at https://review.typo3.org/24852
Updated by Gerrit Code Review over 11 years ago
Patch set 9 for branch master has been pushed to the review server.
It is available at https://review.typo3.org/24852
Updated by Gerrit Code Review over 11 years ago
Patch set 10 for branch master has been pushed to the review server.
It is available at https://review.typo3.org/24852
Updated by Gerrit Code Review over 11 years ago
Patch set 11 for branch master has been pushed to the review server.
It is available at https://review.typo3.org/24852
Updated by Gerrit Code Review over 11 years ago
Patch set 12 for branch master has been pushed to the review server.
It is available at https://review.typo3.org/24852
Updated by Gerrit Code Review over 11 years ago
Patch set 13 for branch master has been pushed to the review server.
It is available at https://review.typo3.org/24852
Updated by Gerrit Code Review over 11 years ago
Patch set 14 for branch master has been pushed to the review server.
It is available at https://review.typo3.org/24852
Updated by Gerrit Code Review over 11 years ago
Patch set 15 for branch master has been pushed to the review server.
It is available at https://review.typo3.org/24852
Updated by Gerrit Code Review over 11 years ago
Patch set 16 for branch master has been pushed to the review server.
It is available at https://review.typo3.org/24852
Updated by Gerrit Code Review over 11 years ago
Patch set 17 for branch master has been pushed to the review server.
It is available at https://review.typo3.org/24852
Updated by Markus Klein over 11 years ago
- Status changed from Under Review to Resolved
- % Done changed from 0 to 100
Applied in changeset a71add783d882f91fa169c971992eacdcf5dbcb0.
Updated by Markus Klein over 11 years ago
For documentation, these two concepts were used in the patch:
Updated by Riccardo De Contardi over 7 years ago
- Status changed from Resolved to Closed
Updated by Markus Klein over 4 years ago
- Related to Feature #67293: Generalize the DependencyResolver to be useful for more purposes added