Move file info from {audio} to {files}
drewish - September 30, 2008 - 05:12
| Project: | Audio |
| Version: | 6.x-1.x-dev |
| Component: | Code |
| Category: | bug report |
| Priority: | critical |
| Assigned: | Unassigned |
| Status: | closed |
Description
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...

#1
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.
#2
fixed a problem loading images from id3 tags.
#3
small fixes around the feeds
#4
went ahead and committed this to HEAD.
#5
Automatically closed -- issue fixed for two weeks with no activity.