Project

General

Profile

Actions

Bug #42252

closed

EM incorrectly parses extension configuration options

Added by Andreas Wolf over 11 years ago. Updated over 6 years ago.

Status:
Closed
Priority:
Should have
Category:
Extension Manager
Target version:
Start date:
2012-10-21
Due date:
% Done:

100%

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

Description

The ConfigurationItemRepository dissects the ext_conf_template.txt file to get all available configuration options. For "options" type items, the format is interpreted in a wrong way. The string in ext_conf_template will look like this (taken from EXT:tika):

  # cat=basic//10; type=options[Tika (local java application)=tika,Solr (remote server)=solr]; label= Extract using: Extraction will be faster if run locally using Tika.

The ConfigurationItemRepository incorrectly assumes that the option values are stored in the square brackets, while the labels for these options would be in (imaginary) square brackets after "label=".

The ExtJS-based EM uses the correct approach here.

Actions #1

Updated by Jigal van Hemert over 11 years ago

  • Assignee set to Jigal van Hemert
Actions #2

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/16090

Actions #3

Updated by Gerrit Code Review over 11 years ago

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

Actions #4

Updated by Jigal van Hemert over 11 years ago

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

Updated by Riccardo De Contardi over 6 years ago

  • Status changed from Resolved to Closed
Actions

Also available in: Atom PDF