Skip to content

Commit

Permalink
[TASK] Remove two unused settings from LocalConfiguration
Browse files Browse the repository at this point in the history
The two (internal) settings 'SYS/isInitialInstallationInProgress' and
'SYS/isInitialDatabaseImportDone' have been obsoleted with
the install tool rewrite in v9 and can be removed from
LocalConfiguration using the SilentConfigurationUpgradeService.

Change-Id: I6c80506f2389004093f43ff9fc3df49b002e1438
Resolves: #83878
Releases: master
Reviewed-on: https://review.typo3.org/55696
Tested-by: TYPO3com <no-reply@typo3.com>
Reviewed-by: Wouter Wolters <typo3@wouterwolters.nl>
Reviewed-by: Joerg Boesche <typo3@joergboesche.de>
Reviewed-by: Andreas Fernandez <a.fernandez@scripting-base.de>
Tested-by: Andreas Fernandez <a.fernandez@scripting-base.de>
Reviewed-by: Frank Naegler <frank.naegler@typo3.org>
Tested-by: Frank Naegler <frank.naegler@typo3.org>
  • Loading branch information
lolli42 authored and NeoBlack committed Feb 13, 2018
1 parent 6af66f1 commit 743d678
Showing 1 changed file with 3 additions and 0 deletions.
Expand Up @@ -125,6 +125,9 @@ class SilentConfigurationUpgradeService
'BE/fileExtensions',
// #83768
'SYS/doNotCheckReferer',
// #83878
'SYS/isInitialInstallationInProgress',
'SYS/isInitialDatabaseImportDone',
];

public function __construct(ConfigurationManager $configurationManager = null)
Expand Down

0 comments on commit 743d678

Please sign in to comment.