moodle/enrol
Tim Hunt 70f4ac5aea MDL-40527 enrol meta: respect $CFG->courselistshortnames
Thanks to James Henestofel for working this out in MDL-37558. That issue
got complex, so I am just submitting this simple part of it for
integration.
2013-07-05 15:30:17 +01:00
..
authorize MDL-39753 Add 2.5.0 upgrade line 2013-05-20 15:33:19 +02:00
category MDL-39802 ignore deleted users in category enrolments 2013-05-24 21:15:17 +02:00
cohort MDL-39802 ignore deleted users in cohort enrolments 2013-05-24 21:16:14 +02:00
database MDL-39753 Add 2.5.0 upgrade line 2013-05-20 15:33:19 +02:00
flatfile MDL-40254 ignore flatfile records with no user idnumber 2013-06-23 21:37:56 +02:00
guest MDL-39753 Add 2.5.0 upgrade line 2013-05-20 15:33:19 +02:00
imsenterprise MDL-39802 fix sloppy user deleting and creating in imsenterprise plugin 2013-05-24 21:14:53 +02:00
ldap MDL-39434 Bump all versions near 2.5 release 2013-05-01 18:03:29 +02:00
manual MDL-37974 fix verbose output when expiring manual enrolments 2013-06-07 21:18:54 +02:00
meta MDL-40527 enrol meta: respect $CFG->courselistshortnames 2013-07-05 15:30:17 +01:00
mnet MDL-39753 Add 2.5.0 upgrade line 2013-05-20 15:33:19 +02:00
paypal MDL-38408 always validate PayPal dates and cost, improve float formatting 2013-05-25 22:47:28 +02:00
self Merge branch 'MDL-40439-en_fix' of git://github.com/mudrd8mz/moodle 2013-07-02 13:47:09 +02:00
tests MDL-39153 webservices: Provide alternative to passing contextids 2013-06-18 14:15:54 +08:00
yui MDL-37350 Detach listeners when hiding the 'Add roles' popup 2013-01-28 09:57:08 +00:00
ajax.php MDL-39386 fix phpdocs packages in enrol 2013-04-27 13:41:32 +02:00
bulkchange.php MDL-39386 fix phpdocs packages in enrol 2013-04-27 13:41:32 +02:00
bulkchange_forms.php MDL-39386 fix phpdocs packages in enrol 2013-04-27 13:41:32 +02: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 MDL-39153 webservices: Provide alternative to passing contextids 2013-06-18 14:15:54 +08:00
index.php MDL-39386 fix phpdocs packages in enrol 2013-04-27 13:41:32 +02:00
instances.php Merge branch 'w17_MDL-39292_m25_enrolicons' of git://github.com/skodak/moodle 2013-04-30 08:52:49 +01:00
locallib.php MDL-39386 fix phpdocs packages in enrol 2013-04-27 13:41:32 +02:00
otherusers.php MDL-39386 fix phpdocs packages in enrol 2013-04-27 13:41:32 +02:00
README.txt MDL-36892 delete outdated enrol info 2012-12-07 17:15:39 +01:00
renderer.php MDL-39386 fix phpdocs packages in enrol 2013-04-27 13:41:32 +02:00
unenroluser.php MDL-39386 fix phpdocs packages in enrol 2013-04-27 13:41:32 +02:00
upgrade.txt MDL-40127 Enrolments: Updated version and update.txt 2013-07-02 14:35:35 +08:00
users.php MDL-39386 fix phpdocs packages in enrol 2013-04-27 13:41:32 +02:00
users_forms.php MDL-39386 fix phpdocs packages in enrol 2013-04-27 13:41:32 +02: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.