mimedetect 7.x-1.0-beta1
| Download | Size | md5 hash |
|---|---|---|
| mimedetect-7.x-1.0-beta1.tar.gz | 267.98 KB | c75a7af16c5c8292ed41b19bb5b7212a |
| mimedetect-7.x-1.0-beta1.zip | 275.79 KB | 377f6f7fc4a01f1d1599e56f8f224520 |
Release notes
First try at this. I'm not going to have a lot of time for this but would like to get a stable release out.
mimedetect 6.x-1.3
| Download | Size | md5 hash |
|---|---|---|
| mimedetect-6.x-1.3.tar.gz | 266.81 KB | cb675a6eb6a75a332b8aa23e0b6501cb |
| mimedetect-6.x-1.3.zip | 274.81 KB | 5697239aba679adb4e4e5cda478f525c |
Release notes
Changes since DRUPAL-6--1-2:
mimedetect 5.x-1.3
| Download | Size | md5 hash |
|---|---|---|
| mimedetect-5.x-1.3.tar.gz | 265.87 KB | 539e78011137ff6cd42eb6bd975493ea |
| mimedetect-5.x-1.3.zip | 273.32 KB | 0c11f12569f0727e3cc00571ec24a146 |
Release notes
Changes since DRUPAL-5--1-2:
- #444724 by quicksketch and drewish: Not recognizing the ZIP mime-type (application/zip).
mimedetect 6.x-1.2
| Download | Size | md5 hash |
|---|---|---|
| mimedetect-6.x-1.2.tar.gz | 266.05 KB | 95fa13701dc4541a3508133ebbe818d7 |
| mimedetect-6.x-1.2.zip | 274.01 KB | f94c421de089ef8549ec88817c3e6f39 |
Release notes
Changes since DRUPAL-6--1-1:
- #444724 by quicksketch and drewish: Not recognizing the ZIP mime-type (application/zip).
mimedetect 7.x-1.x-dev
| Download | Size | md5 hash |
|---|---|---|
| mimedetect-7.x-1.x-dev.tar.gz | 267.98 KB | 6930de1e011fd310b03231bfbf6f5ed1 |
| mimedetect-7.x-1.x-dev.zip | 275.79 KB | a82f967a652acb940ac6ad0f64566526 |
Release notes
Starting on a 7.x update.
mimedetect 5.x-1.2
| Download | Size | md5 hash |
|---|---|---|
| mimedetect-5.x-1.2.tar.gz | 265.85 KB | 3637d3292ad2d9d603ee4cdfd97b05ce |
| mimedetect-5.x-1.2.zip | 273.3 KB | 529d8797b82d93e5b0ca8a6b8669a5f5 |
Release notes
Changes since DRUPAL-5--1-1:
- #434200 by picco: Handle uppercase extensions correctly.
- #288811 by dboulet: finfo_file() needs the canonical path to the file.
- #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. - #434716 by drewish: Only show applicable settings.
mimedetect 6.x-1.1
| Download | Size | md5 hash |
|---|---|---|
| mimedetect-6.x-1.1.tar.gz | 266 KB | 38e00e9e2b4dbdb88c9d7dfb848ca1d2 |
| mimedetect-6.x-1.1.zip | 273.98 KB | 74ccbebd6049ec731fde9541e0f55139 |
Release notes
Changes since DRUPAL-6--1-0:
- Fixed some screwy indenting.
- #434200 by picco: Handle uppercase extensions correctly.
- Reverting some junk was included with the patch for #434200.
- #288811 by dboulet: finfo_file() needs the canonical path to the file.
- #342636 by drewish: Don't trust the browser and use file_get_mimetype()'s more complete database.
- #434704 by drewish: Split admin forms into their own .inc file to save memory.
mimedetect 5.x-1.1
| Download | Size | md5 hash |
|---|---|---|
| mimedetect-5.x-1.1.tar.gz | 266.23 KB | 825a9e7f90dbe07f109041f3595cadaa |
| mimedetect-5.x-1.1.zip | 273.94 KB | db1fdedf1e4a92b043f8fdc8394cdc1f |
Release notes
This was kind of a botched release since it was on the wrong branch.
mimedetect 6.x-1.0
| Download | Size | md5 hash |
|---|---|---|
| mimedetect-6.x-1.0.tar.gz | 266.23 KB | 88800ceb6843a42422a8b34c15db803b |
| mimedetect-6.x-1.0.zip | 273.94 KB | 7cf5c77e75991e2318d0f14acc9bf25a |
Release notes
First official release of the module for 6.x. There are no changes from beta1 but I wanted to create a stable release since there aren't really any outstanding bugs.
mimedetect 6.x-1.0-beta1
| Download | Size | md5 hash |
|---|---|---|
| mimedetect-6.x-1.0-beta1.tar.gz | 266.24 KB | 6fc7b5c6574f2bd504d4c5c9ef91e17b |
| mimedetect-6.x-1.0-beta1.zip | 273.94 KB | c4fcb607cded8520b3ff44d573ff0e94 |
Release notes
Changes since DRUPAL-5:
- #233005, Initial D6 port by Crell and Drewish
- Clean up our variables on uninstall.
- Assignment should be in parenthesis so that the assignment doesn't AND in the next test.
- Using the longer file switches (--mime and --breif) because the short ones (-ib) aren't the same in all versions of file.
mimedetect 5.x-1.0
| Download | Size | md5 hash |
|---|---|---|
| mimedetect-5.x-1.0.tar.gz | 265.98 KB | 6500b5aa76d8aaa393f079a17d0369c7 |
| mimedetect-5.x-1.0.zip | 273.42 KB | 6d2cea5640d357e1f325f75b46b5a8c9 |
Release notes
Changes since DRUPAL-5--1-0-beta: 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.
- strip charsets from text mime types returned by the UNIX 'file' command.
mimedetect 6.x-1.x-dev
| Download | Size | md5 hash |
|---|---|---|
| mimedetect-6.x-1.x-dev.tar.gz | 266.87 KB | 7fcdd1494380cdb2d4a428b4fd8e4a30 |
| mimedetect-6.x-1.x-dev.zip | 274.67 KB | eb09b4e1a8131b61f8cf1408194bb04f |
Release notes
MimeDetect development release for 6.x.
mimedetect 5.x-1.x-dev
| Download | Size | md5 hash |
|---|---|---|
| mimedetect-5.x-1.x-dev.tar.gz | 265.87 KB | c68e5b499542a55da0f5a98a643e1f98 |
| mimedetect-5.x-1.x-dev.zip | 273.18 KB | c1163c63e96a9701c0b2d1e01720ccc3 |
Release notes
MimeDetect development release for 5.x.
mimedetect 5.x-1.0-beta
| Download | Size | md5 hash |
|---|---|---|
| mimedetect-5.x-1.0-beta.tar.gz | 265.85 KB | 30a2c3789e87e64cc877ec93e1a78ee9 |
| mimedetect-5.x-1.0-beta.zip | 273.31 KB | d16cab5b5d21975d9ad8e2c80aee2ac4 |
Release notes
Beta Release of MimeDetect module. Future versions of FileField will depend on this module.