You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Filename extensions already treated case-insensitively: Yes (because $extn is lowercase)
Mentioned in docs that extension configuration must be lower-case: (TODO)
Case $contentType
D:\GitHub\websvn\filedetails.php(88): // file, or from the $contentType array in setup.php.
D:\GitHub\websvn\filedetails.php(97): $setupContentType = @$contentType[$extn];
D:\GitHub\websvn\include\distconfig.php(298): // $contentType['.c'] = 'text/plain'; // Create a new association
D:\GitHub\websvn\include\distconfig.php(299): // $contentType['.doc'] = 'text/plain'; // Modify an existing one
D:\GitHub\websvn\include\distconfig.php(300): // unset($contentType['.m']); // Remove a default association
D:\GitHub\websvn\include\distconfig.php(304): // the file extension matches an entry in $contentType), you can choose to ignore
D:\GitHub\websvn\include\setup.php(60): $contentType = array(
Filename extensions already treated case-insensitively: Yes (because $extn is lowercase)
Mentioned in docs that extension configuration must be lower-case: (TODO)
@michael-o Thank you very much for mentioning me in the changelog :-) Much appreciated.
I am sorry, I totally forgot about the docs. Will post a PR soon.
In your release description you accidentally wrote 2.8.2 instead of 2.8.3
As mentioned in #201 extensions extensions should be treated case insensitive.
I looked through the source code to find which configurable filename extensions there are, and if they are treated correctly.
Case
$zipped
$extn
is lowercase)Case
$contentType
$extn
is lowercase)Case
$extEnscript
Case
$extGeshi
The text was updated successfully, but these errors were encountered: