Project

General

Profile

Actions

Bug #42594

closed

Suggest-type dependencies break installation

Added by Francois Suter over 11 years ago. Updated over 5 years ago.

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

100%

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

Description

The new Extension Manager does not take "suggests"-type dependencies into account. When installing an extension which declares such dependencies, e.g. "svconnector", which declares the following in its ext_emconf.php file:

    'constraints' => array(
        'depends' => array(
            'typo3' => '4.5.0-4.7.99',
        ),
        'conflicts' => array(
        ),
        'suggests' => array(
            'devlog' => '',
        ),
    ),

one gets the following exception:
suggestswas not a valid dependency type.


Files

saltedpasswords_ext_bug.png (59.1 KB) saltedpasswords_ext_bug.png Tilo Baller, 2012-11-09 19:16

Related issues 2 (0 open2 closed)

Related to TYPO3 Core - Feature #42824: Implement handling for suggested extensionsRejected2012-11-09

Actions
Related to TYPO3 Core - Bug #42843: Suggest dependencies are not evaluated in extension managerClosed2012-11-10

Actions
Actions #1

Updated by Thorsten Kahler over 11 years ago

  • Status changed from New to Accepted
Actions #2

Updated by Christian Kuhn over 11 years ago

suggests and conflicts are both not really handled currently :(

Actions #3

Updated by Christian Kuhn over 11 years ago

  • Project changed from TYPO3 Core to 2269
  • Category deleted (Extension Manager)
  • Target version deleted (6.0.0-RC1)
Actions #4

Updated by Tilo Baller over 11 years ago

It is also reproducible on a fresh installation with system extensions like saltedpasswords:

1) Go to "Extension Manager"
2) Choose to install saltedpasswords

It aborts with exception "suggestswas not a valid dependency type." (see screenshot).

Actions #5

Updated by Gerrit Code Review over 11 years ago

  • Status changed from Accepted to Under Review

Patch set 1 for branch master has been pushed to the review server.
It is available at http://review.typo3.org/16367

Actions #6

Updated by Christian Kuhn over 11 years ago

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

was merged.

Actions #7

Updated by Oliver Hader about 11 years ago

  • Target version set to 2222
Actions #8

Updated by Oliver Hader about 11 years ago

  • Project changed from 2269 to TYPO3 Core
Actions #9

Updated by Oliver Hader about 11 years ago

  • Category set to Extension Manager
Actions #10

Updated by Oliver Hader about 11 years ago

  • Target version deleted (2222)
Actions #11

Updated by Benni Mack over 5 years ago

  • Status changed from Resolved to Closed
Actions

Also available in: Atom PDF