Custom Query (1173 matches)
Results (166 - 168 of 1173)
Ticket | Resolution | Summary | Owner | Reporter |
---|---|---|---|---|
#665 | fixed | Tests fail for WebTest 2.0.2 | ||
Description |
WebTest 2.0.2 breaks tests. :( Currently, only 1 test is failing. Using ./bin/nosetests + CELERY_CONFIG_MODULE=mediagoblin.init.celery.from_tests + exec ./bin/nosetests ./mediagoblin/tests ...........E............................................................................. ====================================================================== ERROR: mediagoblin.tests.test_csrf_middleware.test_csrf_cookie_set ---------------------------------------------------------------------- Traceback (most recent call last): File "/home/dave/Code/mediagoblin/lib/python2.7/site-packages/nose-1.2.1-py2.7.egg/nose/case.py", line 197, in runTest self.test(*self.arg) File "/home/dave/Code/mediagoblin/mediagoblin/tests/test_csrf_middleware.py", line 30, in test_csrf_cookie_set assert cookie_name in response.cookies_set AttributeError: 'TestResponse' object has no attribute 'cookies_set' -------------------- >> begin captured logging << -------------------- mediagoblin.tools.routing: DEBUG: endpoint: mediagoblin.auth.login view_func: <function login at 0x49ad6e0> --------------------- >> end captured logging << --------------------- ---------------------------------------------------------------------- Ran 89 tests in 131.405s FAILED (errors=1) |
|||
#666 | invalid | Resubmitting a new photo with a deleted photo's name shows the old photo | ||
Description |
I deleted a photo. I then took a new photo and saved it as the same name as the old photo, locally. When uploading the new photo, the old photo appears in MediaGoblin. Its as if the old photo is still in the database and gets re-associated when uploading a new picture with the same name. |
|||
#668 | fixed | Replace beaker sessions with itsdangerous based sessions | ||
Description |
We want to switch from beaker sessions to itsdangerous based sessions. Why? We should come up with a better list of reaasons than "The core developers like this idea". What's needed?
Some more DetailsCreate a class that will be our new
|