Custom Query (1173 matches)
Results (133 - 135 of 1173)
Ticket | Resolution | Summary | Owner | Reporter |
---|---|---|---|---|
#589 | fixed | Reduce test suite run time | ||
Description |
Don't get a new app (discarding and recreating the databases) when it's not needed to have fresh ones. This series of patches reduces the test suite runtime from 135 to 95 seconds on my laptop. WIP/test_performance repo: git://gitorious.org/~spaetz/mediagoblin/spaetz-mediagoblin.git |
|||
#599 | fixed | Allow login by username OR email | ||
Description |
There is no reason we cannot offer the login form offering to either enter ones user name OR email address (which can be helpful if I don't remember the username I've been using). This is very low-priority, of course. |
|||
#663 | wontfix | Enable submission by email (e-mail) | ||
Description |
Currently, we do not support submission by email, although this has been a cool feature that the late posterous.com has been supporting. We should definitely offer a script that is able to poll an imap account and does the submission for us. Bonus points for (close to) real-time submission via IMAP IDLE? |