moodle/message
Eloy Lafuente (stronk7) 19b0f08cc2 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:16 +02:00
..
amd MDL-63261 messaging: Final 3.6 deprecations 2020-09-07 09:10:46 +08:00
classes MDL-68070 messaging: Fix error when personal notification is disabled 2020-10-12 19:30:02 +08:00
output Merge branch 'master_MDL-69848' of https://github.com/golenkovm/moodle 2020-10-14 09:41:39 +08:00
templates MDL-69454 core_search: message search 2020-09-21 11:54:51 +02:00
tests MDL-68098 ws: Add unit tests to test mathjax in WS 2020-09-23 11:18:41 +02:00
defaultoutputs.php MDL-69521 core: Move all comments in code from 4.1 to 3.11 2020-09-08 18:59:30 +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:16 +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-69050 lang: Improve the wording of the comments 2020-09-24 19:41:58 +02:00
module.js
notificationpreferences.php
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-63261 messaging: Final 3.6 deprecations 2020-09-07 09:10:46 +08:00