moodle/enrol
Daniel Ziegenberg 0371d3c7da
MDL-73700 enrol_lti: remove old PHP version check
As MDL-73016 set the minimum supported PHP version for Moodle 4.4 and up
to PHP 8.1 we can now safely remove this check. It was introduced with
MDL-73523 because of deprecated openssl_x509_free(), openssl_pkey_free()
and openssl_free_key() functions.

Signed-off-by: Daniel Ziegenberg <daniel@ziegenberg.at>
2025-01-28 18:23:18 +01:00
..
category NOBUG: Bump versions for main to the current date 2024-12-18 23:53:12 +08:00
classes MDL-83432 enrol_manual: reference correct role in welcome message. 2024-10-18 15:12:34 +01:00
cohort NOBUG: Bump versions for main to the current date 2024-12-18 23:53:12 +08:00
database MDL-83172 dml: Remove Oracle from LMS 2025-01-13 17:11:55 +07:00
fee NOBUG: Bump versions for main to the current date 2024-12-18 23:53:12 +08:00
flatfile NOBUG: Bump versions for main to the current date 2024-12-18 23:53:12 +08:00
guest NOBUG: Bump versions for main to the current date 2024-12-18 23:53:12 +08:00
imsenterprise NOBUG: Bump versions for main to the current date 2024-12-18 23:53:12 +08:00
ldap NOBUG: Bump versions for main to the current date 2024-12-18 23:53:12 +08:00
lti MDL-73700 enrol_lti: remove old PHP version check 2025-01-28 18:23:18 +01:00
manual MDL-83468 phpunit: Fix various tests after phpunit 10 2025-01-20 16:47:55 +01:00
meta NOBUG: Bump versions for main to the current date 2024-12-18 23:53:12 +08:00
mnet NOBUG: Bump versions for main to the current date 2024-12-18 23:53:12 +08:00
paypal NOBUG: Bump versions for main to the current date 2024-12-18 23:53:12 +08:00
self NOBUG: Bump versions for main to the current date 2024-12-18 23:53:12 +08:00
tests MDL-83468 phpunit: Fix data provider param names 2025-01-20 16:47:55 +01:00
yui MDL-75671 theme_boost: Refactor spacing classes for BS5 2024-08-09 07:40:17 +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 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-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-80974 enrol: Set category context for enrol form 2024-08-28 12:31:40 +02:00
instances.php MDL-78551 core_enrol: Add support for hooks api 2024-03-26 13:53:39 +11:00
locallib.php MDL-81634 core: Fix all implicitly defined nullables 2024-08-02 14:11:12 +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
UPGRADING.md NOBUG: Add upgrade notes 2024-11-01 14:28:56 +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.