Custom Query (1173 matches)
Results (124 - 126 of 1173)
Ticket | Resolution | Summary | Owner | Reporter |
---|---|---|---|---|
#573 | invalid | cannot delete collections | ||
Description |
There seems to be no way to delete collection after creation (not counting database fiddling, of course). This seems to be related to #526 (Provide a list of collections for site visitors) in the sense that Mediagoblin more generally lack a way to organize collections: list/delete/rename/etc. Thanks for working on Mediagoblin! |
|||
#577 | fixed | De-noisify video transcoding | ||
Description |
ProgressCallback (which saves media_entry.save() to the db) and _log.info() is called every second during video transcoding informing the user of transcoding progress, even the percentage has not changed at all. For small 10MB videos this means I get about 4 log entries with the same transcoding percentage. Please consider merging my upcoming de-noisification of the log and database activities, by only logging/save()'ing when things have actually changed. |
|||
#580 | fixed | Get rid of beaker | ||
Description |
Spinoff of remaining task of #507 If we do this, then maybe we should just get rid of Beaker:. Possibly,
|