moodle/enrol
Simey Lameze 1de4baf1f1 MDL-66075 core: various fixes & code polishing
* Removes unnecessary comment in search_users() WS.
* Replaces DB call by get_course() in search_users() WS.
* Fix discussionids handling on export.php.
* Coding style fix in test_search_users unit test.
* Add missing version bump.
* phpDOc fixes in post vault.
* Fix in the dataformat callback to handle different data types.
2019-09-23 13:07:30 +08:00
..
category MDL-65571 versions: bump all versions and requires near release 2019-05-12 23:46:34 +02:00
classes/privacy MDL-64782 core_enrol: Performance improvement 2019-04-23 17:01:48 +10:00
cohort MDL-65571 versions: bump all versions and requires near release 2019-05-12 23:46:34 +02:00
database MDL-65644 upgrade: add 3.7.0 separation line to all upgrade scripts 2019-05-20 19:35:05 +02:00
flatfile MDL-65644 upgrade: add 3.7.0 separation line to all upgrade scripts 2019-05-20 19:35:05 +02:00
guest MDL-65644 upgrade: add 3.7.0 separation line to all upgrade scripts 2019-05-20 19:35:05 +02:00
imsenterprise MDL-65644 upgrade: add 3.7.0 separation line to all upgrade scripts 2019-05-20 19:35:05 +02:00
ldap MDL-66003 lang: Import fixed English strings (en_fix) 2019-06-25 18:00:51 +02:00
lti MDL-57729 enrol_lti: Escape the property values of the xpath elements 2019-05-29 09:55:23 +08:00
manual MDL-63293 enrol_manual: observe user paging config in enrol dialog. 2019-09-15 21:48:03 +01:00
meta MDL-65571 versions: bump all versions and requires near release 2019-05-12 23:46:34 +02:00
mnet MDL-65644 upgrade: add 3.7.0 separation line to all upgrade scripts 2019-05-20 19:35:05 +02:00
paypal MDL-65644 upgrade: add 3.7.0 separation line to all upgrade scripts 2019-05-20 19:35:05 +02:00
self MDL-65726 core_roles: allow to create roles in install.php 2019-05-29 10:48:51 +02:00
tests MDL-66075 core: various fixes & code polishing 2019-09-23 13:07:30 +08:00
yui MDL-64506 templates: BS2 m-x-x to BS4 mx-x 2019-04-03 19:47:11 +08: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-66489 enrol: prevent warning when the duration field is disabled 2019-09-11 20:18:43 +10:00
editenrolment_form.php MDL-64032 enrol_manual: Make consistent the UI for setting enrolment 2019-07-23 14:21:43 +07: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 MDL-66075 core: various fixes & code polishing 2019-09-23 13:07:30 +08:00
index.php MDL-10965 courses: capability to browse course list 2019-04-10 12:35:28 +02: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-66269 enrol: added search_users method to course_enrolment_manager 2019-09-20 08:19:01 +08: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 Merge branch 'MDL-65260' of https://github.com/timhunt/moodle 2019-05-01 10:22:32 +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-65211 enrol: Return if user is being completion tracked 2019-04-01 18:45:14 +02: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.