Custom Query (1174 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (253 - 255 of 1174)

Ticket Resolution Summary Owner Reporter
#966 wontfix Latest version of "Markdown" package is incompatible with Python 2.6 Matt Molyneaux
Description

Markdown 2.5 has just been released and is incompatible with Python 2.6.

Other than just dropping Python 2.6 support (not really an option for 0.7.*), we have two other options:

  • Pin Markdown to <2.5 until we drop Py2.6 support
  • Install importlib via PyPI for Py2.6 users (via conditional requirements in setup.py)

See the release notes for more details.

#968 fixed mediagoblin.submit.task.collect_garbage is not mediagoblin.submit.task.garbage_collection Matt Molyneaux
Description

The garbage collection task has not been specified correctly.

In mediagoblin/init/celery/init.py, mediagoblin.submit.task.garbage_collection is specified.

The task in mediagoblin/submit/task.py is called collect_garbage

Run celery with -l info to see the error produced.

#1022 no-action "batchaddmedia" only supports CSV Matt Molyneaux
Description

Personal preferences aside, this would just be nice to have.

Support for JSON (maybe other formats too?) would be trivial to implement. Especially so for JSON, as Python has all the UTF-8 encoding magic build in.

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