moodle/enrol
2012-12-11 12:07:22 +08:00
..
authorize MDL-34778 enrol: add a space 2012-09-17 12:14:22 +08:00
category MDL-34864 fix role names regression 2012-08-22 08:08:24 +02:00
cohort MDL-35270 fix ambiguously defined column 2012-09-08 10:49:49 +02:00
database Merge branch 'm23_MDL-35557' of git://github.com/danmarsden/moodle into MOODLE_23_STABLE 2012-10-02 20:28:13 +02:00
flatfile MDL-30871 enrol: Flat file does not fail when notifications are enabled 2012-10-30 11:03:44 +08:00
guest MDL-34096 Installation : Added 2.3 upgrade line to db upgrade scripts. 2012-06-29 11:37:01 +08:00
imsenterprise MDL-25983 enrol_imsenterprise Importing the course summary when adding new courses 2012-08-02 15:34:42 +08:00
ldap MDL-34778 accessibility compliance for enrol: add label tag for input text 2012-09-17 12:14:20 +08:00
manual Merge branch 'MDL-35198-MOODLE_23_STABLE' of git://github.com/mouneyrac/moodle into MOODLE_23_STABLE 2012-10-16 11:23:02 +08:00
meta MDL-34156 Remove subselect from slow query 2012-07-10 10:53:40 +08:00
mnet MDL-34096 Installation : Added 2.3 upgrade line to db upgrade scripts. 2012-06-29 11:37:01 +08:00
paypal Merge branch 'w49_MDL-31424_m23_paypalcase' of git://github.com/skodak/moodle into MOODLE_23_STABLE 2012-12-11 10:31:44 +08:00
self MDL-34635 support multilang in self enrol course welcome message 2012-08-02 09:39:20 +02:00
yui MDL-35959 Correct footer for M.core.dialogue 2012-10-30 13:33:42 +13:00
ajax.php MDL-35776 user ajax: fix sort order in chrome. 2012-10-03 19:14:47 +01:00
bulkchange.php MDL-30945 add support for unenrolling of individual users + code cleanup 2011-12-28 16:56:46 +01: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-35198 replace key_exists by array_key_exists 2012-09-27 15:34:48 +08:00
index.php MDL-34129 show course info on enrolment page 2012-07-21 21:34:07 +02:00
instances.php MDL-30789 add new update_status() method to enrol plugins and improve enrol cache invalidation 2011-12-18 17:30:17 +01:00
locallib.php MDL-35619 fix invalid avatars on other users page 2012-10-01 09:51:12 +02:00
otherusers.php MDL-31923 Correctly respect hiddenfields and capabilities 2012-03-08 10:05:14 +00:00
README.txt MDL-36892 delete outdated enrol info 2012-12-07 17:17:21 +01:00
renderer.php MDL-36169 fix enrolled users sorting by alphanumerical column 2012-11-09 19:49:57 +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-29897 Update upgrade.txt files 2011-11-03 08:11:55 +01:00
users.php MDL-31923 Correctly respect hiddenfields and capabilities 2012-03-08 10:05:14 +00:00
users_forms.php MDL-23532 enrol - removed general handling of user enrolment editing/unenrolment plugins are now responsible for this 2011-04-21 10:02:55 +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.