Custom Query (1173 matches)
Results (7 - 9 of 1173)
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: - "Almost done! Your account still needs to be verified." - "Someone has registered an account with this username, but it still has to be verified." say the account needs to be verified. But really what needs to be *verified* is that the e-mail address belongs to the account's owner. The account itself needs to be *activated*. |
|||
#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. |
Note:
See TracQuery
for help on using queries.