moodle/course
Andrew Nicols e1b9d5f3cd MDL-73915 js: Drop support for IE and android
Moodle announced that support for IE would be dropped back in August
2020 with Moodle 3.9 but not active steps were taken at that time. That
decision was made in MDLSITE-6109 and this particular step was meant to
be taken in Moodle 3.10.

This is the first step taken to actively drop support for IE.

This commit also bumps the browser support pattern from 0.25% to 0.3%.
The percentage here includes any browser where at least this percentage
of users worldwide may be using a browser. In this case it causes
support for Android 4.3-4.4 to be dropped, which relate to Android
KitKat (released 2013).

This combination of changes means that all of the supported browsers in
our compatibility list support modern features including async,
for...of, classes, native Promises, and more which has a huge impact on
the ease of debugging code, and drastically reduces the minified file
size because a number of native Polyfills included by Babel are no
longer included.
2022-02-23 08:55:20 +08:00
..
ajax
amd MDL-73915 js: Drop support for IE and android 2022-02-23 08:55:20 +08:00
classes MDL-73636 course: use formatted name in exported activity data. 2022-02-14 09:18:57 +00:00
format MDL-73915 js: Drop support for IE and android 2022-02-23 08:55:20 +08:00
report
templates MDL-72089 block_myoverview: Template changes for styling 2022-01-24 15:09:38 +08:00
tests Merge branch 'MDL-73722' of https://github.com/paulholden/moodle 2022-02-10 17:21:10 +11:00
yui MDL-73915 js: Upgrade babel and eslint 2022-02-23 08:53:54 +08:00
admin.php MDL-73316 navigation: Add homepagesecondary nav 2022-01-12 13:54:57 +08:00
bulkcompletion.php MDL-69918 core: Update uses of legacy form change checker 2021-08-10 23:54:01 +08:00
category.ajax.php
changenumsections.php
completion.php
completion_form.php MDL-68325 completion: Add validation to course completion form 2021-09-13 12:06:08 +02:00
customfield.php MDL-57898 core_course: add custom fields support to courses 2019-01-18 14:28:18 +01:00
defaultcompletion.php MDL-69918 core: Update uses of legacy form change checker 2021-08-10 23:54:01 +08:00
delete.php MDL-28505 Backup: Asynchronous backup and restore 2019-04-09 00:15:42 +00:00
dndupload.js MDL-71779 core_courseformat: reactive add and delete sections 2021-10-28 16:41:17 +02:00
dndupload.php
dnduploadlib.php MDL-72995 core_course: Revert "MDL-55231: Partial course cache rebuild" 2021-11-04 11:57:58 +02:00
downloadcontent.php MDL-72643 core: Improve display_size 2021-09-27 16:52:33 +01:00
edit.php MDL-72095 theme_boost: max width for activity pages 2021-12-08 17:29:49 +01:00
edit_form.php MDL-72309 course: make category a required field in forms. 2021-10-04 08:11:32 +01:00
editbulkcompletion.php
editcategory.php
editdefaultcompletion.php
editsection.php MDL-51327 core_course: Allow subdirs in edit section form 2019-09-24 09:08:14 +08:00
editsection_form.php
enrol.php
externallib.php MDL-69561 mod: handle content download on course modules 2021-11-11 18:38:53 +08:00
index.php MDL-72095 theme_boost: max width for activity pages 2021-12-08 17:29:49 +01:00
info.php MDL-10965 courses: capability to browse course list 2019-04-10 12:35:28 +02:00
jumpto.php
lib.php Merge branch 'master_MDL-71696-versioning-integration' of https://github.com/catalyst/moodle-MDL-70329 2022-02-03 13:25:27 +01:00
loginas.php MDL-63786 core: set $CFG->forceclean for logged in as sessions 2019-03-05 04:24:53 +01:00
management.php MDL-72396 core: Allow setting of active tab 2021-09-17 12:37:42 +05:30
mod.php MDL-72995 core_course: Revert "MDL-55231: Partial course cache rebuild" 2021-11-04 11:57:58 +02:00
modduplicate.php
modedit.php Merge branch 'MDL-72095-master-3' of https://github.com/bmbrands/moodle 2021-12-13 18:46:16 +02:00
modlib.php MDL-69561 mod: handle content download on course modules 2021-11-11 18:38:53 +08:00
moodleform_mod.php MDL-69561 mod: handle content download on course modules 2021-11-11 18:38:53 +08:00
pending.php MDL-66740 core_course: Add context to capabilities to request course 2019-10-14 11:38:13 +02:00
recent.php MDL-68217 course: Style recent activity report. 2020-05-05 22:09:32 +02:00
recent_form.php MDL-71099 Lib: Move new user_fields class from core to core_user 2021-03-25 13:47:23 +00:00
recommendations.php MDL-67587 course: Add search in recommended activities admin page 2020-04-09 09:17:53 +08:00
renderer.php MDL-72466 core_output: dropdown menu alignment 2022-01-27 17:24:20 +01:00
report.php
request.php MDL-66740 core_course: change defaults for course request settings 2019-10-14 12:22:16 +02:00
request_form.php MDL-72309 course: make category a required field in forms. 2021-10-04 08:11:32 +01:00
reset.php
reset_form.php
resources.php MDL-67751 course: include inline folders in list of resources. 2020-04-15 13:59:50 +01:00
rest.php
scales.php
search.php MDL-69454 core_search: consistent frontpage course search 2020-09-21 10:15:11 +02:00
switchrole.php MDL-63387 course: use renamed role names, update Behat tests. 2020-09-01 12:05:20 +01:00
switchrole_form.php
tags.php
tags_form.php
togglecompletion.php MDL-70821 course: Remove old manual completion toggling 2021-04-12 11:41:37 +08:00
upgrade.txt MDL-73068 timeline: Update courses view to omit courses without events 2022-01-18 18:22:45 +08:00
user.php MDL-72772 gradereport_overview: account for users with parent roles. 2022-01-12 14:18:52 +01:00
view.php MDL-73316 course: Prevent further redirects on redirect 2022-01-17 12:35:34 +08:00