moodle/enrol
vtos 22129e914e MDL-61811 enrol_manual: fixed updating of 'notifyall' field
When updating a manual enrolment instance, the value of 'notifyall' field must be calculated automatically based on the value of
'expirynotify' field. The relevant plugin's method missed that, thus, the value of 'notifyall' field was never updated when
editing a manual enrolment instance and changing the 'expirynotify' setting.

A functional test has been added to test the entire behaviour of the relevant plugin's method.
2023-08-20 12:28:15 +02:00
..
category MDL-77940 versions: bump all versions and requires near release 2023-04-18 18:08:09 +02:00
classes Merge branch 'MDL-78175-master' of https://github.com/ferranrecio/moodle 2023-06-13 13:43:48 +08:00
cohort Merge branch 'MDL-78587' of https://github.com/paulholden/moodle 2023-07-13 16:49:58 +02:00
database MDL-78000 upgrade: add the 4.2.0 separation line to all upgrade scripts 2023-04-22 23:17:50 +08:00
fee MDL-77940 versions: bump all versions and requires near release 2023-04-18 18:08:09 +02:00
flatfile MDL-78000 upgrade: add the 4.2.0 separation line to all upgrade scripts 2023-04-22 23:17:50 +08:00
guest Merge branch 'MDL-70152-master' of https://github.com/andelacruz/moodle 2023-06-14 13:24:06 +08:00
imsenterprise MDL-78000 upgrade: add the 4.2.0 separation line to all upgrade scripts 2023-04-22 23:17:50 +08:00
ldap MDL-77350 enrol: Added class properties that are not declared 2023-05-16 00:33:19 +07:00
lti MDL-76557 enrol_lti: Fix unit test docs and convert to provider 2023-08-17 09:12:36 +02:00
manual MDL-61811 enrol_manual: fixed updating of 'notifyall' field 2023-08-20 12:28:15 +02:00
meta MDL-77940 versions: bump all versions and requires near release 2023-04-18 18:08:09 +02:00
mnet MDL-78000 upgrade: add the 4.2.0 separation line to all upgrade scripts 2023-04-22 23:17:50 +08:00
paypal MDL-78000 upgrade: add the 4.2.0 separation line to all upgrade scripts 2023-04-22 23:17:50 +08:00
self MDL-69231 behat: remaining work for role capability generator 2023-06-02 12:47:27 +08:00
tests MDL-77164 various: fix incorrect phpdocs 2023-04-13 11:35:06 +01:00
yui MDL-77174 enrol: Update role manager to drop YUI confirm module 2023-07-31 10:56:21 +08:00
ajax.php MDL-71099 Lib: Move new user_fields class from core to core_user 2021-03-25 13:47:23 +00:00
bulkchange_forms.php
editenrolment.php MDL-66489 enrol: prevent warning when the duration field is disabled 2019-09-11 20:18:43 +10:00
editenrolment_form.php MDL-64032 enrol_manual: Make consistent the UI for setting enrolment 2019-07-23 14:21:43 +07:00
editinstance.php MDL-73645 core_enrol: Update breadcrumb nodes 2022-03-02 13:00:25 +08:00
editinstance_form.php MDL-52035 core_enrol: allow redirection to another page 2016-04-26 15:58:08 +08:00
externallib.php MDL-77164 various: fix incorrect phpdocs 2023-04-13 11:35:06 +01:00
index.php MDL-74964 core_enrol: enrolment page UI fixes 2022-07-27 08:10:43 +08:00
instances.php MDL-78587 course: use tertiary nav selector on participant pages. 2023-07-12 18:26:23 +01:00
locallib.php MDL-77164 various: fix incorrect phpdocs 2023-04-13 11:35:06 +01:00
otherusers.php MDL-75337 core: Single button - core changes 2023-01-24 06:01:35 +01:00
README.txt
renameroles.php MDL-78587 course: use tertiary nav selector on participant pages. 2023-07-12 18:26:23 +01:00
renderer.php MDL-77350 enrol: Added class properties that are not declared 2023-05-16 00:33:19 +07:00
test_settings.php MDL-29895 core: removed require_login() when not needed 2018-09-10 11:22:50 +02:00
unenroluser.php MDL-71062 core: Step 1 deprecation of print_error function 2022-07-13 08:20:54 +05:30
upgrade.txt MDL-73708 course: Return geo pattern generated course images via WS 2023-03-22 17:39:07 -03:00
users_forms.php MDL-50666 core: Add function get_viewable_roles to set role visibility 2017-12-19 13:53:23 +13:00

ENROLMENT MODULES
-----------------

(Yes, that's the correct English spelling  ;-) )

All enrolment modules must extend base class enrol_plugin
which is defined in lib/enrollib.php. You can find documentation
of each method in the base class.