Custom Query (1173 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (211 - 213 of 1173)

Ticket Resolution Summary Owner Reporter
#729 fixed Boolean field description should be off to the side rodney757
Description

A fix to move the description of checkboxes to the right of the checkbox instead of below it.

https://github.com/rodney757/mediagoblin/tree/boolean

#730 fixed VPS use rodney757
Description

Need to test out new media_type plugins in #723.

At a bare minimum, audio and video support, but all media types would be nice.

Thanks simonft

#731 fixed Setting create_spectrogram to false breaks processing pythonsnake
Description

I tried disabling spectograms and a bunch of bugs appeared:

  • Trying to submit audio files yield that error:
/home/pythonsnake/repositories/mediadwarf/lib/python2.6/site-packages/SQLAlchemy-0.8.1-py2.6-linux-x86_64.egg/sqlalchemy/types.py:753: SAWarning: Unicode type received non-unicode bind param value.
  return impl_processor(process_param(value, dialect))
  • The thumbnail is set to a nonexistent file,
    /mgoblin_media/fake/thumb/path.jpg
    

Maybe we should rather define a default audio thumbnail for that kind of situation?

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