Closed (fixed)
Project:
Drupal core
Version:
x.y.z
Component:
upload.module
Priority:
Critical
Category:
Bug report
Assigned:
Reporter:
Created:
16 Sep 2005 at 01:00 UTC
Updated:
2 Jan 2006 at 22:43 UTC
Currently, since the node.module doesn't tell other modules that is has deleted a revision, the upload.module does not remove the appropriate files from the files table. This is liked to a current bug:
Once this situation is addressed in the above mentioned bug, then the upload.module should take this into account, and remove the files from the files table, and then also remove the files from the disk if the file is not used by any other revisions for that node.
Comments
Comment #1
killes@www.drop.org commentedI am aware of the problem.
Comment #2
Souvent22 commentedFixed and closed with upload patch in this issue:
http://drupal.org/node/39358
Bascially now honor's 'delete revision' event that has now been added to node in this issue:
http://drupal.org/node/31323