Opened 15 years ago
Last modified 15 years ago
#86 closed defect (FIXED)
MediaEntry.thumbnail_file not used
| Reported by: | Elrond | Owned by: | Christopher Allan Webber |
|---|---|---|---|
| Priority: | trivial | Milestone: | 0.0.5 |
| Component: | programming | Keywords: | |
| Cc: | Parent Tickets: |
Description
the thumbnail_file field in the MediaEntry db schema is not used currently.
Mediagoblin/mediagoblin% grep thumbnail_file **/*.py db/models.py: 'thumbnail_file': [unicode]}
I think, media_files['thumb'] is used for the thumbnail.
Change History (5)
comment:1 by , 15 years ago
| Component: | Infrastructure → Programming |
|---|
comment:1 by , 15 years ago
| Owner: | set to |
|---|
comment:2 by , 15 years ago
| Milestone: | → 0.0.5 |
|---|---|
| Owner: | changed from to |
| Status: | New → Feedback |
Okay, please review for merge!
[https://gitorious.org/cfdv/mediagoblin/cfdvs-mediagoblin/commit/84abd2bbc43e2d92d429c679f49e237207057150](https://gitorious.org/cfdv/mediagoblin/cfdvs-mediagoblin/commit/84abd2bbc43e2d92d429c679f49e237207057150)
comment:4 by , 14 years ago
The original url for this bug was http://bugs.foocorp.net/issues/372 .
Relations:
#121: blocked

Assigned to Caleb. Caleb, could you remove this from models.py and also provide a relevant migration to get rid of the field?