moodle/enrol
2006-07-06 13:41:55 +00:00
..
authorize Some outputting debugging info for cron. Merged from 16stable. 2006-07-06 13:41:55 +00:00
database [multienrol]Improved get_student/teacher_courses() functions to cache enrolment type that saves lots of recursive database query 2006-03-09 03:15:42 +00:00
flatfile [multienrol]Initial commit for multi enrolment plugin feature 2006-03-09 02:48:29 +00:00
imsenterprise Fix to ensure default auth method is copied to new user records 2006-06-07 10:44:12 +00:00
ldap Change to make LDAP enroller simply ignore accounts with blank idnumber - see moodle.org discussion with Inaki 2006-07-06 13:13:42 +00:00
manual Bug #5995 - poor English in expiry notice; merged from MOODLE_16_STABLE 2006-07-03 07:21:20 +00:00
paypal Bug #5941 - Myriad of problems with Paypal enrollmemts, part 2 - Login as guest not shown to guests and there is login link instead of paypal button for guests; merged from MOODLE_16_STABLE 2006-06-28 15:26:31 +00:00
enrol.class.php [multienrol]Don't die if there's an empty directory in enrol and better strings for admin ui 2006-03-09 05:06:18 +00:00
index.html Stop people browsing enrolment modules 2005-01-23 04:17:41 +00:00
README.txt Enrolment architecture version 0.5 ! 2004-06-25 03:28:12 +00:00

ENROLMENT MODULES
-----------------

(Yes, that's the correct English spelling  ;-) )

enrol.class.php contains the base class and explains 
all the possible functions that an enrolment module 
can have.

Each plugin is in a subfolder here and extends the
base class as necessary.


Martin Dougiamas and Shane Elliott, Moodle.com