moodle/calendar
Andrew Nicols acd9d9823b MDL-70990 core_form: Replace FORM_SUBMIT_AJAX event
The legacy M.core.event.FORM_SUBMIT_AJAX ecent has been replaced with a
new core_form/events::formSubmittedByJavascript native DOM event.

The new event can be listened to at any point in the DOM using the
following syntax:

```
import {eventTypes} from 'core_form/events';

document.addEventListener(eventTypes.formSubmittedByJavascript, handler);
```

A backward-compatabibility layer is included to ensure that any
legacy YUI event triggered on a form is still respected and the new
native event is also fired.

A similar handler is also included to ensure that any legacy YUI event
listener is still called with the same arguments.

These legacy bridges will be removed after Moodle 4.3.
2021-05-26 10:46:49 +08:00
..
amd MDL-70990 core_form: Replace FORM_SUBMIT_AJAX event 2021-05-26 10:46:49 +08:00
classes MDL-70926 core: getuserdate() shoud show debugging if null was passed 2021-05-06 19:55:32 +02:00
templates MDL-70625 core_calendar: Fix whitespace appearance in the id attribute 2021-01-14 01:54:26 +11:00
tests MDL-70926 core: getuserdate() shoud show debugging if null was passed 2021-05-06 19:55:32 +02: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-68845 calendar: Move duplicated code to function 2020-09-29 10:51:45 +02:00
export_execute.php MDL-69910 calendar: Fix export exception when both params are sent 2020-10-10 19:31:16 +11:00
externallib.php MDL-68098 ws: Fix WebServices broken by filters HTML 2020-09-22 09:43:03 +02:00
index.php
lib.php MDL-71182 calendar: Revert "Merge branch 'MDL-67494-master' of git://github.com/lameze/moodle" 2021-03-24 09:11:01 +08:00
managesubscriptions.php MDL-66455 calendar: show site level subscriptions 2019-10-31 18:44:14 +08:00
renderer.php MDL-70893 various: optional function arguments must be in the end 2021-02-15 16:53:37 +01:00
upgrade.txt MDL-69479 upgrade: Change all 4.0 occurrences to 3.10 2020-08-21 23:57:17 +02:00
view.php MDL-66875 calendar: allow the use of day, mon and year again. 2020-01-25 00:56:39 +01:00