CHANGELOG.txt |
CHANGELOG.txt |
|
- Source code reformatted to match with standards.
- Some bug fixes.
-- MimeDetect 7.x-1.1, 2017-02-28 --
- Added a simple file upload validator (as a submodule) for D6 upgrade and
provide a basic functionality.
- Added a new full settings… |
mimedetect.admin.inc |
mimedetect.admin.inc |
|
Admin page callbacks for the mimedetect module. |
mimedetect.info |
mimedetect.info |
|
name = MimeDetect
description = Provides common mime type detection for Drupal sites.
core = 7.x
configure = admin/config/media/mimedetect |
mimedetect.install |
mimedetect.install |
|
Install, update, and uninstall functions for the MimeDetect module. |
mimedetect.module |
mimedetect.module |
|
Provide server side mime type detection. |
mimedetect_fileupload.info |
mimedetect_fileupload/mimedetect_fileupload.info |
|
name = MimeDetect file upload validator
description = Validates all file uploads for consistency between its real file content and the filename extension
core = 7.x
dependencies[] = mimedetect
dependencies[] = file |
mimedetect_fileupload.module |
mimedetect_fileupload/mimedetect_fileupload.module |
|
MimeDetect file upload validation sub-module. |
README.txt |
README.txt |
|
MIMEDETECT DRUPAL MODULE
========================
CONTENTS OF THIS FILE
---------------------
* Summary
* Requirements
* Installation
* Configuration
* Usage
* Drupal 6 upgrade
* Recommended modules
* Troubleshooting
* Contact
*… |