Custom Query (1173 matches)
Results (256 - 258 of 1173)
| Ticket | Resolution | Summary | Owner | Reporter |
|---|---|---|---|---|
| #1041 | wontfix | Celery 3.1 is the last version to officially support Python 2.6 | ||
| Description |
Similar to #966 Celery 3.2 or 4.0 or whatever it becomes hasn't been released yet, but Ask is planning on dropping Python 2.6 See the note on dropped 2.5 support here This is more of an FYI than an actual bug. |
|||
| #1096 | fixed | User registration form is too strict with usernames | ||
| Description |
Usernames with "-" (dash) are disallowed. The current regex in
This does allow underscores are fine with this regex though!
|
|||
| #5081 | fixed | Unhelpful SMTP error | ||
| Description |
We had a user in the IRC channel who had an issue with getting email verification setup. Based on the error they received¹ they assumed that MediaGoblin could route mail to remote hosts on its own². They were slightly confused by all this. We should catch such errors and provide a more descriptive error that doesn't require the reading of Python tracebacks to understand. Something like "Couldn't contact mail server on <host>:<port>" would be far more helpful. Feel free to contact me on IRC (moggers87) if you're thinking of tackling this ticket and are unfamiliar with MediaGoblin's internals. ¹: http://pastebin.ca/2965561 ²: it cannot |
|||
