Project

General

Profile

Actions

Bug #42883

closed

Installing Extension possible without warning even if version constraint not met

Added by Mario Rimann over 11 years ago. Updated over 10 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 #1

Updated by Oliver Hader about 11 years ago

  • Target version set to 2222
Actions #2

Updated by Oliver Hader about 11 years ago

  • Project changed from 2269 to TYPO3 Core
Actions #3

Updated by Oliver Hader about 11 years ago

  • Category set to Extension Manager
Actions #4

Updated by Oliver Hader about 11 years ago

  • Target version deleted (2222)
Actions #5

Updated by Markus Klein over 10 years ago

  • Status changed from New to Closed
  • Is Regression set to No

6.0 is in important issues mode now. I'll close this issue.

Actions

Also available in: Atom PDF