moodle/enrol
meirzamoodle 699daafc64 MDL-64148 core: Make email greetings consistent
Some email body strings use first names as greetings,
some use full names, and some do not.

Using the first name for greeting makes it consistent and
a bit more "personal".
2024-07-30 22:40:47 +07:00
..
category MDL-81522 phpunit: Add missing void return type to all tests 2024-06-11 11:55:07 +02:00
classes MDL-82466 reportbuilder: new format helper for formatting time. 2024-07-19 10:33:57 +01:00
cohort MDL-82225 enrol_cohort: Behat scenario updates for cohort deletion. 2024-07-12 10:58:00 +01:00
database MDL-81523 phpunit: Add all missing setUp/tearDown parent calls 2024-06-14 16:04:57 +02:00
fee MDL-81522 phpunit: Add missing void return type to all tests 2024-06-11 11:55:07 +02:00
flatfile MDL-81523 phpunit: Add all missing setUp/tearDown parent calls 2024-06-14 16:04:57 +02:00
guest MDL-81522 phpunit: Add missing void return type to all tests 2024-06-11 11:55:07 +02:00
imsenterprise MDL-81523 phpunit: Add all missing setUp/tearDown parent calls 2024-06-14 16:04:57 +02:00
ldap MDL-81522 phpunit: Add missing void return type to all tests 2024-06-11 11:55:07 +02:00
lti MDL-79717 phpunit: ensure unique data provider keys in tests. 2024-07-10 14:08:49 +01:00
manual MDL-64148 core: Make email greetings consistent 2024-07-30 22:40:47 +07:00
meta MDL-81523 phpunit: Add all missing setUp/tearDown parent calls 2024-06-14 16:04:57 +02:00
mnet MDL-81616 upgrade: add the 4.4.0 separation line to all upgrade scripts 2024-04-20 21:01:04 +08:00
paypal MDL-81523 phpunit: Add all missing setUp/tearDown parent calls 2024-06-14 16:04:57 +02:00
self MDL-64148 core: Make email greetings consistent 2024-07-30 22:40:47 +07:00
tests MDL-64148 core: Make email greetings consistent 2024-07-30 22:40:47 +07:00
yui MDL-81819 theme_boost: Refactor .close usages for BS5 2024-07-12 14:17:10 +02:00
ajax.php Merge branch 'MDL-78312-master' of https://github.com/NashTechOpenUniversity/moodle 2023-09-15 16:56:22 +08:00
bulkchange_forms.php
editenrolment.php
editenrolment_form.php
editinstance.php MDL-81506 core_enrol: New capability to edit the welcome message 2024-06-20 15:23:04 +10:00
editinstance_form.php MDL-81420 enrol: Remove duplicated header in editing form 2024-04-09 15:27:51 +02:00
externallib.php MDL-80504 forum: Fix seperate group mode 2024-02-08 15:32:31 +08:00
index.php MDL-74964 core_enrol: enrolment page UI fixes 2022-07-27 08:10:43 +08:00
instances.php MDL-78551 core_enrol: Add support for hooks api 2024-03-26 13:53:39 +11:00
locallib.php MDL-80504 forum: Fix seperate group mode 2024-02-08 15:32:31 +08: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-74417 admin: Remove sesskey from test settings links 2023-12-01 18:41:50 +10:00
unenroluser.php MDL-71062 core: Step 1 deprecation of print_error function 2022-07-13 08:20:54 +05:30
upgrade.txt MDL-81125 core: Update upgrade.txt files to document new upgrade notes 2024-05-20 22:26:45 +08:00
users_forms.php

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.