mediafield 5.x-1.01-rc1
| Download | Size | md5 hash |
|---|---|---|
| mediafield-5.x-1.01-rc1.tar.gz | 16.12 KB | 0ed7ae70725d9bb1e97eafcf92e456f9 |
| mediafield-5.x-1.01-rc1.zip | 21.91 KB | 5b9da2a754f972e543eed17d407e2806 |
Release notes
Critical bug fix
* Error retrieving node with media field (#146955: Error retrieving node with media field)
General bug fix
* Extension validation now allows for uppercase extensions e.g. ".AVI" will pass if "avi" is allowed (#234469: file extensions are case-sensitive)
UI improvement
* Improved the logic which pics icons to display on the edit pages, will now check for dedicated icon (e.g. mp3.png, if it cant find it then it will use a default, e.g. audio.png)
New features
* Adding AJAX upload feature as patched by panis (#132233: Progress bar - patch for mediafields)
* Now uses getId3 module for Id3 support (#144674: Make getID3() library location user assignable)
mediafield 4.7.x-1.0
| Download | Size | md5 hash |
|---|---|---|
| mediafield-4.7.x-1.0.tar.gz | 11.25 KB | c0cf87b16a4f388bf571f02812765a35 |
| mediafield-4.7.x-1.0.zip | 14.92 KB | 730cc75e6b23afc155be1128f3d7bef9 |
Release notes
Fixes DRUPAL-SA-2007-009.
mediafield 5.x-1.0
| Download | Size | md5 hash |
|---|---|---|
| mediafield-5.x-1.0.tar.gz | 14.93 KB | 2b52dc2605b3c18d1abd72b2b7c8d01e |
| mediafield-5.x-1.0.zip | 20.27 KB | 2d10308d0056b4895d4b686e61278906 |
Release notes
Fixes DRUPAL-SA-2007-009.
mediafield 5.x-1.x-dev
| Download | Size | md5 hash |
|---|---|---|
| mediafield-5.x-1.x-dev.tar.gz | 15.28 KB | f4307a853dbf98cf0c496c591ff32439 |
| mediafield-5.x-1.x-dev.zip | 20.41 KB | ad6aefd31f9f9a8c9441969305f994b4 |
Release notes
Audio and Video fields for Drupal 5.0
Several major defects were fixed.
Now there is a new subdirectory 'mediaicons' where you can put PNG images of desired media formats. Name them like wav.png, mpeg.png, mp3.png, etc. They will be visible when uploading files on a node edit form. You can also copy this subfolder to your theme folder and have several sets of images for different themes.
mediafield 4.7.x-1.x-dev
| Download | Size | md5 hash |
|---|---|---|
| mediafield-4.7.x-1.x-dev.tar.gz | 11.46 KB | 4e254719bc3a82c15064523dbae1a94b |
| mediafield-4.7.x-1.x-dev.zip | 15.15 KB | 3f48da2411ee76664d6f48e7bf4dab3a |
Release notes
Audio and video fields releases for Drupal 4.7
The main goals of this project are:
- Upload audio/video files as fields for CCK nodes.
- Read and analyze audio/video data and store this information in the content table to flexibly work with this data. GetId3 library is used for these purposes.
- Specify separate folder to store uploaded files for each field instance. So, it is possible to distribute all files among different folders.