Custom Query (1173 matches)
Results (253 - 255 of 1173)
| Ticket | Resolution | Summary | Owner | Reporter |
|---|---|---|---|---|
| #968 | fixed | mediagoblin.submit.task.collect_garbage is not mediagoblin.submit.task.garbage_collection | ||
| Description |
The garbage collection task has not been specified correctly.
In mediagoblin/init/celery/init.py,
The task in mediagoblin/submit/task.py is called
Run celery with |
|||
| #1022 | no-action | "batchaddmedia" only supports CSV | ||
| 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. |
|||
| #1034 | fixed | "addmedia" command doesn't handle UTF8 titles/descriptions | ||
| Description |
When adding media via the commandline, UTF8 characters in either (mediagoblin)[gmg@dichromate mediagoblin]$ gmg addmedia moggers87 doge.png --title "test ß"
Traceback (most recent call last):
File "/home/gmg/mediagoblin/bin/gmg", line 9, in <module>
load_entry_point('mediagoblin==0.7.0', 'console_scripts', 'gmg')()
File "/home/gmg/mediagoblin/mediagoblin/gmg_commands/__init__.py", line 124, in main_cli
args.func(args)
File "/home/gmg/mediagoblin/mediagoblin/gmg_commands/addmedia.py", line 95, in addmedia
title=maybe_unicodeify(args.title),
File "/home/gmg/mediagoblin/mediagoblin/gmg_commands/addmedia.py", line 88, in maybe_unicodeify
return unicode(some_string)
UnicodeDecodeError: 'ascii' codec can't decode byte 0xc3 in position 5: ordinal not in range(128)
The cause of this error is in the |
|||
