[TYPO3-core] FYI: #17178: Rename extension "list" to "recordlist"
Moreno Feltscher
moreno at luagsh.ch
Fri Jan 21 00:13:42 CET 2011
Hi Steffen,
What about this change?
@@ -225,7 +225,6 @@
if ($GLOBALS['LANG']->charSet !== 'utf-8') {
$t3Configuration['username'] =
$GLOBALS['LANG']->csConvObj->conv($t3Configuration['username'],
$GLOBALS['LANG']->charSet, 'utf-8');
$GLOBALS['LANG']->csConvObj->convArray($t3LLLcore,
$GLOBALS['LANG']->charSet, 'utf-8');
- $GLOBALS['LANG']->csConvObj->convArray($t3LLLfileUpload,
$GLOBALS['LANG']->charSet, 'utf-8');
}
Is this somehow related?
Moreno
On Thu, 20 Jan 2011 23:33:39 +0100, Steffen Kamper <info at sk-typo3.de>
wrote:
> Hi,
>
> the following patch was committed to trunk rev 10171-10173
>
> As the research wasn't very good, we used the extension key "list", but
> this key exists since 2005.
>
> So we need to rename the extkey, therefore i registered the key
> "recordlist"
>
> There is no updating needed, and we are safe as the extension was
> introduced in 4.5
>
> vg Steffen
More information about the TYPO3-team-core
mailing list