Custom Query (1173 matches)
Results (241 - 243 of 1173)
| Ticket | Resolution | Summary | Owner | Reporter |
|---|---|---|---|---|
| #254 | fixed | Directories in queue are not deleted automatically | ||
| Description |
There are empty directories left in user\_dev/media/queue/media\_entries/ after files are uploaded. |
|||
| #255 | fixed | Cannot delete media page if the file itself had been deleted | ||
| Description |
1. Have some media uploaded.
2. Delete the files manually from the user\_dev directory.
3. Try deleting a media through MediaGoblin (I used an "admin"
user).
Fails with "No such file or directory", shows an error page.
|
|||
| #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. |
|||
Note:
See TracQuery
for help on using queries.
