moodle/lib/file
Petr Skoda df997f841f MDL-21782 reworked enrolment framework, the core infrastructure is in place, the basic plugins are all implemented; see the tracker issue for list of unfinished bits, expect more changes and improvements during the next week
AMOS START
    MOV [sendcoursewelcomemessage,core_admin],[sendcoursewelcomemessage,enrol_self]
    MOV [configsendcoursewelcomemessage,core_admin],[sendcoursewelcomemessage_desc,enrol_self]
    MOV [enrolstartdate,core],[enrolstartdate,enrol_self]
    MOV [enrolenddate,core],[enrolenddate,enrol_self]
    CPY [welcometocourse,core],[welcometocourse,enrol_self]
    CPY [welcometocoursetext,core],[welcometocoursetext,enrol_self]
    MOV [notenrollable,core],[notenrollable,core_enrol]
    MOV [enrolenddaterror,core],[enrolenddaterror,enrol_self]
    MOV [enrolmentkeyhint,core],[passwordinvalidhint,enrol_self]
    MOV [coursemanager,core_admin],[coursecontact,core_admin]
    MOV [configcoursemanager,core_admin],[coursecontact_desc,core_admin]
    MOV [enrolledincourserole,core],[enrolledincourserole,enrol_manual]
    MOV [enrolme,core],[enrolme,core_enrol]
    MOV [unenrol,core],[unenrol,core_enrol]
    MOV [unenrolme,core],[unenrolme,core_enrol]
    MOV [enrolmentnew,core],[enrolmentnew,core_enrol]
    MOV [enrolmentnewuser,core],[enrolmentnewuser,core_enrol]
    MOV [enrolments,core],[enrolments,core_enrol]
    MOV [enrolperiod,core],[enrolperiod,core_enrol]
    MOV [unenrolroleusers,core],[unenrolroleusers,core_enrol]
AMOS END
2010-06-21 15:30:49 +00:00
..
file_browser.php MDL-21782 reworked enrolment framework, the core infrastructure is in place, the basic plugins are all implemented; see the tracker issue for list of unfinished bits, expect more changes and improvements during the next week 2010-06-21 15:30:49 +00:00
file_exceptions.php fixed comment typos 2010-05-21 18:50:07 +00:00
file_info.php MDL-22548, added sortorder field to files table, drop mainfile field from resource table, use sortorder to decide main file 2010-05-28 07:29:11 +00:00
file_info_course.php MDL-21782 reworked enrolment framework, the core infrastructure is in place, the basic plugins are all implemented; see the tracker issue for list of unfinished bits, expect more changes and improvements during the next week 2010-06-21 15:30:49 +00:00
file_info_coursecat.php MDL-18111 improving file api comments and docs 2009-05-21 09:37:21 +00:00
file_info_coursefile.php MDL-18111 improving file api comments and docs 2009-05-21 09:37:21 +00:00
file_info_coursesection.php MDL-18111 improving file api comments and docs 2009-05-21 09:37:21 +00:00
file_info_coursesectionbackup.php MDL-22217, added section_backup and activity_backup areas 2010-05-03 05:19:38 +00:00
file_info_module.php MDL-16089 fixed hardcoded itemid in module files support 2009-07-27 19:32:45 +00:00
file_info_stored.php MDL-22634 fixed exception when adding files with the same name via file browser - more methods 2010-06-01 08:20:01 +00:00
file_info_system.php MDL-18111 improving file api comments and docs 2009-05-21 09:37:21 +00:00
file_info_user.php "MDL-21021, removed reduplicated user private folder" 2010-05-18 01:49:50 +00:00
file_storage.php MDL-22548, added sortorder field to files table, drop mainfile field from resource table, use sortorder to decide main file 2010-05-28 07:29:11 +00:00
file_types.mm "MDL-17391, filter repository intances by file types" 2008-12-08 05:19:09 +00:00
stored_file.php MDL-22548, added sortorder field to files table, drop mainfile field from resource table, use sortorder to decide main file 2010-05-28 07:29:11 +00:00
virtual_root_file.php fixed comment typos 2010-05-21 18:50:07 +00:00