moodle/message
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-67853 message: Remove on/offline settings on message preferences 2022-01-27 15:22:15 +01:00
output MDL-73915 js: Drop support for IE and android 2022-02-23 08:55:20 +08:00
templates MDL-67853 message: Remove on/offline settings on message preferences 2022-01-27 15:22:15 +01:00
tests MDL-73659 phpunit: restore_date, api, rule, plugin, manager & helper 2022-02-05 00:03:32 +01:00
edit.php MDL-63303 message: message/edit.php opens setttings in message drawer 2018-11-15 14:43:21 +08:00
externallib.php MDL-67853 message: Remove on/offline settings on message preferences 2022-01-27 15:22:15 +01:00
index.php Merge branch 'MDL-65093_master-deprecate' of git://github.com/markn86/moodle 2019-07-29 10:43:52 +08:00
lib.php MDL-67853 message: Remove on/offline settings on message preferences 2022-01-27 15:22:15 +01:00
module.js MDL-67853 message: Remove on/offline settings on message preferences 2022-01-27 15:22:15 +01:00
notificationpreferences.php
pendingcontactrequests.php MDL-65219 message: add message/pendingcontactrequests.php page back 2019-07-23 11:37:55 +08:00
renderer.php MDL-67853 message: Remove on/offline settings on message preferences 2022-01-27 15:22:15 +01:00
upgrade.txt MDL-72587 message: Support getting both read and unread messages 2021-09-28 10:37:39 +02:00