Custom Query (1173 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


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 Matt Molyneaux
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 Matt Molyneaux
Description

Usernames with "-" (dash) are disallowed. The current regex in normalize_user_or_email_field is:

\w+$

This does allow underscores are fine with this regex though!

./bin/gmg adduser allow usernames with dashes, so either validation needs to happen there or the restriction needs to be lifted in the form.

#5081 fixed Unhelpful SMTP error Matt Molyneaux
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

Batch Modify
Note: See TracBatchModify for help on using batch modify.
Note: See TracQuery for help on using queries.