audio 6.x-1.0-unstable1
| Download | Size | md5 hash |
|---|---|---|
| audio-6.x-1.0-unstable1.tar.gz | 209.32 KB | 7af52972c850fdcc7aa87d27f981f588 |
Official release from CVS tag: DRUPAL-6--1-0-UNSTABLE1
Last updated: October 3, 2008 - 07:00
This is a testing release. The D6 update is only partially complete. The upgrade path is totally untested and it updates the files table so you'll want to back up your database and files before upgrading. For information on the status of particular sub-modules, check the 6.x-1.x-dev release notes.
Changes since DRUPAL-5--2 branch:
- #211587 (Arancaytar, HorsePunchKid) Initial updates for D6.
- More D6 updates. I'm finally able to rid of all that $_SESSION and $_POST crap to get the previews working. Removed a bunch of warnings and got the players working.
- Incase there's no image toolkit just leave the image large.
- Removed most of hook_audio, audio_getid3 depends on getid3.module now, started trying to get the images working correctly.
- #285032 (mfb) Use unsigned normal int for vid, nid and file_size.
- #294342 (mfb): Fix audio_metadata.vid column; fix bug in audio_update_6000()
- #211587 (aaron) Fix for the menu items.
- Restructuring files to follow the new views conventions. Still views 1.x code though.
- Reworking the audio node form to clear up warnings and move the upload processing into the validate rather than submit so the previews work better.
- Use the menu system to enforce the access control on the play and download callbacks.
- Splitting the audio_import module up into separate .inc files to save memory.
- Fix some warnings generated by audio_api_insert().
- Added a $body parameter to audio_api_insert().
- Splitting out the audio pages to save memory.
- #310946 (sixstring, drewish) Audio feed not working.
- Disabling broken modules until they're properly updated to D6.
- audio_import requirements check that I stole from image_import.module.
- #315152 (drewish) Move file info from {audio} and {audio_images} to {files}.
- #295168 (drewish) "audio_playlist/1?destination=node" Access Denied.
- Small clean-ups to the playlist module.
- Added some views support for a couple of fields just to get a feel for it.
- Updated audio.module's default views for views2.
- Corrected the implementation of hook_user.
- Implement hook_file_download().
