mirror of
https://github.com/moodle/moodle.git
synced 2025-08-11 03:46:42 +02:00
![]() Also deprecated the following functions - 1. message_move_userfrom_unread2read - It is not necessary for us to mark a message as read on user deletion. 2. message_get_blocked_users - Horrible logic used to determine if a user is blocked via reference on some randomly chosen 'isblocked' variable. 3. message_get_contacts - The same as above. This can be done in a much nicer way. 4. message_mark_message_read - We want two functions to do this to avoid confusing messages and notifications. 5. message_can_delete_message - This assumed the variable $message contained the 'useridto' property, which was present in the old table structure. We do not want future usages where a query is done on the new table and is simply passed as this won't contain this property. 6. message_delete_message - Same as above. |
||
---|---|---|
.. | ||
advanced_testcase.php | ||
arraydataset.php | ||
autoloader.php | ||
base_testcase.php | ||
basic_testcase.php | ||
constraint_object_is_equal_with_exceptions.php | ||
database_driver_testcase.php | ||
event_mock.php | ||
event_sink.php | ||
hint_resultprinter.php | ||
message_sink.php | ||
phpmailer_sink.php | ||
restore_date_testcase.php | ||
util.php |