[TYPO3-core] RFC: #10157: t3lib/config_default.php textfile_ext should be updated to include xml and other text types
Steffen Kamper
info at sk-typo3.de
Fri Jan 16 11:42:01 CET 2009
Hi Masi,
Martin Kutschker schrieb:
> Steffen Kamper schrieb:
>> This is an SVN patch request.
>>
>> Type: Bugfix
>>
>> Bugtracker references:
>> http://bugs.typo3.org/view.php?id=10157
>>
>> Branches: trunk, 4_2, 4_1
>>
>> Problem:
>> There is a variable textfile_ext that is used to determine if a certain
>> file is editable as text file with the text editor.
>>
>> XML is relatively new format and was never included in the list. It
>> should be added.
>>
>> Solution:
>> I added following extensions to PHP_EXTENSIONS_DEFAULT:
>> phpsh,inc
>
> It's now listed twice. "inc" is already in the list of text file
> extensions. Where is $PHP_EXTENSIONS_DEFAULT used?
>
right, should be removed once.
PHP_EXTENSIONS_DEFAULT is atm only used in TCA of tt_content/media as
deny-pattern.
>> xml,csv,jsb
>
> jsb? Google brings me JavaScript Bean file, but - shame on me - I have
> never heard of that.
>
we have one in core :-) look to extJS/resources, it's an xml file. I
only looked for any extensions used in core which are missing.
Is there any extension missing in this list?
vg Steffen
More information about the TYPO3-team-core
mailing list