Custom Query (1173 matches)
Results (211 - 213 of 1173)
Ticket | Resolution | Summary | Owner | Reporter |
---|---|---|---|---|
#256 | FIXED | Use staticdirect instead of /mgoblin_static/ | ||
Description |
templates should never use ``/mgoblin_static/`` but use ``request.staticdirect()`` instead, which uses the proper paths from the config. This is relevant when running mediagoblin not on / but on a subpath like /mediagoblin/. I have fixed the current templates (git branch will be pushed tomorrow). The interesting question is, if the test suite should test for this? If so, here's an idea on how to do it: 1. in ``test_mgoblin_app.ini`` set ``direct_remote_path`` to something else than /mgoblib\_static/ 2. While testing: add a special "middleware" to the main App, that greps the rendered html for mgoblin\_static and errors out. That way all tested paths will at least also get tested for wrong references. At least, that's my idea on this. |
|||
#304 | FIXED | forgot password seems to translate "" | ||
Description |
The ``/auth/forgot_password/verify/`` URL seems to translate the empty string somewhere, somehow. See `http://mediagoblin.com/u/elrond/m/screenshot-GMG-1/ <http://mediagoblin.com/u/elrond/m/screenshot-GMG-1/>`_ |
|||
#321 | FIXED | 'User' object has no attribute '_id' | ||
Description |
File '/srv/mg.wandborg.se/mediagoblin/mediagoblin/submit/views.py', line 65 in submit\_start entry['uploader'] = request.user.\_id File '/srv/mg.wandborg.se/mediagoblin/lib/python2.7/site-packages/mongokit-0.7.2-py2.7.egg/mongokit/schema\_document.py', line 379 in **getattr** return dict.**getattribute**(self, key) AttributeError: 'User' object has no attribute '\_id' |
Note:
See TracQuery
for help on using queries.