moodle/enrol
Eloy Lafuente (stronk7) 2c30590d5d MDL-73278 phpunit: Rename already namespaced classes to match file name
These are the only cases 100% safe to apply the renaming of the
testcase class names to match the file names.

All other cases are not safe, because they are missing namespace
and may enter into name conflicts. Adding namespaces is not as
simple as imagined because it implies to, also, add a good number
of modifications to core. See the issue for more details.
2021-12-07 23:54:34 +01:00
..
category MDL-71583 versions: Add all the missing full-stops to version/requires 2021-05-11 20:00:11 +02:00
classes/privacy MDL-64782 core_enrol: Performance improvement 2019-04-23 17:01:48 +10:00
cohort MDL-71583 versions: Add all the missing full-stops to version/requires 2021-05-11 20:00:11 +02:00
database MDL-71638 upgrade: add 3.10.0 separation line to all upgrade scripts 2021-05-16 00:00:43 +02:00
fee MDL-73278 phpunit: Rename already namespaced classes to match file name 2021-12-07 23:54:34 +01:00
flatfile MDL-71638 upgrade: add 3.10.0 separation line to all upgrade scripts 2021-05-16 00:00:43 +02:00
guest MDL-71638 upgrade: add 3.10.0 separation line to all upgrade scripts 2021-05-16 00:00:43 +02:00
imsenterprise MDL-71999 enrol: enrol_imsenterprise_allow_group_member_remove global 2021-06-23 13:21:24 -03:00
ldap MDL-71583 versions: Add all the missing full-stops to version/requires 2021-05-11 20:00:11 +02:00
lti MDL-70721 output: remove {{#quote}} wherever it was misused 2021-11-16 10:09:10 +11:00
manual MDL-69364 enrol: Improve setting of save button 2021-09-20 12:07:49 +08:00
meta MDL-71583 versions: Add all the missing full-stops to version/requires 2021-05-11 20:00:11 +02:00
mnet MDL-71638 upgrade: add 3.10.0 separation line to all upgrade scripts 2021-05-16 00:00:43 +02:00
paypal MDL-71638 upgrade: add 3.10.0 separation line to all upgrade scripts 2021-05-16 00:00:43 +02:00
self MDL-72590 enrol: Course in success message after unenroll passes filter 2021-10-18 16:38:02 +02:00
tests MDL-72807 behat: Add a few more @skip_chrome_zerosize tags 2021-10-14 16:16:52 +02:00
yui MDL-71373 core_enrol: localize "close" in role manager. 2021-05-14 14:17:47 +02:00
ajax.php MDL-71099 Lib: Move new user_fields class from core to core_user 2021-03-25 13:48:04 +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-54046 enrol: Make docs urls match the old path 2016-05-06 09:27:34 +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-71235 webservices: add activity completion data to web services 2021-04-29 13:52:52 +10:00
index.php MDL-10965 courses: capability to browse course list 2019-04-10 12:35:28 +02:00
instances.php MDL-40759 icons: convert uses of pix_url to pix_icon 2017-03-17 15:52:17 +08:00
locallib.php MDL-71836 core_enrol: Cannot search for users by username 2021-06-02 14:53:49 +01:00
otherusers.php MDL-71099 Lib: Move new user_fields class from core to core_user 2021-03-25 13:48:04 +00:00
README.txt
renderer.php MDL-66999 theme_boost: @extend remove extends for tables 2019-12-12 11:27:56 +01:00
test_settings.php MDL-29895 core: removed require_login() when not needed 2018-09-10 11:22:50 +02:00
unenroluser.php MDL-60179 core: make it clear what enrolment instance is being edited 2017-10-19 14:57:23 +08:00
upgrade.txt MDL-69869 enrol: Add ability to get suspended users through 2020-12-08 09:15:35 +02: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.