moodle/enrol
2013-01-15 14:32:22 +08:00
..
authorize MDL-37032 upgrade: define all the 2.4.0 points 2012-12-11 13:11:11 +01:00
category MDL-37297 user progress_trace in enrol_category sync 2012-12-29 21:40:07 +01:00
cohort MDL-37298 use progress_trace in enrol_cohort sync 2012-12-25 14:55:37 +01:00
database MDL-37420 rework pg schema testing 2013-01-11 02:12:38 +01:00
flatfile MDL-37032 upgrade: define all the 2.4.0 points 2012-12-11 13:11:11 +01:00
guest MDL-37032 upgrade: define all the 2.4.0 points 2012-12-11 13:11:11 +01:00
imsenterprise Merge branch 'MDL-28705_master' of git://github.com/dmonllao/moodle 2013-01-15 14:32:22 +08:00
ldap MDL-37391 add enrol_ldap tests and fix enrolment reviving 2013-01-13 00:41:41 +01:00
manual MDL-37299 use progress_trace in enrol_manual and enrol_self sync 2012-12-29 21:50:32 +01:00
meta MDL-36259 course short names: ensure it displays when enabled in admin 2012-12-15 10:44:34 +00:00
mnet MDL-37032 upgrade: define all the 2.4.0 points 2012-12-11 13:11:11 +01:00
paypal MDL-32387 add paypal enrolment expiration action 2013-01-12 15:59:25 +01:00
self MDL-36514 add tests for showing of self enrolment link 2013-01-12 16:03:09 +01:00
tests MDL-33017 add new function for quickly finding out if user sees at least on course 2012-11-04 11:08:25 +13:00
yui MDL-35802 enrol other users: should use Show user identity setting. 2012-10-05 12:07:26 +01:00
ajax.php Merge branch 'MDL-35776' of git://github.com/timhunt/moodle 2012-10-09 11:53:12 +08:00
bulkchange.php Merge branch 'MDL-34461-master-integration' of git://github.com/FMCorz/moodle 2012-07-24 17:08:13 +08:00
bulkchange_forms.php MDL-26770 enrol - Added support for bulk operations by enrol plugins 2011-04-21 10:13:13 +08:00
externallib.php Merge branch 'MDL-35198' of git://github.com/mouneyrac/moodle 2012-10-16 11:23:24 +08:00
index.php Merge branch 'MDL-34461-master-integration' of git://github.com/FMCorz/moodle 2012-07-24 17:08:13 +08:00
instances.php MDL-35814 improve confirmation when deleting enrol instances 2012-10-07 20:01:14 +02:00
locallib.php Merge branch 'w51_MDL-37303_m25_enrolinstancestatus' of git://github.com/skodak/moodle 2013-01-08 14:22:11 +08:00
otherusers.php MDL-37281 fix other users current navigation node 2012-12-22 14:58:39 +01:00
README.txt MDL-36892 delete outdated enrol info 2012-12-07 17:15:39 +01:00
renderer.php MDL-37302 allow admin to unassign any role on enrolment and other users pages 2012-12-26 12:02:08 +01:00
unenroluser.php MDL-30945 add support for unenrolling of individual users + code cleanup 2011-12-28 16:56:46 +01:00
upgrade.txt MDL-35843 refactor expiry notifications to core enrol feature 2012-10-19 16:03:48 +08:00
users.php MDL-36357 cleanup - remove double semicolons 2012-11-15 09:51:26 +08:00
users_forms.php Merge branch 'MDL-34461-master-integration' of git://github.com/FMCorz/moodle 2012-07-24 17:08:13 +08: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.