-
Improvement
-
Resolution: Fixed
-
Major
-
3.0.0
-
- Check that after upgrade, all previously downloaded files keep working.
- Check that files without extension (for example CBE activities) are correctly shown.
-
MOODLE_30_STABLE
-
MOODLE_31_STABLE
-
Large
Right now the filepool only looks for extensions in the URL of a file, so if a URL doesn't contain the file extension then it's going to download the file without it. This causes some problems.
If an SVG file is downloaded without extension then it's not going to work.
For example, in quiz we can download the icons:
{MOODLEURL}/theme/image.php/clean/core/1456928261/i/grade_correct{MOODLEURL}/theme/image.php/clean/core/1456928261/i/grade_incorrect
Also, in iOS we can't open files without extension, they aren't shown. The new Moodle versions add the extension automatically to the files, but I guess old Moodles didn't do that so we've found several Moodles with this problem.
- blocks
-
MOBILE-1596 Show activity icons from CBE
-
- Closed
-
- will help resolve
-
MOBILE-1547 Basic CBE support
-
- Closed
-