moodle/message
Eloy Lafuente (stronk7) eb4c7963c0 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:29 +02:00
..
amd MDL-63261 messaging: Final 3.6 deprecations 2020-09-07 09:09:07 +08:00
classes MDL-68070 messaging: Fix error when personal notification is disabled 2020-10-13 23:40:46 +02:00
output Merge branch 'MOODLE_310_MDL-69848' of https://github.com/golenkovm/moodle into MOODLE_310_STABLE 2020-10-14 09:42:43 +08:00
templates MDL-69454 core_search: message search 2020-09-23 17:36:14 +02:00
tests MDL-68098 ws: Add unit tests to test mathjax in WS 2020-09-23 12:08:52 +02:00
defaultoutputs.php MDL-69521 core: Move all comments in code from 4.1 to 3.11 2020-09-08 19:01:36 +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:29 +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:32:40 +02:00
module.js MDL-54708 message: change popover processor to nav bar notification 2016-10-07 16:26:40 +08:00
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-63261 messaging: Final 3.6 deprecations 2020-09-07 09:09:07 +08:00