Project

General

Profile

Actions

Bug #57825

closed

Configuration option for defining loading order of extensions

Added by Hendrik Becker about 10 years ago. Updated over 5 years ago.

Status:
Closed
Priority:
Should have
Assignee:
-
Category:
System/Bootstrap/Configuration
Target version:
-
Start date:
2014-04-11
Due date:
% Done:

100%

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

Description

It would be nice to have an additional configuration option in ext_emconf.php which allows to define the loading order of extensions, without defining a dependence.

Currently it is only possible to influence the loading order by defining dependencies:

'constraints' => array(
'depends' => array(
'typo3' => '6.2.0-6.2.999',
'php' => '5.2.0-5.4.999',
'realurl' => '1.12.0-1.12.999',
),
),

This is not suitable for my situation, because my extension does not require realurl. But in case realurl is installed, my extension must be loaded after realurl to hook into realurl correctly. My extension also works together with other extensions (cooluri, dbal, ..) but it also works without all of those.

It would be nice, if I could define which extensions (if already installed) should be loaded before and which should be loaded after my extension.

Thank you for your attention.


Related issues 4 (0 open4 closed)

Related to TYPO3 Core - Bug #58694: rtehtmlarea user settings are not shown in setup extClosedMarkus Klein2014-05-11

Actions
Related to TYPO3 Core - Task #58701: Package metadata should include "suggest" informationClosedMarkus Klein2014-05-11

Actions
Related to TYPO3 Core - Bug #51069: Updating extension changes load orderClosedMarkus Klein2013-08-14

Actions
Related to TYPO3 Core - Bug #67200: TCA Overrides has wrong extension orderClosed2015-05-29

Actions
Actions

Also available in: Atom PDF