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...

Comments

drewish’s picture

Status: Active » Needs review
StatusFileSize
new61.44 KB

marking #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.

drewish’s picture

Title: Move file info from {audio} to {files} » Move file info from {audio} and {audio_images} into {files}
StatusFileSize
new63.47 KB

fixed a problem loading images from id3 tags.

drewish’s picture

Title: Move file info from {audio} and {audio_images} into {files} » Move file info from {audio} to {files}
Status: Needs review » Needs work
StatusFileSize
new63.47 KB

small fixes around the feeds

drewish’s picture

Status: Needs work » Fixed

went ahead and committed this to HEAD.

Anonymous’s picture

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for two weeks with no activity.