Custom Query (1173 matches)
Results (217 - 219 of 1173)
Ticket | Resolution | Summary | Owner | Reporter |
---|---|---|---|---|
#383 | fixed | Merge EXIF extraction, EXIF image orientation and GPS geolocation features | ||
Description |
I have rebased my exif\_gps-merge branch into https://github.com/jwandborg/mediagoblin/tree/exif-rebase, please review and merge :) |
|||
#399 | fixed | MediaEntry.media_data integration | ||
Description |
We now have a setup so that individual media types have their own migrations and tables. Which means that integrating MediaGoblin.media_data as a separate table that links to the main table should be very possible. The main things in this ticket are:
|
|||
#411 | fixed | sql: deleting media needs to delete media_data | ||
Description |
When deleting a media_entry, we need to delete the media_data row too. sqlalchemy with backref option delete-orphan should handle that for us. |