Project

General

Profile

Actions

Bug #40191

closed

tsconfig_help is using old em

Added by Wouter Wolters over 11 years ago. Updated almost 11 years ago.

Status:
Closed
Priority:
Should have
Assignee:
-
Category:
-
Target version:
-
Start date:
2012-08-25
Due date:
% Done:

0%

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

Description

tsconfig_help is using old em


Related issues 3 (0 open3 closed)

Has duplicate TYPO3 Core - Bug #40198: EM: tsconfighelp uses unzip from within "old" EMClosed2012-08-25

Actions
Has duplicate TYPO3 Core - Bug #41249: tsconfig_help currently broken because of emClosed2012-09-22

Actions
Has duplicate TYPO3 Core - Bug #43962: TypoScriptConfigHelpModuleController check for obsolete sysext:emClosed2012-12-13

Actions
Actions #1

Updated by Wouter Wolters over 11 years ago

public function unzip($file, $path) {
// We use the unzip class of the Extension Manager here
// TODO: move unzip class to core
if (!\TYPO3\CMS\Core\Extension\ExtensionManager::isLoaded('em')) {
// Em is not loaded, so include the unzip class
\TYPO3\CMS\Core\Utility\GeneralUtility::requireOnce(PATH_typo3 . 'sysext/em/classes/tools/class.tx_em_tools_unzip.php');
}
$unzip = \TYPO3\CMS\Core\Utility\GeneralUtility::makeInstance('tx_em_Tools_Unzip', $file);
$ret = $unzip->extract(array('add_path' => $path));
return is_array($ret);
}

Actions #2

Updated by Chris topher almost 11 years ago

  • Status changed from New to Closed

Closed; tsconfig_help has been removed with #47931.

Actions

Also available in: Atom PDF