Custom Query (1173 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (289 - 291 of 1173)

Ticket Resolution Summary Owner Reporter
#5336 duplicate Bug in media types extension parsing Laura Arjona Reina
Description

As reported by Michael Macnair in the mailing list (Thanks!):

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.

Ditto for line 87.

Cheers, Michael

#5400 wontfix Pop-up message when hovering in footpage shows 0.8.0 despite being in 0.8.1 Laura Arjona Reina
Description

Dear all Thank you for working in GNU Mediagoblin. I just upgraded my instances from 0.8.0 to 0.8.1 and everything went fine, except that the footnote in the webpages, when hovering over "Mediagoblin", shows "0.8.0" instead of "0.8.1".

I've checked that indeed the file _version.py when checking out 0.8.1 tag, remains unchanged.

This is very easy to fix, but not so easy to get the fix merged in 0.8.1, since it wouldn't be 0.8.1 anymore (maybe 0.8.1.1 ? Probably not worthwhile since 0.8.2 release is very soon).

I just leave this bug report here so people upgrading to 0.8.1 and discovering the problem, know that it's a bug, not a problem of their upgrading process.

#1033 wontfix (spam bug) lahirmad87
Description

Spam bug, removed.

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