Project

General

Profile

Actions

Bug #52828

closed

extTables cache file creation does not respect extension order

Added by Philipp Gampe over 10 years ago. Updated over 6 years ago.

Status:
Closed
Priority:
Must have
Assignee:
-
Category:
-
Target version:
Start date:
2013-10-15
Due date:
% Done:

100%

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

Description

All extTables.php are included in the alphabetical order off the extension keys.

They must be ordered by dependencies.


Related issues 3 (0 open3 closed)

Related to TYPO3 Core - Bug #52984: PackageManager resolving dependencies uses folderstructure for building keysRejectedThomas Maroschik2013-10-20

Actions
Related to TYPO3 Core - Bug #53178: Package loading order does not respect Extension dependenciesClosed2013-10-28

Actions
Related to TYPO3 Core - Feature #67293: Generalize the DependencyResolver to be useful for more purposesClosedMarkus Klein2015-06-04

Actions
Actions #1

Updated by Helmut Hummel over 10 years ago

  • Status changed from New to Accepted
  • Target version set to 6.2.0

I identified two issues:

  1. 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
  2. PackageManager::sortAvailablePackagesByDependencies() does not work correctly. Packages are not correctly ordered by dependency in certain cases (needs more checks to find the issues there)
Actions #2

Updated by Helmut Hummel over 10 years ago

  • Complexity changed from easy to hard
Actions #3

Updated by Gerrit Code Review over 10 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

Actions #4

Updated by Gerrit Code Review over 10 years ago

Patch set 3 for branch master has been pushed to the review server.
It is available at https://review.typo3.org/24852

Actions #5

Updated by Gerrit Code Review over 10 years ago

Patch set 4 for branch master has been pushed to the review server.
It is available at https://review.typo3.org/24852

Actions #6

Updated by Gerrit Code Review over 10 years ago

Patch set 5 for branch master has been pushed to the review server.
It is available at https://review.typo3.org/24852

Actions #7

Updated by Gerrit Code Review over 10 years ago

Patch set 6 for branch master has been pushed to the review server.
It is available at https://review.typo3.org/24852

Actions #8

Updated by Gerrit Code Review over 10 years ago

Patch set 7 for branch master has been pushed to the review server.
It is available at https://review.typo3.org/24852

Actions #9

Updated by Gerrit Code Review over 10 years ago

Patch set 8 for branch master has been pushed to the review server.
It is available at https://review.typo3.org/24852

Actions #10

Updated by Gerrit Code Review over 10 years ago

Patch set 9 for branch master has been pushed to the review server.
It is available at https://review.typo3.org/24852

Actions #11

Updated by Gerrit Code Review over 10 years ago

Patch set 10 for branch master has been pushed to the review server.
It is available at https://review.typo3.org/24852

Actions #12

Updated by Gerrit Code Review over 10 years ago

Patch set 11 for branch master has been pushed to the review server.
It is available at https://review.typo3.org/24852

Actions #13

Updated by Gerrit Code Review over 10 years ago

Patch set 12 for branch master has been pushed to the review server.
It is available at https://review.typo3.org/24852

Actions #14

Updated by Gerrit Code Review over 10 years ago

Patch set 13 for branch master has been pushed to the review server.
It is available at https://review.typo3.org/24852

Actions #15

Updated by Gerrit Code Review over 10 years ago

Patch set 14 for branch master has been pushed to the review server.
It is available at https://review.typo3.org/24852

Actions #16

Updated by Gerrit Code Review over 10 years ago

Patch set 15 for branch master has been pushed to the review server.
It is available at https://review.typo3.org/24852

Actions #17

Updated by Gerrit Code Review over 10 years ago

Patch set 16 for branch master has been pushed to the review server.
It is available at https://review.typo3.org/24852

Actions #18

Updated by Gerrit Code Review over 10 years ago

Patch set 17 for branch master has been pushed to the review server.
It is available at https://review.typo3.org/24852

Actions #19

Updated by Markus Klein over 10 years ago

  • Status changed from Under Review to Resolved
  • % Done changed from 0 to 100
Actions #20

Updated by Markus Klein over 10 years ago

For documentation, these two concepts were used in the patch:

Actions #21

Updated by Riccardo De Contardi over 6 years ago

  • Status changed from Resolved to Closed
Actions #22

Updated by Markus Klein over 3 years ago

  • Related to Feature #67293: Generalize the DependencyResolver to be useful for more purposes added
Actions

Also available in: Atom PDF