moodle/enrol
2013-03-26 23:04:48 +01:00
..
authorize MDL-38005 form: Headers have a proper name 2013-03-15 11:06:25 +08:00
category MDL-37297 user progress_trace in enrol_category sync 2012-12-29 21:40:07 +01:00
cohort MDL-38301 usability: Fixed wrong icon size 2013-02-15 10:04:57 +08:00
database Merge branch 'w13_MDL-37742_m25_dirtyoracle' of git://github.com/skodak/moodle 2013-03-26 23:04:48 +01:00
flatfile MDL-37963 do request flatfile role mapping when adding new roles 2013-02-24 12:17:16 +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-37982_master' of git://github.com/dmonllao/moodle 2013-02-20 00:01:47 +01:00
ldap MDL-38147 deprecated make_categories_list(), change usage to coursecat 2013-03-25 13:20:46 +11:00
manual MDL-37742 simplify dirty one-space oracle hack 2013-03-24 13:43:18 +01:00
meta MDL-37742 simplify dirty one-space oracle hack 2013-03-24 13:43:18 +01:00
mnet MDL-37032 upgrade: define all the 2.4.0 points 2012-12-11 13:11:11 +01:00
paypal MDL-38301 usability: Fixed wrong icon size 2013-02-15 10:04:57 +08:00
self MDL-38301 usability: Fixed wrong icon size 2013-02-15 10:04:57 +08:00
tests MDL-37354 clean return value for each externallib PHPUnit tests 2013-01-09 13:47:01 +08:00
yui MDL-37350 Detach listeners when hiding the 'Add roles' popup 2013-01-28 09:57:08 +00:00
ajax.php MDL-38180 do not add links for enrol and other users candidates 2013-03-17 22:21:27 +01: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
editenrolment.php MDL-37184 refactor enrolment editing code to be shared by plugins 2013-01-12 15:47:04 +01:00
editenrolment_form.php MDL-37184 refactor enrolment editing code to be shared by plugins 2013-01-12 15:47:04 +01: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-37396 User Enrollment: fixed missing user from enrolment sub-menu 2013-02-18 10:28:23 +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-37184 document new general enrolment editing page 2013-01-15 21:29:10 +01: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.