Releases for Media Field
mediafield 5.x-1.01-rc1
| Download | Size | md5 hash |
|---|---|---|
| mediafield-5.x-1.01-rc1.tar.gz | 16.12 KB | 0ed7ae70725d9bb1e97eafcf92e456f9 |
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 5.x-1.0
| Download | Size | md5 hash |
|---|---|---|
| mediafield-5.x-1.0.tar.gz | 14.93 KB | 2b52dc2605b3c18d1abd72b2b7c8d01e |
Fixes DRUPAL-SA-2007-009.
mediafield 4.7.x-1.0
| Download | Size | md5 hash |
|---|---|---|
| mediafield-4.7.x-1.0.tar.gz | 11.25 KB | c0cf87b16a4f388bf571f02812765a35 |
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 | 5ee2eda9cb3dc2b6f171899dce2faef4 |
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 | 77052d421d2fc73943f5fe7715548623 |
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.
