moodle/message
Neill Magill 8029023ed5 MDL-66955 messages: Improve speed of message search
The OR conditions in the WHERE clause prevented the query from
effectively filtering the messages related to the user quickly, this
change helps gets around this by allowing the database to limit
the rows in the messages table it needs to scan significantly.
2022-09-30 08:29:08 +01:00
..
amd MDL-73915 js: Drop support for IE and android 2022-02-23 08:55:20 +08:00
classes MDL-66955 messages: Improve speed of message search 2022-09-30 08:29:08 +01:00
output MDL-74800 message: fix invalid aria-label attributes 2022-08-08 14:46:42 +02:00
templates Merge branch 'MDL-74873-master' of https://github.com/dthies/moodle 2022-08-30 16:10:08 +02:00
tests MDL-74800 message: fix invalid aria-label attributes 2022-08-08 14:46:42 +02:00
edit.php MDL-71062 core: Step 1 deprecation of print_error function 2022-07-13 08:20:54 +05:30
externallib.php MDL-74235 core: Update core uses of activity icons to monologo 2022-04-07 12:56:14 +08:00
index.php MDL-71062 core: Step 1 deprecation of print_error function 2022-07-13 08:20:54 +05:30
lib.php MDL-67853 message: Remove on/offline settings on message preferences 2022-01-27 15:22:15 +01:00
module.js MDL-67853 message: Remove on/offline settings on message preferences 2022-01-27 15:22:15 +01:00
notificationpreferences.php MDL-71062 core: Step 1 deprecation of print_error function 2022-07-13 08:20:54 +05:30
pendingcontactrequests.php MDL-65219 message: add message/pendingcontactrequests.php page back 2019-07-23 11:37:55 +08:00
renderer.php MDL-67853 message: Remove on/offline settings on message preferences 2022-01-27 15:22:15 +01:00
upgrade.txt MDL-72587 message: Support getting both read and unread messages 2021-09-28 10:37:39 +02:00