Custom Query (1173 matches)
Results (205 - 207 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 |
|||
#592 | fixed | Poor overflow handling for thumbnail titles | ||
Description |
The default theme has poor overflow handling in thumbnail titles, at least in Firefox 18 and Chromium 20. Screenshot: http://pix.toile-libre.org/upload/original/1357821869.png In CSS3 browsers this can be avoided by using "text-overflow: ellipsis", see http://dev.w3.org/csswg/css3-ui/#text-overflow In older browsers, perhaps "text-overflow: ellipsis" can be emulated using a JavaScript snippet. If JS is not available either, the text should be at least cut off properly. |
|||
#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. |