Custom Query (1173 matches)
Results (145 - 147 of 1173)
Ticket | Resolution | Summary | Owner | Reporter |
---|---|---|---|---|
#630 | fixed | Media goblin gives error page after adding a media item to a collection | ||
Description |
After trying to add a media item to a collection, I get the following error: http://paste.debian.net/233242/ It does seem that the item gets added though. |
|||
#631 | duplicate | When name of upload conflicts with existing media, mg uses the id number, but does not check whether an exisiting item is named that. | ||
Description |
e.g. I name the fifth picture I upload 7. I then upload another picture and name it "leaf". I then upload another picture, also named "leaf". The url for the first picture and the last picture will be https://mg.tenthcircle.net/u/simonft/m/10/ This also happens if a I upload a picture with a name conflict, then another picture with the name being the id number of the conflicting picture. i.e. I upload a picture named "leaf", then another picture name "leaf". The second picture gets the url https://mg.tenthcircle.net/u/simonft/m/17/. I then upload a picture with the name "17", which gets the same url. |
|||
#644 | no-action | When celery is not running but CELERY_ALWAYS_EAGER=false, media do not show up under "Media in Processing" | ||
Description |
If you run paste with CELERY_ALWAYS_EAGER=false, but celery is not running, it queues the media for processing with celery. However, the media does not show up in the media processing panel as media in-processing. |