Custom Query (1173 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (124 - 126 of 1173)

Ticket Resolution Summary Owner Reporter
#573 invalid cannot delete collections Stefano Zacchiroli
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 spaetz
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 spaetz
Description

Spinoff of remaining task of #507

If we do this, then maybe we should just get rid of Beaker:. Possibly,

Replace Routes with werkzeug's routing Replace Beaker's caching with http://werkzeug.pocoo.org/docs/contrib/cache/ Replace sessions with itsdangerous http://flask.pocoo.org/snippets/51/

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