moodle/enrol
2024-07-11 09:36:07 +07:00
..
category MDL-76403 versions: bump all versions and requires near release 2022-11-23 09:45:23 +08:00
classes/privacy MDL-64782 core_enrol: Performance improvement 2019-04-23 17:01:48 +10:00
cohort MDL-80907 various: fixes to incorrect column selectors in behat 2024-05-07 19:33:47 +01:00
database MDL-76497 upgrade: add the 4.1.0 separation line to all upgrade scripts 2022-12-01 08:59:07 +03:00
fee MDL-76403 versions: bump all versions and requires near release 2022-11-23 09:45:23 +08:00
flatfile MDL-76497 upgrade: add the 4.1.0 separation line to all upgrade scripts 2022-12-01 08:59:07 +03:00
guest MDL-70152 behat: Forum behat generators use UI 2023-05-29 10:28:04 +08:00
imsenterprise MDL-76497 upgrade: add the 4.1.0 separation line to all upgrade scripts 2022-12-01 08:59:07 +03:00
ldap MDL-76403 versions: bump all versions and requires near release 2022-11-23 09:45:23 +08:00
lti MDL-79717 phpunit: ensure unique data provider keys in tests. 2024-07-10 14:09:00 +01:00
manual MDL-61811 enrol_manual: fixed updating of 'notifyall' field 2023-08-28 16:09:45 +08:00
meta MDL-79692 enrol_meta: check for group validity when adding members. 2023-11-13 10:23:26 +00:00
mnet MDL-76497 upgrade: add the 4.1.0 separation line to all upgrade scripts 2022-12-01 08:59:07 +03:00
paypal MDL-76497 upgrade: add the 4.1.0 separation line to all upgrade scripts 2022-12-01 08:59:07 +03:00
self MDL-80221 lang: Use fixed strings in the tests, too 2023-12-01 06:23:33 +01:00
tests MDL-79717 phpunit: ensure unique data provider keys in tests. 2024-07-10 14:09:00 +01:00
yui MDL-79003 js: Bump stylelint and components 2024-01-30 14:08:51 +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 MDL-35078 enrol: allow times to be chose on bulk enrolment forms 2014-12-17 12:01:45 +00:00
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-80504 forum: Fix seperate group mode 2024-02-08 10:56:42 +07:00
index.php MDL-74964 core_enrol: enrolment page UI fixes 2022-07-27 08:10:43 +08:00
instances.php MDL-72875 course: Introduce tertiary nav in participants 2021-12-02 13:09:12 +08:00
locallib.php MDL-80504 forum: Fix seperate group mode 2024-02-08 10:56:42 +07:00
otherusers.php MDL-73722 enrol: verify we have a search button to render. 2022-01-31 18:11:07 +00:00
README.txt MDL-36892 delete outdated enrol info 2012-12-07 17:15:39 +01:00
renderer.php MDL-72875 course: Introduce tertiary nav in participants 2021-12-02 13:09:12 +08: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-80504 forum: Fix seperate group mode 2024-02-08 10:56:42 +07: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.