Custom Query (1174 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (241 - 243 of 1174)

Ticket Resolution Summary Owner Reporter
#254 fixed Directories in queue are not deleted automatically Aleksej
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 Jorge Araya Navarro Aleksej
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/ Elrond Elrond
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.

Batch Modify
Note: See TracBatchModify for help on using batch modify.
Note: See TracQuery for help on using queries.