moodle/message/output/popup
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
..
amd MDL-73915 js: Drop support for IE and android 2022-02-23 08:55:20 +08:00
classes MDL-60680 notifications: New customdata field 2019-04-23 13:15:24 +02:00
db MDL-69308 upgrade: remove all the < 3.6.0 upgrade steps 2021-01-13 19:11:19 +01:00
lang/en MDL-61764 message_popup: implement privacy provider 2018-04-20 12:05:32 +08:00
templates MDL-68312 output: Fix empty links 2020-05-28 19:18:38 +10:00
tests MDL-73659 phpunit: restore_date, api, rule, plugin, manager & helper 2022-02-05 00:03:32 +01:00
externallib.php MDL-60680 notifications: New customdata field 2019-04-23 13:15:24 +02:00
lib.php MDL-72325 user: Use the core_user::awaiting_action() in existing places 2021-08-12 13:05:38 +02:00
mark_notification_read.php MDL-66237 message_popup: Get redirecturl from notification contexturl 2020-01-07 11:16:13 +08:00
message_output_popup.php MDL-70552 core_message: Show popup for teachers when anonymous 2021-02-17 08:42:52 +02:00
notifications.php MDL-61255 core_message: add warning when notifications not migrated 2018-04-10 17:28:52 +08:00
version.php MDL-71583 versions: Add all the missing full-stops to version/requires 2021-05-11 20:11:07 +02:00