Closed (fixed)
Project:
ImageField
Version:
6.x-3.0-rc1
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
17 Apr 2009 at 17:06 UTC
Updated:
7 May 2009 at 21:00 UTC
Jump to comment: Most recent file
Comments
Comment #1
quicksketchThanks for the report. Which version were you upgrading from?
Comment #2
kristen polI tend to do updates every couple weeks. The tar files I have used (in reverse order) are: rc1, beta3, alpha7, alpha6, alpha5. Unfortunately, I'm not sure if it happened between alpha7 and beta3 or between beta3 and rc1, since I did those updates pretty recently. I think it was probably from alpha7 and beta3.
Comment #3
quicksketchThanks, this seems most likely, since there were several database updates between those two versions. Sorry for the inconvenience, I'll try to reproduce and get it fixed.
Comment #4
quicksketchI couldn't find any direct problems with the upgrade path, but with a lot of people manually rerunning updates, this could be a problem if the update is run more than once. This patch makes it so that rerunning the update multiple times doesn't have the detrimental effect of losing the "description" field value. This should also prevent a problem if ImageField is updated first, then the FileField update follows.
Comment #5
kristen polAwesome! That very well could've been the problem of running update.php multiple times. Thanks for the super fast turn around time!