moodle/enrol
David Monllao 5bb0ee2a7a MDL-43535 webservices: Adding missing deprecated WS
- enrol_manual needs a version bump to execute
  external_update_descriptions()
- core_user_get_users_by_id() is now also marked
  as deprecated
2015-02-12 10:13:36 +08:00
..
category MDL-48021 bump: Bump all versions to planned release 2014-11-04 17:52:35 +01:00
cohort MDL-48390 cohorts: do not limit number of cohorts in dropdowns 2014-11-27 11:14:39 +08:00
database Merge branch 'MDL-39376-master' of git://github.com/FMCorz/moodle 2014-11-11 17:21:09 +00:00
flatfile MDL-48144 upgrade: add v2.8.0 sep lines 2014-11-10 18:08:15 +01:00
guest MDL-21724 course: change remaining tests to new "Save and display" 2014-12-04 12:14:31 +00:00
imsenterprise MDL-48144 upgrade: add v2.8.0 sep lines 2014-11-10 18:08:15 +01:00
ldap MDL-48250 enrol_ldap: set default category 2014-11-17 14:41:56 +08:00
manual MDL-43535 webservices: Adding missing deprecated WS 2015-02-12 10:13:36 +08:00
meta MDL-35696 enrol_meta: Fixed course sort order 2014-11-24 10:19:17 +00:00
mnet MDL-48144 upgrade: add v2.8.0 sep lines 2014-11-10 18:08:15 +01:00
paypal MDL-48491 enrolments: Paypal enrolments send email as support user. 2015-01-22 13:42:08 +08:00
self MDL-47761 enrol: Show more detail for self-enrolment errors 2015-01-06 10:19:18 +08:00
tests
yui MDL-48643 Javascript: Create modals hidden, then show, to prevent scroll 2014-12-21 22:54:25 -05:00
ajax.php
bulkchange.php
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
editenrolment_form.php
externallib.php MDL-43535 webservices: Marking functions as deprecated 2015-02-09 05:42:22 +08:00
index.php MDL-47033 general: Fix incorrect use of 'course' layout 2014-09-05 09:25:43 +12: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-48073 enrol: Fixed group filter resetting erroneously. 2015-01-19 11:24:36 +08:00
otherusers.php
README.txt
renderer.php MDL-48772 enrol_cohort: Replace hardcoded language with language strings 2015-01-30 11:29:40 +08:00
test_settings.php
unenroluser.php
upgrade.txt MDL-46509 enrol: Require 'enrol/PLUGIN:config' capabilities to show/hide enrollment instances 2014-08-21 19:01:57 -03:00
users.php MDL-48073 enrol: Fixed group filter resetting erroneously. 2015-01-19 11:24:36 +08:00
users_forms.php

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.