moodle/calendar
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-73854 Calendar: Fix calendar controls cannot be translated 2022-02-15 12:16:32 +07:00
templates MDL-73297 Calendar: Display improvement in small screen 2022-01-07 14:41:32 +07:00
tests Merge branch 'MDL-73669-master' of https://github.com/marinaglancy/moodle 2022-02-10 16:39:06 +01:00
type/gregorian MDL-69475 versions: bump all versions and requires in master 2020-08-18 00:47:15 +02:00
delete.php MDL-59671 core_calendar: replace current delete permission checks 2017-08-09 14:51:22 +08:00
event.php MDL-59890 calendar: Display category events on calendars 2017-10-03 23:22:18 +08:00
event_form.php Merge branch 'MDL-58997-group-names-multilang' of https://github.com/lucaboesch/moodle 2017-05-30 16:53:06 +01:00
export.php MDL-72470 calendar: Add breadcrumbs to calendar page 2021-11-08 16:53:39 +05:30
export_execute.php MDL-61554 calendar: Set $PAGE context in calendar export. 2021-12-07 12:30:23 +13:00
externallib.php MDL-71239 calendar: disallow manager role users edit user events 2022-01-11 14:34:16 +01:00
import.php MDL-72470 calendar: Add breadcrumbs to calendar page 2021-11-08 16:53:39 +05:30
index.php
lib.php MDL-71239 calendar: disallow manager role users edit user events 2022-01-11 14:34:16 +01:00
managesubscriptions.php MDL-72470 calendar: Add breadcrumbs to calendar page 2021-11-08 16:53:39 +05:30
renderer.php MDL-72810 core_calendar: Remove the three-month pseudo block 2021-11-19 18:33:46 +08:00
upgrade.txt MDL-71239 calendar: disallow manager role users edit user events 2022-01-11 14:34:16 +01:00
view.php MDL-72237 core_calendar: limit number of day events on calenar view 2021-12-03 16:21:30 +11:00