Project

General

Profile

Actions

Bug #42883

closed

Installing Extension possible without warning even if version constraint not met

Added by Mario Rimann about 12 years ago. Updated almost 11 years ago.

Status:
Closed
Priority:
Should have
Assignee:
-
Category:
Extension Manager
Target version:
-
Start date:
2012-11-12
Due date:
% Done:

0%

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

Description

I've noticed in a 6.0-RC1 setup, that I'm able to install an extension with the below mentioned constraints. IMHO this should at least show a warning as it did in the old EM (which the user then could override and install anyway - but then he's been warned...)

$EM_CONF[$_EXTKEY] = array(
    (...)
    'constraints' => array(
        'depends' => array(
            'typo3' => '4.0.0-4.7.99',
        ),
        'conflicts' => array(
            'some_other_extension' => '',
        ),
        'suggests' => array(
        ),
    ),
);

Related issues 1 (0 open1 closed)

Related to TYPO3 Core - Feature #51730: EM should only install extensions compatible with current TYPO3-VersionClosed2013-09-04

Actions
Actions

Also available in: Atom PDF