Log of /contributions/modules/mimedetect/mimedetect.module
Parent Directory
|
Revision Log
|
Revision Graph
Revision
1.3.2.4 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Wed Apr 15 19:24:18 2009 UTC
(7 months, 1 week ago)
by
drewish
Branch:
DRUPAL-5
Changes since
1.3.2.3: +29 -86 lines
Diff to
previous 1.3.2.3
, to
branch point 1.3
#342636 by drewish: Don't trust the browser and use file_get_mimetype()'s more complete database.
Also backported using the longer file switches (--mime and --breif) because the short ones (-ib) aren't the same in all versions of file.
Revision
1.2 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Mon Jan 7 20:34:50 2008 UTC
(22 months, 2 weeks ago)
by
jpetso
Branch:
MAIN
Changes since
1.1: +39 -38 lines
Diff to
previous 1.1
Module review, resulting mostly in style improvements, but also some "real" changes:
* Use the 'mimedetect_file_binary' variable instead of 'filefield_file_binary'.
* Use a $t() instead of t() in the requirements function.
* Merge the last two mime type checks.
* Move the declaration of the $mime variable further down for better
readability, and remove an unnecessary check on !$mime.
* Add the mime type for png, and fix ico and rgb (was 'rbg' before).
* Tune user visible strings for sounding "official" and consistent casing.
* Remove trailing spaces.
This form allows you to request diffs between any two revisions of this file.
For each of the two "sides" of the diff,
select a symbolic revision name using the selection box, or choose
'Use Text Field' and enter a numeric revision.