Custom Query (1173 matches)
Results (79 - 81 of 1173)
Ticket | Resolution | Summary | Owner | Reporter |
---|---|---|---|---|
#766 | fixed | "accoutn" instead of "account" | ||
Description |
In mediagoblin/auth/views.py:340 the string says: "You are no longer an active user. Please contact the system admin to reactivate your accoutn." Typo in account (accoutn insteand of account). |
|||
#819 | fixed | Submitting media via the API plugin ignores tags | ||
Description |
Tags are not parsed by the API plugin's submit function. |
|||
#5458 | fixed | batchaddmedia does not properly parse the "media:location" header field | ||
Description |
The documentation here: http://mediagoblin.readthedocs.io/en/stable/siteadmin/commandline-upload.html#command-line-batch-uploading states that the path to a media file is given by the "media:location" header field but using this header field name causes a parse error. Looking at the code here: http://git.savannah.gnu.org/cgit/mediagoblin.git/tree/mediagoblin/gmg_commands/batchaddmedia.py#n111 it seems the code is expecting the header field name to be "location". So, I guess either a code change or a documentation change is needed. |