moodle/enrol
Jun Pataleta 91b099dbed MDL-59369 enrol: Fix add_to_group Behat tests
Tab to the next element after selecting groups in order for
the autocomplete element to close and be able to click on the
"Save changes" link.
2017-07-27 11:17:33 +08:00
..
category MDL-58853 versions: bump all versions and requires near release 2017-05-09 02:58:28 +02:00
cohort MDL-59369 enrol: Introduce data-action attribute for enrol action links 2017-07-26 09:44:33 +08:00
database MDL-59369 enrol: Introduce data-action attribute for enrol action links 2017-07-26 09:44:33 +08:00
flatfile MDL-59369 enrol: Introduce data-action attribute for enrol action links 2017-07-26 09:44:33 +08:00
guest MDL-57432 upgrade: clean < 3.0.0 upgrade steps 2017-07-10 09:16:55 +01:00
imsenterprise MDL-57432 upgrade: clean < 3.0.0 upgrade steps 2017-07-10 09:16:55 +01:00
ldap MDL-58286 enrol_ldap: Pass connection to ldap_paged_results_supported 2017-07-05 09:46:27 +08:00
lti MDL-59369 enrol: Introduce data-action attribute for enrol action links 2017-07-26 09:44:33 +08:00
manual MDL-59369 enrol: Introduce data-action attribute for enrol action links 2017-07-26 09:44:33 +08:00
meta MDL-59369 enrol: Behat tests for plugin enrol actions 2017-07-26 09:44:33 +08:00
mnet MDL-57432 upgrade: clean < 3.0.0 upgrade steps 2017-07-10 09:16:55 +01:00
paypal MDL-59369 enrol: Introduce data-action attribute for enrol action links 2017-07-26 09:44:33 +08:00
self MDL-59369 enrol: Behat tests for plugin enrol actions 2017-07-26 09:44:33 +08:00
tests MDL-59369 enrol: Fix add_to_group Behat tests 2017-07-27 11:17:33 +08:00
yui MDL-59365 enrol_manual: Rewrite the yui enrolment popup in amd 2017-07-11 13:47:26 +01:00
ajax.php MDL-51401 enrol: ensures correct order of roles in UI components 2016-10-07 08:30:25 +01:00
bulkchange.php Revert "MDL-39876 Change get_record('course') calls to get_course" 2013-08-21 13:42:30 +08: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-59369 enrol: Cleanup enrol pages 2017-07-26 09:44:02 +08:00
editenrolment_form.php MDL-59369 enrol: Cleanup enrol pages 2017-07-26 09:44:02 +08: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-59369 enrol: New ws core_enrol_external::edit_user_enrolment 2017-07-26 09:43:16 +08:00
index.php MDL-49360 core_lib: add new method get_local_referer() 2015-07-27 11:11:24 +08: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-51401 enrol: ensures correct order of roles in UI components 2016-10-07 08:30:25 +01:00
otherusers.php MDL-51586 enrol: Enrolment table displays fullname properly. 2015-10-09 15:34:39 +08:00
README.txt
renderer.php MDL-40759 icons: convert uses of pix_url to pix_icon 2017-03-17 15:52:17 +08:00
test_settings.php MDL-16073 add test for connection to external database for authentication and enrolments 2013-10-08 21:53:51 +02:00
unenroluser.php MDL-59369 enrol: Cleanup enrol pages 2017-07-26 09:44:02 +08:00
upgrade.txt MDL-58659 enroll: Add start and end date fields required by overview 2017-04-20 13:00:15 +02:00
users.php MDL-51586 enrol: Enrolment table displays fullname properly. 2015-10-09 15:34:39 +08:00
users_forms.php MDL-48074 enrol: option to filter by users 'not in any group' 2015-07-03 09:35:57 +01: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.