-
Improvement
-
Resolution: Fixed
-
Minor
-
2.6
-
MOODLE_26_STABLE
-
MOODLE_27_STABLE
-
MDL-40913_master -
-
20
-
BACKEND Sprint 11
Replace the add_to_log calls for the following area, with a call to the get_legacy_logdata function in the event class.
message
/message/index.php:134: add_to_log(SITEID, 'message', 'add contact', 'index.php?user1='.$addcontact.'&user2='.$USER->id, $addcontact);
/message/index.php:139: add_to_log(SITEID, 'message', 'remove contact', 'index.php?user1='.$removecontact.'&user2='.$USER->id, $removecontact);
/message/index.php:143: add_to_log(SITEID, 'message', 'block contact', 'index.php?user1='.$blockcontact.'&user2='.$USER->id, $blockcontact);
/message/index.php:147: add_to_log(SITEID, 'message', 'unblock contact', 'index.php?user1='.$unblockcontact.'&user2='.$USER->id, $unblockcontact);
/message/index.php:184: add_to_log(SITEID, 'message', 'write', 'index.php?user='.$user1->id.'&id='.$user2->id.'&history=1#m'.$messageid, $user1->id);
/message/lib.php:132: add_to_log(SITEID, 'message', 'view', 'index.php', $viewing);
- caused a regression
-
MDL-45818 Bulk delete fails with "invalid user" error
-
- Closed
-
-
MDL-44688 Front page is always backed up during automated backups.
-
- Closed
-
-
MDL-44704 The \core\event\message_sent class should be passed the system context (for now).
-
- Closed
-
-
MDL-49549 Forum module creates too many log messages
-
- Closed
-