Custom Query (1173 matches)
Results (214 - 216 of 1173)
Ticket | Resolution | Summary | Owner | Reporter |
---|---|---|---|---|
#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. |
|||
#939 | wontfix | Move "Security Considerations" to "Considerations for Production Deployments" | ||
Description |
This warning about |
|||
#5349 | fixed | Audio submission failing (DetachedInstanceError in test_audio) | ||
Description |
I'm seeing the following error in master (2a1082e3) when running tests: $ bin/py.test mediagoblin/tests/test_submission.py::TestSubmission::test_audio --boxed ______ TestSubmission.test_audio_______ Traceback (most recent call last): File "/home/ben/work/ws/mediagoblin/mediagoblin/tests/test_submission.py", line 377, in test_audio self.check_normal_upload('Audio', path) File "/home/ben/work/ws/mediagoblin/mediagoblin/tests/test_submission.py", line 121, in check_normal_upload **self.upload_data(filename)) File "/home/ben/work/ws/mediagoblin/mediagoblin/tests/test_submission.py", line 90, in do_post response = self.test_app.post(url, data, **kwargs) ⋮ File "/home/ben/work/ws/mediagoblin/mediagoblin/submit/views.py", line 73, in submit_start user=request.user.username) ⋮ DetachedInstanceError: Instance <LocalUser at 0x7f607207d110> is not bound to a Session; attribute refresh operation cannot proceed
I've chased it down to
I've looked back through the version control history, and this error is occurring for me right back to when This appears to not be related to #5323: Audio submission failing. |