Custom Query (1174 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (316 - 318 of 1174)

Ticket Resolution Summary Owner Reporter
#5068 fixed File extension matching fails with relative paths anongoblin
Description
media_types/__init__.py:109:
    if filename.find('.') > 0:

should be: if filename.find('.') >= 0:

Because otherwise files of the form "./blah.mp4" don't work, which happens with the localfiles plugin.

#5084 fixed Exit code from gmg anongoblin
Description

If I attempt to create a user that exists already by executing this command twice:

gmg adduser --username foo --password bar --email foo@bar.com

I get an error message at the second time: "Sorry, a user with that name already exists." but the exit code stays 0. This should be non-0, so it's easier to script this.

It may be worthwhile to check the exit codes of other gmg subcommands as well.

#5085 wontfix Cannot register on this site anongoblin
Description

The front page of https://issues.mediagoblin.org/ says

"In the navigation bar in the upper right is a link titled Register"

but this does not seem to be correct. In other words, you get this bug report filed anonymously :-)

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