Custom Query (1174 matches)
Results (7 - 9 of 1174)
| Ticket | Resolution | Summary | Owner | Reporter |
|---|---|---|---|---|
| #217 | FIXED | Some "verification needed" messages are not clear that _e-mail address_ is to be verified | ||
| Description |
These messages:
|
|||
| #236 | FIXED | "Your email will never be published." is not universally true. | ||
| Description |
The string at mediagoblin/auth/forms.py:48 ("Your email will never be published.") may not apply to every instance of MediaGoblin: someone might want to install MediaGoblin and not promise to keep the e-mail addresses private. The string needs to be changed/removed, or made admin-editable. |
|||
| #253 | FIXED | Filename extensions should be made lowercase on disk | ||
| Description |
"medium" and "thumbnail" versions of JPEG files are stored with a lowercase ".jpg" name extension, but the original versions are stored with whatever case was in the original file name: jpg, JPG, jpG… So you get something like this: user_dev/media/public/media_entries/fa23ab31abf7ec67be8000001: originalFileName.JpG medium.jpg thumbnail.jpg (If the file has a random extension like "dfsg", it is simply not accepted.) The extension should be made lowercase, so that all sizes have the same extension both on disk and when downloading. |
|||
