the files with a valid extension but written in uppercase not considered for the counter.

CommentFileSizeAuthor
ScreenShot007.png4.8 KBsbartoz

Comments

pixture’s picture

Assigned: Unassigned » pixture

I do not understand.
Do you mean that the file "sample1.GPX" is not counted but "sample2.gpx" is counted?

Current code does not care about uppercase/lowercase of the extensions. It tries to see if the file name extension matches to any one of the specified valid extensions. This comparison is case sensitive so if the file is "sample3.Gpx", then this file is not counted.

sbartoz’s picture

if I setting only "gpx" extensions the file "sample.GPX" is not counted.

pixture’s picture

Version: 6.x-1.0-beta3 » 6.x-1.0-beta4
Status: Active » Fixed

Fixed with beta4.

Now valid extensions are case insensitive.

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.