Previous versions of Drupal weren't good about sharing the {files} table so the audio module stored it's files in {audio}. With Drupal 6 modules are supposed to play nice in the {files} table and keep their files there. We need to migrate the data from the {audio} table to the {files} table and then drop the columns from {audio}. It'll also mean touching a lot of the code because {audio} has colums named file_* while {files} uses file*. Touching this much code has me wishing that the audio module had unit tests...
| Comment | File | Size | Author |
|---|---|---|---|
| #3 | audio_315152.patch | 63.47 KB | drewish |
| #2 | audio_315152.patch | 63.47 KB | drewish |
| #1 | audio_315152.patch | 61.44 KB | drewish |
Comments
Comment #1
drewish commentedmarking #315114: Update audio_image to use the new files stuff in D6 as a duplicate of this and merging the changes in.
there's lots of changes that'll probably introduce bugs but i'd love some testing before i commit this and then find out it deletes everyone's files.
Comment #2
drewish commentedfixed a problem loading images from id3 tags.
Comment #3
drewish commentedsmall fixes around the feeds
Comment #4
drewish commentedwent ahead and committed this to HEAD.
Comment #5
Anonymous (not verified) commentedAutomatically closed -- issue fixed for two weeks with no activity.