Closed (fixed)
Project:
Image
Version:
4.7.x-1.x-dev
Component:
image.module
Priority:
Critical
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
9 Nov 2006 at 20:37 UTC
Updated:
19 Mar 2007 at 21:28 UTC
A quick search for file_revisions or {file_revisions} reveals that there's only one match in image.module only:
db_query("INSERT INTO {file_revisions} (fid, vid, description, list) VALUES (%d, %d, '%s', %d)",
$fid, $node->vid, '', 0);
So in short, the module can not be working right, right?
Comments
Comment #1
Stuart Greenfield commentedI think I am having an issue as a result of this.
I am just setting up my first Drupal 4.7 site, migrating for 4.6. In doing some development work on my own modules I noticed that the {file_revisions} table seemed to be filling up. When an image is deleted the corresponding entries aren't removed from this table.
Comment #2
mr700 commentedExactly my point, which makes me seriously wonder if someone is seriously using this module with 4.7 at all...
Comment #3
mr700 commentedI don't use it on 4.7 and can't check if the issue is still here, but for 5.0 looks ok. If someone else cares - reopen.
Comment #4
drewish commentedwhoops, didn't know there was an issue for this. i committed a patch for 5... if anyone cares, feel free to mark this as to be ported.