moodle/enrol
2016-04-27 14:12:29 +08:00
..
category MDL-52059 versions: bump all versions and requires near release 2015-11-10 12:33:52 +01:00
cohort MDL-48362 enrol_cohort: Correct variable naming for course sync 2016-03-03 07:55:10 +08:00
database MDL-51580 upgrade: clean < 2.7.0 upgrade steps 2016-02-15 18:38:09 +01:00
flatfile MDL-51580 upgrade: clean < 2.7.0 upgrade steps 2016-02-15 18:38:09 +01:00
guest Merge branch 'MDL-50175-master' of git://github.com/danpoltawski/moodle 2016-03-01 08:07:56 +08:00
imsenterprise MDL-51580 upgrade: clean < 2.7.0 upgrade steps 2016-02-15 18:38:09 +01:00
ldap MDL-51723 ldap: Normalise the user objectclass 2016-02-01 10:24:34 +08:00
lti MDL-52035 enrol_lti: Fixed default mail display setting 2016-04-27 14:12:29 +08:00
manual MDL-53043 enrol_manual: Move search field on quickenrol modal 2016-04-08 10:14:09 +01:00
meta MDL-27628 enrol_meta: Set options to exclude existing courses, and the current course 2016-03-10 13:17:10 +01:00
mnet MDL-48362 enrol: Use a standard UI and validation for enrolment plugins 2016-02-29 12:31:41 +08:00
paypal Merge branch 'MDL-50175-master' of git://github.com/danpoltawski/moodle 2016-03-01 08:07:56 +08:00
self Merge branch 'MDL-50175-master' of git://github.com/danpoltawski/moodle 2016-03-01 08:07:56 +08:00
tests MDL-53571 behat: Use Escaper for escaping 2016-04-06 15:38:31 +08:00
yui MDL-50175 graphics: Optimized PNG images with optipng 2016-02-25 11:56:37 +00:00
ajax.php Revert "MDL-39876 Change get_record('course') calls to get_course" 2013-08-21 13:42:30 +08: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 Revert "MDL-39876 Change get_record('course') calls to get_course" 2013-08-21 13:42:30 +08:00
editenrolment_form.php MDL-37184 refactor enrolment editing code to be shared by plugins 2013-01-12 15:47:04 +01:00
editinstance.php MDL-52035 core_enrol: allow redirection to another page 2016-04-26 15:58:08 +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-52072 enrol: Fix course visibility checks in external functions 2016-01-05 10:31:23 +00:00
index.php MDL-49360 core_lib: add new method get_local_referer() 2015-07-27 11:11:24 +08:00
instances.php MDL-48362 enrol: Use a standard UI and validation for enrolment plugins 2016-02-29 12:31:41 +08:00
locallib.php MDL-51923 enrol: Enrolment list filter 'No Group' shows incorrect count 2015-10-28 17:34:16 +08:00
otherusers.php MDL-51586 enrol: Enrolment table displays fullname properly. 2015-10-09 15:34:39 +08:00
README.txt MDL-36892 delete outdated enrol info 2012-12-07 17:15:39 +01:00
renderer.php MDL-49746 course: sorting users by last access 2015-08-11 16:15:58 +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 Revert "MDL-39876 Change get_record('course') calls to get_course" 2013-08-21 13:42:30 +08:00
upgrade.txt MDL-48362 enrol: Convert guest to standard enrolment ui 2016-02-29 14:33:06 +08: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.