Project

General

Profile

Actions

Bug #31271

closed

EM: Configuration inlineToWindow does not default to 1

Added by Xavier Perseguers over 12 years ago. Updated over 6 years ago.

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

100%

Estimated time:
TYPO3 Version:
4.6
PHP Version:
5.3
Tags:
Complexity:
no-brainer
Is Regression:
Sprint Focus:

Description

Default configuration for inlineToWindow is set to 1 in ext_conf_template.txt:

  # cat=basic; type=boolean; label=LLL:EXT:em/language/locallang.xml:extTemplate_inlineToWindow
inlineToWindow = 1

It works fine as long as no Extension Manager configuration has been written back to localconf.php. But as soon as the administrator chooses a few languages to be retrieved in the localization tab, localconf.php has a configuration similar to this one:

$TYPO3_CONF_VARS['EXT']['extConf']['em'] = 'a:1:{s:17:"selectedLanguages";s:14:"fr,fr_CA,it,de";}';     // Modified or inserted by TYPO3 Extension Manager

And EM does not recognize this as "inlineToWindow=1" but defaults to "0" instead.

Actions #1

Updated by Mr. Hudson over 12 years ago

  • Status changed from New to Under Review

Patch set 1 of change I3df433e9f9ddf2b610e6eaad89333f03bba3e231 has been pushed to the review server.
It is available at http://review.typo3.org/6318

Actions #2

Updated by Xavier Perseguers over 12 years ago

  • Status changed from Under Review to Resolved
  • % Done changed from 0 to 100
  • PHP Version set to 5.3
  • Complexity changed from easy to no-brainer
Actions #3

Updated by Riccardo De Contardi over 6 years ago

  • Status changed from Resolved to Closed
Actions

Also available in: Atom PDF