moodle/enrol
Rajesh Taneja 04bfccdce6
MDL-57229 enrol: Enrol dialog should have relative position
On clean theme it is absolute position and on small
screen user can't scroll to enrol user
2016-12-01 11:13:46 +08:00
..
category MDL-54638 versions: bump all versions and requires near release 2016-05-19 02:16:15 +02:00
cohort MDL-54638 versions: bump all versions and requires near release 2016-05-19 02:16:15 +02:00
database MDL-54677 upgrade: add 3.1.0 separation line to all upgrade scripts 2016-05-23 01:31:34 +02:00
flatfile Merge branch 'MDL-47162' of git://github.com/merrill-oakland/moodle 2016-10-31 22:45:37 +01:00
guest MDL-54677 upgrade: add 3.1.0 separation line to all upgrade scripts 2016-05-23 01:31:34 +02:00
imsenterprise MDL-47162 core_message: Updating all uses of messaging to add courseid 2016-10-31 14:13:13 -04:00
ldap MDL-56542 lang: Merge English strings from the en_fix language pack 2016-10-25 20:12:52 +02:00
lti MDL-55825 enrol_lti: Fix display of unenrol count on sync 2016-11-04 09:21:02 +00:00
manual MDL-57229 enrol: Enrol dialog should have relative position 2016-12-01 11:13:46 +08:00
meta MDL-52186 enrol_meta: Sync only active enrol_meta instances 2016-11-17 10:40:54 +08:00
mnet MDL-35628 performance: Remove dirname() where possible. 2016-06-10 08:06:49 +10:00
paypal Merge branch 'wip-MDL-44467-master' of git://github.com/abgreeve/moodle 2016-11-03 14:08:21 +08:00
self MDL-56903 lang: Merge English strings from the en_fix language pack 2016-11-15 11:19:48 +01:00
tests MDL-56898 behat: Focus only works with JS 2016-11-25 09:20:52 +08:00
yui MDL-56193 enrol_manual: Bootstrap styles for assign roles 2016-11-15 11:29:49 +08:00
ajax.php MDL-51401 enrol: ensures correct order of roles in UI components 2016-10-07 08:30:25 +01: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
editinstance.php MDL-54046 enrol: Make docs urls match the old path 2016-05-06 09:27:34 +08:00
editinstance_form.php MDL-52035 core_enrol: allow redirection to another page 2016-04-26 15:58:08 +08:00
externallib.php Merge branch 'MDL-54955-master' of git://github.com/jleyva/moodle 2016-07-05 21:15:31 +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-55122 enrol: remove duplicated updown variable 2016-09-09 08:48:00 +08:00
locallib.php MDL-51401 enrol: ensures correct order of roles in UI components 2016-10-07 08:30:25 +01:00
otherusers.php MDL-51586 enrol: Enrolment table displays fullname properly. 2015-10-09 15:34:39 +08:00
README.txt MDL-36892 delete outdated enrol info 2012-12-07 17:15:39 +01:00
renderer.php MDL-56156 theme_boost: enrol_users filter form styles 2016-10-19 17:10:22 +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-54800 core_enrol: Return category id in WS get_users_courses 2016-06-15 15:59:07 +01:00
users.php MDL-51586 enrol: Enrolment table displays fullname properly. 2015-10-09 15:34:39 +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.