Custom Query (1173 matches)
Results (220 - 222 of 1173)
Ticket | Resolution | Summary | Owner | Reporter |
---|---|---|---|---|
#423 | fixed | Mongo to SQL script doesn't set up Ascii/Audio SQL | ||
Description |
When you run the conversion script, it doesn't set up the ascii art SQL table until you run Elrond said he could fix this! |
|||
#456 | fixed | Unhandled exception after failed upload | ||
Description |
My friend is trying to install MediaGoblin but it breaks when he tries to upload a JPG. That might not be the end of the world by itself, but there's an unhandled exception when the code tries to save information about the failure, so it's really difficult to tell what went on. This bug is about fixing that exception. |
|||
#509 | fixed | Extract media file submission logic into common library | ||
Description |
Take a look at the views for /submit/ and /api/submit/. The media file submission logic between them is largely duplicated.
This logic should be moved to This logic should be adapted so that it covers both the /submit/ and /api/submit use-case. The /submit/ and /api/submit/ views should be adapted to use library tool for media file submission. |