Project

General

Profile

Actions

Bug #54457

closed

InstallWizardDoneSettings in LocalConfiguration uses old class names

Added by Markus Klein over 10 years ago. Updated over 5 years ago.

Status:
Closed
Priority:
Must have
Assignee:
Category:
Install Tool
Target version:
Start date:
2013-12-16
Due date:
% Done:

100%

Estimated time:
TYPO3 Version:
6.2
PHP Version:
Tags:
Complexity:
medium
Is Regression:
No
Sprint Focus:

Description

The settings in LocalConfiguration for storing information about install tool wizards are stored using non-namespaced class names.
This causes problems with reading these settings, since the class names used now are namespaced.

Improve the situation by adding a converter function to the silent configuration updater.

Example:
$GLOBALS['TYPO3_CONF_VARS']['INSTALL']['wizardDone']['Tx_Install_Updates_File_TceformsUpdateWizard']
is now
$GLOBALS['TYPO3_CONF_VARS']['INSTALL']['wizardDone']['TYPO3\\CMS\\Install\\Updates\\TceformsUpdateWizard']


Related issues 1 (0 open1 closed)

Related to TYPO3 Core - Bug #53845: Enhance TCA - FAL migration for tt_contentClosedBenni Mack2013-11-21

Actions
Actions

Also available in: Atom PDF