-
Task
-
Resolution: Fixed
-
Minor
-
2.2.3, 2.5
-
MOODLE_22_STABLE, MOODLE_25_STABLE
-
MOODLE_25_STABLE
-
wip-
MDL-33774-master -
As discovered in MDL-33726, we need to convert hardcoded use of labels:
grep -r "== [\"']label[\"']" *
|
|
course/lib.php: if ($info[0] == 'label') { // Labels are ignored in recent activity
|
course/lib.php: if ($mod->modname !== 'label' && $hasmanageactivities && course_ajax_enabled($COURSE)) {
|
lib/modinfolib.php: if ($this->modname === 'label' && $this->content === '') {
|
report/log/locallib.php: if ($mod->mod == "label") {
|
report/log/locallib.php: if ($mod->mod == "label") {
|
- blocks
-
MDL-31885 The activity name auto-linking filter should not create links to webpages it was created on.
-
- Closed
-
-
MDL-37455 Allow mod_folder to display the content inline on course page instead of on separate page
-
- Closed
-
- has a non-specific relationship to
-
MDL-33726 In single section mode summary do not list label items
-
- Closed
-
- is duplicated by
-
MDL-37454 Add core support for activities other than labels to display contents inline
-
- Closed
-