﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	resolution	keywords	cc	parents
5068	File extension matching fails with relative paths	anongoblin		"{{{
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."	defect	closed	major	0.8.0	programming	fixed			
