 | Up one level
| |
 | ajax/
| |
 | classes/
| |
 | format/
| |
 | publish/
| |
 | report/
| |
 | tests/
| |
 | yui/
| |
 | category.ajax.php [source] [39 lines] | Helps moodle-course-categoryexpander to serve AJAX requests |
 | changenumsections.php [source] [63 lines] | This script allows the number of sections in a course to be increased or decreased, redirecting to the course page. |
 | completion.js [source] [111 lines] | |
 | completion.php [source] [157 lines] | Edit course completion settings |
 | completion_form.php [source] [296 lines] | Edit course completion settings - the form definition. |
 | delete.php [source] [89 lines] | Admin-only code to delete a course utterly. |
 | dndupload.js [source] [1045 lines] | Javascript library for enableing a drag and drop upload to courses |
 | dndupload.php [source] [41 lines] | Starting point for drag and drop course uploads |
 | dnduploadlib.php [source] [688 lines] | Library to handle drag and drop course uploads |
 | edit.php [source] [244 lines] | Edit course settings |
 | edit_form.php [source] [406 lines] | |
 | editcategory.php [source] [117 lines] | Page for creating or editing course category name/parent/description. |
 | editsection.php [source] [136 lines] | Edit the section basic information and availability |
 | editsection_form.php [source] [143 lines] | |
 | enrol.php [source] [30 lines] | Redirection of old enrol entry point. |
 | externallib.php [source] [2614 lines] | External course API |
 | index.php [source] [63 lines] | Lists the course categories |
 | info.php [source] [59 lines] | |
 | jumpto.php [source] [41 lines] | Jumps to a given relative or Moodle absolute URL. Mostly used for accessibility. |
 | lib.php [source] [4063 lines] | Library of useful functions |
 | loginas.php [source] [90 lines] | |
 | management.php [source] [517 lines] | Course and category management interfaces. |
 | mod.php [source] [276 lines] | Moves, adds, updates, duplicates or deletes modules in a course |
 | modduplicate.php [source] [45 lines] | Duplicates a given course module |
 | modedit.php [source] [322 lines] | Adds or updates modules in a course using new formslib |
 | modlib.php [source] [639 lines] | Library of functions specific to course/modedit.php and course API functions. The course API function calling them are course/lib.php:create_module() and update_module(). This file has been created has an alternative solution to a full refactor of course/modedit.php in order to create the course API functions. |
 | moodleform_mod.php [source] [1049 lines] | This class adds extra methods to form wrapper specific to be used for module add / update forms mod/{modname}/mod_form.php replaced deprecated mod/{modname}/mod.html |
 | pending.php [source] [142 lines] | Allow the administrator to look through a list of course requests and approve or reject them. |
 | recent.php [source] [271 lines] | Display all recent activity in a flexible way |
 | recent_form.php [source] [171 lines] | Display all recent activity in a flexible way |
 | renderer.php [source] [2465 lines] | Renderer for use with the course section and all the goodness that falls within it. This renderer should contain methods useful to courses, and categories. |
 | report.php [source] [41 lines] | |
 | request.php [source] [79 lines] | Allows a user to request a course be created for them. |
 | request_form.php [source] [151 lines] | Forms associated with requesting courses, and having requests approved. Note that several related forms are defined in this one file. |
 | reset.php [source] [107 lines] | The purpose of this feature is to quickly remove all user related data from a course in order to make it available for a new semester. This feature can handle the removal of general course data like students, teachers, logs, events and groups as well as module specific data. Each module must be modified to take advantage of this new feature. The feature will also reset the start date of the course if necessary. |
 | reset_form.php [source] [163 lines] | Provides the course_reset_form class. |
 | resources.php [source] [151 lines] | List of all resource type modules in course |
 | rest.php [source] [175 lines] | Provide interface for topics AJAX course formats |
 | scales.php [source] [143 lines] | Allows a creator to edit custom scales, and also display help about scales |
 | search.php [source] [101 lines] | Displays external information about a course |
 | switchrole.php [source] [75 lines] | The purpose of this file is to allow the user to switch roles and be redirected back to the page that they were on. |
 | tags.php [source] [67 lines] | Edit course tags |
 | tags_form.php [source] [53 lines] | Edit course tags form |
 | togglecompletion.php [source] [189 lines] | Toggles the manual completion flag for a particular activity or course completion and the current user. |
 | upgrade.txt [source] [10 lines] | |
 | user.php [source] [189 lines] | Display user activity reports for a course |
 | view.php [source] [295 lines] | |