- 15 Jul, 2021 1 commit
-
-
Paul Holden authored
The `page_type_list` method for the message component was deprecated in 5b0769db as part of MDL-54744. However it is still required when trying to configure blocks on any messaging pages.
-
- 25 Mar, 2021 1 commit
-
-
sam marshall authored
This class would belong more appropriately within the 'user' API (core_user) instead of within the 'core' API, since it is directly related to user data. Since the class has only just been added to Moodle, now is a good time to move it.
-
- 10 Mar, 2021 1 commit
-
-
sam marshall authored
In all cases changes have been kept to a minimum while not making the code completely horrible. For example, there are many instances where it would probably be better to rewrite a query entirely, but I have not done that (in order to reduce the risk of changes).
-
- 25 Sep, 2020 1 commit
-
-
David Mudrák authored
Stop using the terms whitelist/blacklist when used to allow/deny things.
-
- 07 Sep, 2020 1 commit
-
-
Mathew May authored
-
- 27 Jan, 2020 1 commit
-
-
bas authored
* moved the logic from core_message_popup_render_navbar_output to message_popup_render_navbar_output in message/output/popup/lib.php * using float: left instead of float: right in theme
-
- 17 Sep, 2019 1 commit
-
-
Juan Leyva authored
-
- 28 May, 2019 1 commit
-
-
Tim Schroeder authored
-
- 25 Apr, 2019 2 commits
-
-
Juan Leyva authored
-
Juan Leyva authored
-
- 07 Apr, 2019 1 commit
-
-
cescobedo authored
-
- 27 Feb, 2019 1 commit
-
-
Mark Nelson authored
-
- 12 Feb, 2019 1 commit
-
-
cescobedo authored
-
- 11 Feb, 2019 1 commit
-
-
Mark Nelson authored
-
- 14 Jan, 2019 1 commit
-
-
Mark Nelson authored
-
- 26 Nov, 2018 1 commit
-
-
Ryan Wyllie authored
-
- 23 Nov, 2018 2 commits
-
-
Mark Nelson authored
This will be used by a new web service and we do not want to fetch the user unnecessarily in the call. Also renamed the method for consistency.
-
Jake Dallimore authored
-
- 20 Nov, 2018 2 commits
-
-
From 3.6 users can have also group conversations, so it's needed to review the messages_get_messages function to make sure only returns the individual messages between 2 users.
-
Jake Dallimore authored
Unread conversations should be given priority over read. If one or more sections have unread conversations, prioritise favourites over group and group over individual. The same applies if all conversations are read.
-
- 19 Nov, 2018 2 commits
-
-
Ryan Wyllie authored
Changed the settings page in the message drawer to display all message notification processors (e.g. email, mobile, jabber) for the user to configure based on which processors are enabled on the site.
-
Jake Dallimore authored
-
- 16 Nov, 2018 1 commit
-
-
Ryan Wyllie authored
* Add clarification to delete messages lang strings * Stop message polling when sending a message to fix UI bug * Publish update last message event when polling finds more messages * Remove logged in user from group conversation participants list * Use user object to fetch user preferences to reduce DB calls * Remove animated slide transitions because the browser breaks when showing some conversations
-
- 15 Nov, 2018 6 commits
-
-
Ryan Wyllie authored
Fix some of the behat tests that are looking for generic button names that match some of the buttons in the message drawer which happen to appear earlier in the DOM.
-
Ryan Wyllie authored
* Added missing icon mappings for font-awesome * Fixed focus on dialogue button when it opens * Fixed UI updates on user block / unblock * Fix jQuery syntax error when sending message with quotes * Fix message/index.php opening drawer when no conversation found * Fix placeholders rendered for new requests
-
Ryan Wyllie authored
* Fix navigation from view_contact to view_conversation on an action such as blocking * Fix default open message section on overview page depending on which section has conversations * Fix message/index.php for users who haven't yet started a conversation
-
Ryan Wyllie authored
-
Ryan Wyllie authored
-
Ryan Wyllie authored
-
- 17 Oct, 2018 1 commit
-
-
Sara Arjona authored
Add new messaging profile preferences to allow users to choose who can message them: - By default, users can select between 'My contacts only' and 'My contacts and anyone in my courses' - When $CFG->messagingallusers is enabled, a new option is displayed also: 'Anyone on the site'. For users who have selected this option, if $CFG->messagingallusers is disabled, the behaviour will be changed to 'My contacts and anyone in my courses'
-
- 03 Oct, 2018 2 commits
-
-
Mark Nelson authored
-
Mark Nelson authored
-
- 06 Sep, 2018 1 commit
-
-
- 30 Jul, 2018 1 commit
-
-
Adrian Greeve authored
-
- 09 Jul, 2018 1 commit
-
-
Mark Nelson authored
-
- 23 Mar, 2018 1 commit
-
-
Mark Nelson authored
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.
-
- 11 Mar, 2017 1 commit
-
-
- 20 Feb, 2017 1 commit
-
-
Mark Nelson authored
-
- 07 Feb, 2017 1 commit
-
-
Ryan Wyllie authored
-
- 16 Nov, 2016 1 commit
-
-
Mark Nelson authored
-