Custom Query (1174 matches)
Results (34 - 36 of 1174)
| Ticket | Resolution | Summary | Owner | Reporter |
|---|---|---|---|---|
| #261 | fixed | Resized images should have individual (detailed) filenames (not just medium.jpg or thumbnail.jpg) | ||
| Description |
Assuming that people want to download the smaller versions of images, those versions need useful file names. Currently the names are just "medium.jpg" and "thumbnail.jpg", which are not unique. Better names could be something like "Original_file_name.medium.jpg". However, it attention needs to be paid so that GMG does not try to create files with paths too long for the operating system to process. |
|||
| #264 | fixed | Make sure delete_media deletes comments | ||
| Description |
Looking at the code, it seems like the comments (on a media) aren't deleted together with the media.
|
|||
| #270 | fixed | Create shell scripts to ease launching of celeryd with a local .ini | ||
| Description |
Use case¶Chewbacca launches ./lazyserver.sh with the arguments -c mediagoblin_local.ini to prevent merge conflicts while still having local changes from the default .ini. One day, Chewbacca wants to be able to run celery in a separate process. First, out of confusion he runs celery with CELERY_CONFIG_MODULE=mediagoblin.init.celery.from_celery ./bin/celeryd This seems to work, but all the images are broken. Chewbacca doesn't realise that the problem is that his public_store is not the ordinary public_store but cloudfiles. Chewbacca has to type export MEDIAGOBLIN_CONFIG=mediagoblin_local.ini; export CELERY_CONFIG_MODULE=mediagoblin.init.celery.from_celery; ./bin/celeryd Chewbacca wants to type ./lazycelery.sh -c mediagoblin_local.ini |
|||
