Custom Query (1173 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (217 - 219 of 1173)

Ticket Resolution Summary Owner Reporter
#383 fixed Merge EXIF extraction, EXIF image orientation and GPS geolocation features Elrond joar
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 Elrond Christopher Allan Webber
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:

  • make sure the mediadata for all currently bundled types are written right
  • Set up MediaEntry.media_data to pull up the right row from the right table!
#411 fixed sql: deleting media needs to delete media_data Elrond Elrond
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.

Batch Modify
Note: See TracBatchModify for help on using batch modify.
Note: See TracQuery for help on using queries.