moodle/message
Eloy Lafuente (stronk7) f68a64d50b MDL-68070 messaging: Ensure that error is shown on first messages
Before there is a conversation, messages between users are sent
using core_message_send_instant_messages instead of
core_message_send_messages_to_conversation.

That method had an undefined $errormessage variable, ultimately
causing the problem detected on message_post_message()/message_send()
to never been returned by the external.

This just adds the same error than already existing conversations do,
but returning it as warning, for BC, JS will show it.
2020-10-14 18:57:43 +02:00
..
amd MDL-68423 message: avoid self-xss when send a message 2020-07-20 19:52:58 +02:00
classes MDL-68070 messaging: Fix error when personal notification is disabled 2020-10-12 21:43:48 +08:00
output MDL-69848 upgrade: Delete notifications in chunks 2020-10-05 13:14:26 +11:00
templates MDL-67831 core_message: use space available for message index page 2020-07-23 11:34:44 +02:00
tests MDL-68098 ws: Add unit tests to test mathjax in WS 2020-10-01 12:50:00 +02:00
defaultoutputs.php MDL-66968 php74: array_key_exists() for objects is deprecated 2019-10-25 00:49:04 +02:00
edit.php MDL-63303 message: message/edit.php opens setttings in message drawer 2018-11-15 14:43:21 +08:00
externallib.php MDL-68070 messaging: Ensure that error is shown on first messages 2020-10-14 18:57:43 +02:00
index.php Merge branch 'MDL-65093_master-deprecate' of git://github.com/markn86/moodle 2019-07-29 10:43:52 +08:00
lib.php MDL-67577 core_message: navbar_output order 2020-01-27 12:14:16 +01:00
module.js
notificationpreferences.php MDL-56292 message: fix param in notificationpreferences.php 2016-10-10 12:48:52 +08:00
pendingcontactrequests.php MDL-65219 message: add message/pendingcontactrequests.php page back 2019-07-23 11:37:55 +08:00
renderer.php MDL-66968 php74: array_key_exists() for objects is deprecated 2019-10-25 00:49:04 +02:00
upgrade.txt MDL-64417 message_popup: remove old notifications during cleanup task. 2020-04-21 14:48:22 +01:00