moodle/enrol
2013-01-08 10:16:19 +08:00
..
authorize MDL-37032 upgrade: define all the 2.4.0 points 2012-12-11 13:11:11 +01:00
category MDL-36933 Bump everything to 2012112900 2012-11-30 03:30:09 +01:00
cohort MDL-37298 use progress_trace in enrol_cohort sync 2012-12-25 14:55:37 +01:00
database Merge branch 'w51_MDL-37293_m25_enroldbprogress' of git://github.com/skodak/moodle 2013-01-08 09:52:29 +08: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 MDL-37032 upgrade: define all the 2.4.0 points 2012-12-11 13:11:11 +01:00
ldap MDL-37315 fix connection reopening in ldap paging 2012-12-30 00:57:43 +01:00
manual Merge branch 'MDL-30899_master' of git://github.com/dmonllao/moodle 2012-12-18 09:10:42 +08: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-37032 upgrade: define all the 2.4.0 points 2012-12-11 13:11:11 +01:00
self MDL-37032 upgrade: define all the 2.4.0 points 2012-12-11 13:11:11 +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 MDL-37302 allow admin to unassign any role on enrolment and other users pages 2012-12-26 12:02:08 +01: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 Merge branch 'MDL-34461-master-integration' of git://github.com/FMCorz/moodle 2012-07-24 17:08:13 +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.