moodle/enrol
David Monllao 32f1e17a01 MDL-30157 enrol_manual: Setting proper default
The wrong default value was working because of count starting from 1.
2015-09-15 16:25:25 +08:00
..
category MDL-50102 versions: bump all versions and requires near release 2015-05-05 17:43:19 +02:00
cohort MDL-50102 versions: bump all versions and requires near release 2015-05-05 17:43:19 +02:00
database MDL-50183 upgrade: add 2.9.0 separation line to all upgrade scripts 2015-05-12 00:21:05 +02:00
flatfile MDL-50183 upgrade: add 2.9.0 separation line to all upgrade scripts 2015-05-12 00:21:05 +02:00
guest MDL-50183 upgrade: add 2.9.0 separation line to all upgrade scripts 2015-05-12 00:21:05 +02:00
imsenterprise Merge branch 'MDL-50092_master' of git://github.com/dmonllao/moodle 2015-05-18 13:58:14 +01:00
ldap MDL-50102 versions: bump all versions and requires near release 2015-05-05 17:43:19 +02:00
manual MDL-30157 enrol_manual: Setting proper default 2015-09-15 16:25:25 +08:00
meta MDL-34938 enrol_meta: sync enrolment start/end dates 2015-09-08 10:28:54 +08:00
mnet MDL-50183 upgrade: add 2.9.0 separation line to all upgrade scripts 2015-05-12 00:21:05 +02:00
paypal MDL-50183 upgrade: add 2.9.0 separation line to all upgrade scripts 2015-05-12 00:21:05 +02:00
self MDL-50183 upgrade: add 2.9.0 separation line to all upgrade scripts 2015-05-12 00:21:05 +02:00
tests MDL-50055 enrol: Stop requiring javascript for behat tests 2015-05-05 10:23:18 +08:00
yui MDL-48643 Javascript: Create modals hidden, then show, to prevent scroll 2014-12-21 22:54:25 -05:00
ajax.php Revert "MDL-39876 Change get_record('course') calls to get_course" 2013-08-21 13:42:30 +08:00
bulkchange.php Revert "MDL-39876 Change get_record('course') calls to get_course" 2013-08-21 13:42:30 +08:00
bulkchange_forms.php MDL-35078 enrol: allow times to be chose on bulk enrolment forms 2014-12-17 12:01:45 +00:00
editenrolment.php Revert "MDL-39876 Change get_record('course') calls to get_course" 2013-08-21 13:42:30 +08: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-49606 webservices: Use correct item null value for files in summary 2015-04-02 11:06:25 +02:00
index.php MDL-49360 core_lib: add new method get_local_referer() 2015-07-27 11:11:24 +08:00
instances.php MDL-48765 enrol: do not use a non-breaking space as a separator 2015-01-07 08:12:41 -08:00
locallib.php MDL-49746 course: sorting users by last access 2015-08-11 16:15:58 +08:00
otherusers.php MDL-49746 course: sorting users by last access 2015-08-11 16:15:58 +08:00
README.txt MDL-36892 delete outdated enrol info 2012-12-07 17:15:39 +01:00
renderer.php MDL-49746 course: sorting users by last access 2015-08-11 16:15:58 +08:00
test_settings.php MDL-16073 add test for connection to external database for authentication and enrolments 2013-10-08 21:53:51 +02:00
unenroluser.php Revert "MDL-39876 Change get_record('course') calls to get_course" 2013-08-21 13:42:30 +08:00
upgrade.txt MDL-49894 webservices: Add missing API changes in upgrade.txt 2015-04-16 15:19:42 +02:00
users.php MDL-49742 lib: Removed additional names on tables for sorting. 2015-05-15 15:29:52 +08:00
users_forms.php MDL-48074 enrol: option to filter by users 'not in any group' 2015-07-03 09:35:57 +01: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.