Opened 13 years ago

Last modified 13 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 Elrond, 13 years ago

Component: InfrastructureProgramming

comment:1 by Christopher Allan Webber, 13 years ago

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



comment:2 by Caleb Davis, 13 years ago

Milestone: 0.0.5
Owner: changed from Caleb Davis to Christopher Webber
Status: NewFeedback
Okay, please review for merge!

[https://gitorious.org/\ :sub:`cfdv/mediagoblin/cfdvs-mediagoblin/commit/84abd2bbc43e2d92d429c679f49e237207057150](https://gitorious.org/`\ cfdv/mediagoblin/cfdvs-mediagoblin/commit/84abd2bbc43e2d92d429c679f49e237207057150)



comment:3 by Christopher Allan Webber, 13 years ago

Status: FeedbackClosed
Merged! Thanks!



comment:4 by Will Kahn-Greene, 12 years ago

The original url for this bug was http://bugs.foocorp.net/issues/372 .
Relations:
#121: blocked

Note: See TracTickets for help on using tickets.