Project

General

Profile

Actions

Bug #54142

closed

Dependencies for non-composerbased extensions not regarded for ordering PackageStates

Added by Stefan Froemken over 10 years ago. Updated over 6 years ago.

Status:
Closed
Priority:
Should have
Category:
-
Target version:
Start date:
2013-12-02
Due date:
% Done:

100%

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

Description

Hello Core-Team,

I have installed direct_mail and tt_address, but tt_address was loaded AFTER direct_mail. I have added tt_address to ext_emconf.php in direct_mail with and without versionnumbers. And I have deleted PackageStates.php and let it rebuild. But tt_address will not be loaded before direct_mail!!!

I have debugged the PackageManager and found following lines:

if ($this->packageRequirementIsComposerPackage($requirement) === FALSE) {
    // Skip non-package requirements
    continue;
}

As you can see: non-composer/packaged-based extensions will not be added to the list of dependencies for a given extension (direct_mail)

Any idea why you don't like "normal" extensions in this list?

Stefan


Related issues 1 (0 open1 closed)

Related to TYPO3 Core - Bug #54581: Please repair PackageStates before next Beta!ClosedThomas Maroschik2013-12-23

Actions
Actions

Also available in: Atom PDF