-
Sub-task
-
Resolution: Fixed
-
Minor
-
2.4.3
-
MOODLE_24_STABLE
-
MOODLE_25_STABLE
-
wip-
MDL-38592-master -
$CFG->frontpage and $CFG->frontpageloggedin
At the moment the options are:
- News items
- List of courses
- List of categories
- Combo list
New options:
- News items
- List of courses
- Enrolled courses (legacy)
- List of categories
- Combo list
- Course search form
which means that setting "List of courses" is split into two, $CFG->disablemycourses is deprecated
Neither list of courses should display course search box but it can be added by admin manually
Also deprecate $CFG->maxcoursesincombo
Change default for $CFG->maxcategorydepth to 2 (now we have AJAX expanding)
Transform FRONTPAGECOURSELIMIT into $CFG->frontpagecourselimit, by default 200, it will limit the number of courses to show in course lists