Project

General

Profile

Feature #76072 » 0001-Add-flac-ogg-and-opus-to-the-default-media-extension.patch

Gunter Königsmann, 2016-05-07 11:44

View differences:

typo3/sysext/core/Classes/Imaging/IconRegistry.php
'youtube' => 'mimetypes-media-video-youtube',
'wav' => 'mimetypes-media-audio',
'mp3' => 'mimetypes-media-audio',
'ogg' => 'mimetypes-media-audio',
'flac' => 'mimetypes-media-audio',
'opus' => 'mimetypes-media-audio',
'mid' => 'mimetypes-media-audio',
'swf' => 'mimetypes-media-flash',
'swa' => 'mimetypes-media-flash',
typo3/sysext/core/Configuration/DefaultConfiguration.php
'loginCopyrightWarrantyProvider' => '', // String: If you provide warranty for TYPO3 to your customers insert you (company) name here. It will appear in the login-dialog as the warranty provider. (You must also set URL below).
'loginCopyrightWarrantyURL' => '', // String: Add the URL where you explain the extend of the warranty you provide. This URL is displayed in the login dialog as the place where people can learn more about the conditions of your warranty. Must be set (more than 10 chars) in addition with the 'loginCopyrightWarrantyProvider' message.
'textfile_ext' => 'txt,ts,typoscript,html,htm,css,tmpl,js,sql,xml,csv,xlf', // Text file extensions. Those that can be edited. Executable PHP files may not be editable in webspace if disallowed!
'mediafile_ext' => 'gif,jpg,jpeg,bmp,png,pdf,svg,ai,mp3,wav,mp4,webm,youtube,vimeo', // Commalist of file extensions perceived as media files by TYPO3. Lowercase and no spaces between!
'mediafile_ext' => 'gif,jpg,jpeg,bmp,png,pdf,svg,ai,mp3,wav,mp4,ogg,flac,opus,webm,youtube,vimeo', // Commalist of file extensions perceived as media files by TYPO3. Lowercase and no spaces between!
'binPath' => '', // String: List of absolute paths where external programs should be searched for. Eg. <code>/usr/local/webbin/,/home/xyz/bin/</code>. (ImageMagick path have to be configured separately)
'binSetup' => '', // String (textarea): List of programs (separated by newline or comma). By default programs will be searched in default paths and the special paths defined by 'binPath'. When PHP has openbasedir enabled the programs can not be found and have to be configured here. Example: <code>perl=/usr/bin/perl,unzip=/usr/local/bin/unzip</code>
'no_pconnect' => true, // Boolean: If TRUE, "connect" is used to connect to the database. If FALSE, a persistent connection using "pconnect" will be established!
typo3/sysext/t3editor/Resources/Private/tsref.xml
class:Java-applet
swf:Flash animation
swa, dcr:ShockWave Animation
wav,au:Sound
wav,au,ogg,opus,flac:Sound
avi,mov,asf,mpg,wmv:Movies (AVI, QuickTime, MPEG4)]]></description>
<default><![CDATA[
]]></default>
    (1-1/1)