moodle/enrol
Petr Škoda 00c269db37 MDL-37559 fix display of multiple roles of other users
Credit goes to Tyron Delean, thanks.
2013-01-19 16:50:38 +01:00
..
authorize MDL-37032 upgrade: define all the 2.4.0 points 2012-12-11 13:11:11 +01:00
category MDL-37297 user progress_trace in enrol_category sync 2012-12-29 21:40:07 +01:00
cohort MDL-35899 fix cohort sorting in enrol UI 2013-01-12 16:00:29 +01:00
database MDL-37420 rework pg schema testing 2013-01-11 02:12:38 +01:00
flatfile MDL-37187 cleanup and improve enrol_flatfile plugin 2013-01-12 15:50:00 +01:00
guest MDL-37032 upgrade: define all the 2.4.0 points 2012-12-11 13:11:11 +01:00
imsenterprise MDL-34398 groups: implemented caching of group information. 2013-01-17 09:24:58 +13:00
ldap MDL-37391 add enrol_ldap tests and fix enrolment reviving 2013-01-13 00:41:41 +01:00
manual MDL-37184 refactor enrolment editing code to be shared by plugins 2013-01-12 15:47:04 +01:00
meta MDL-37019 use suspend as default unenrol action for meta enrolments 2013-01-12 16:29:12 +01:00
mnet MDL-37032 upgrade: define all the 2.4.0 points 2012-12-11 13:11:11 +01:00
paypal Merge branch 'w02_MDL-37175_m25_paypalmanage' of git://github.com/skodak/moodle 2013-01-16 10:54:55 +08:00
self Merge branch 'w02_MDL-37184_m25_editenrol' of git://github.com/skodak/moodle 2013-01-16 10:19:57 +08:00
tests MDL-37354 clean return value for each externallib PHPUnit tests 2013-01-09 13:47:01 +08: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
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-37559 fix display of multiple roles of other users 2013-01-19 16:50:38 +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-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.