moodle/enrol
2014-01-07 10:44:39 +08:00
..
authorize MDL-37032 upgrade: define all the 2.4.0 points 2012-12-11 13:12:03 +01:00
category MDL-39802 ignore deleted users in category enrolments 2013-05-28 10:05:08 +08:00
cohort MDL-42047 fix cohort method name error after deleting cohort 2013-10-04 11:33:23 +02:00
database MDL-41497 enrol_database: Added help text for using odbc dsn names instead 2013-08-30 09:03:41 -05:00
flatfile MDL-41144 enrol_flatfile: ignore deleted users 2013-08-16 09:33:12 +12:00
guest MDL-43135 Guest Enrol: new language string for with key icon 2013-12-10 11:13:52 +00:00
imsenterprise Merge branch 'MDL-32570-24' of git://github.com/danpoltawski/moodle into MOODLE_24_STABLE 2013-10-08 13:46:42 +08:00
ldap MDL-41528 enrol/ldap course default settings when no course template is selected 2013-09-06 02:14:20 +03:00
manual MDL-42085 Enrol: Always apply enrolment duration. 2013-12-12 16:08:06 +08:00
meta MDL-41590 Enrolments: If course is deleted, then use courseid for reference 2013-09-11 08:47:04 +12:00
mnet MDL-37032 upgrade: define all the 2.4.0 points 2012-12-11 13:12:03 +01:00
paypal MDL-31410 paypal: fix problem on notifications 2013-12-12 02:03:41 +01:00
self MDL-42904: Self enrol. Fix sloppy version numbers 2013-12-03 11:21:40 +08:00
tests MDL-41191 enrol: unit tests for enrol_get_shared_courses 2013-08-14 21:40:36 +08:00
yui MDL-37350 Detach listeners when hiding the 'Add roles' popup 2013-01-28 09:58:39 +00:00
ajax.php MDL-38180 do not add links for enrol and other users candidates 2013-03-19 18:03:13 +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
externallib.php MDL-38753 tweak count SQL to make stupid Oracle happy 2013-04-08 12:34:46 +02: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-43373 core_enrol: Display enrolments dimmed if outside of start or end times 2014-01-07 10:44:39 +08:00
otherusers.php MDL-37281 fix other users current navigation node 2012-12-22 14:59:12 +01:00
README.txt MDL-36892 delete outdated enrol info 2012-12-07 17:16:28 +01:00
renderer.php MDL-36415 usability: Use new up/down and ordering icons 2012-11-16 12:47:09 +08: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.