moodle/enrol
Damyon Wiese 7e1ca773bb MDL-63337 enrol: Fix behat test
The link to the course homepage now requires javascript, by directly navigating to the course page
we can still avoid the need for javascript in this test.
2018-10-16 10:15:25 +08:00
..
category MDL-54035 accesslib: only modify role_capabilities in accesslib 2018-09-21 09:17:43 -04:00
classes/privacy Merge branch 'MDL-62426-master' of https://github.com/snake/moodle 2018-05-16 10:44:06 +08:00
cohort MDL-62357 enrol_cohort: Add privacy implementation for enrol_cohort 2018-05-14 10:49:16 +02:00
database MDL-62478 upgrade: add 3.5.0 separation line to all upgrade scripts 2018-05-28 13:15:48 +02:00
flatfile MDL-63249 lang: Merge English strings from the en_fix language pack 2018-09-04 08:40:48 +02:00
guest MDL-57281 behat: deprecated step definition I navigate to node in 2018-08-20 12:53:26 +01:00
imsenterprise MDL-62742 core: rename coursecat->core_course_category 2018-08-28 11:36:23 +02:00
ldap MDL-62361 versions: bump all versions and requires near release 2018-05-09 02:46:30 +02:00
lti MDL-63249 lang: Merge English strings from the en_fix language pack 2018-09-04 08:40:48 +02:00
manual MDL-60874 enrol_manual: Improve searching of users in quick enrol UI 2018-07-16 21:27:26 +02:00
meta MDL-57281 behat: deprecated step definition I navigate to node in 2018-08-20 12:53:26 +01:00
mnet MDL-62478 upgrade: add 3.5.0 separation line to all upgrade scripts 2018-05-28 13:15:48 +02:00
paypal MDL-63603 enrol: Add Indian Rupee to paypal enrolment currencies 2018-10-09 18:19:14 -03:00
self MDL-63179 enrol_self: String and @return tag corrected. 2018-08-24 13:38:19 +02:00
tests MDL-63337 enrol: Fix behat test 2018-10-16 10:15:25 +08:00
yui MDL-59365 enrol_manual: Rewrite the yui enrolment popup in amd 2017-07-11 13:47:26 +01:00
ajax.php MDL-51401 enrol: ensures correct order of roles in UI components 2016-10-07 08:30:25 +01: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 MDL-60179 core: make it clear what enrolment instance is being edited 2017-10-19 14:57:23 +08:00
editenrolment_form.php MDL-60179 core: make it clear what enrolment instance is being edited 2017-10-19 14:57:23 +08: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-60738-master' of git://github.com/jleyva/moodle 2017-11-28 20:59:22 +01:00
index.php MDL-49360 core_lib: add new method get_local_referer() 2015-07-27 11:11:24 +08:00
instances.php MDL-40759 icons: convert uses of pix_url to pix_icon 2017-03-17 15:52:17 +08:00
locallib.php MDL-60548 tests: Get tests passing 2018-04-11 17:15:38 +02: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-59370 enrol: Kill the enrol/users page. 2017-08-14 11:06:16 +08:00
test_settings.php MDL-29895 core: removed require_login() when not needed 2018-09-10 11:22:50 +02:00
unenroluser.php MDL-60179 core: make it clear what enrolment instance is being edited 2017-10-19 14:57:23 +08:00
upgrade.txt MDL-57564 enrol: Change the default sort in other two functions 2017-12-05 22:58:51 +01:00
users_forms.php MDL-50666 core: Add function get_viewable_roles to set role visibility 2017-12-19 13:53:23 +13: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.