Posted by threexk on June 14, 2009 at 6:07am
| Project: | MimeDetect |
| Version: | 5.x-1.x-dev |
| Component: | User interface |
| Category: | bug report |
| Priority: | minor |
| Assigned: | Unassigned |
| Status: | needs review |
Issue Summary
severside -> server-side
Full warning message:
MimeDetect is using the browser supplied filename for file extension lookups. It is strongly recommended that you install and configure the PHP Fileinfo Extension or the UNIX 'file' command to provide more accurate severside mime type detection.
Comments
#1
Committed to HEAD and DRUPAL-6--1.
#2
can't actually find this in the DRUPAL-5--1 branch.
#3
mimedetect.install:51 in DRUPAL-5--1. Sorry, I said "severside" before, but it seems to be "sever-side" in the D5 branch.
#4
Don't know if a patch makes it any easier.
#5
Hrm... DRUPAL-5--1 doesn't have any content. I think that was DRUPAL-5. But it doesn't have a hook_requirements... I wonder if they did the tag in the wrong branch?
#6
Sorry, it's in mimedetect.module on DRUPAL-5. I don't have the line number handy, but I looked it up in the CVS browser a minute ago.
Not sure what I was doing earlier--I might've accidentally checked out HEAD or something.
#7
Yeah, looks like my patch was on HEAD, so it's typo'd there too in mimedetect.install.