moodle/message
Mark Nelson f0e137c539 MDL-63280 core: minor changes after review
- Fixed reference to non-existent column 'timeread'.
- Fixed alignment issues.
- Fixed inconsistencies between upgrade.php and install.xml.
- Cleaned unit tests of unnecessary DB calls.
- Renamed 'get_does_conversation_area_enabled' to
  'is_conversation_area_enabled' and moved to api.php.
- Replaced "$mform->elementExists('enablemessaging')"
  check with a capability check.
- Removed the change of [] to array() in unrelated to upgrade code.
- Updated conversation 'timemodified' field when updating name.
- Bumped version based on latest master.
2018-10-25 17:51:04 +08:00
..
amd MDL-63214 message: Add privacy preferences to filter who can message 2018-10-17 11:52:57 +02:00
classes MDL-63280 core: minor changes after review 2018-10-25 17:51:04 +08:00
output Merge branch 'MDL-62560-master' 2018-10-22 12:52:58 +02:00
templates MDL-63214 message: Add privacy preferences to filter who can message 2018-10-17 11:52:57 +02:00
tests MDL-63280 core: minor changes after review 2018-10-25 17:51:04 +08:00
defaultoutputs.php MDL-29895 core: removed require_login() when not needed 2018-09-10 11:22:50 +02:00
edit.php MDL-54698 message: add preferences pages to breadcrumbs 2016-10-07 16:26:40 +08:00
externallib.php Merge branch 'MDL-63548_master' of git://github.com/markn86/moodle 2018-10-23 10:25:54 +08:00
index.php MDL-61255 core_message: add notification when data not migrated 2018-04-10 15:17:01 +08:00
lib.php MDL-63214 message: Add privacy preferences to filter who can message 2018-10-17 11:52:57 +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-63211 core_message: add temporary pending contact requests page 2018-10-03 11:51:29 +08:00
renderer.php MDL-63214 message: Add privacy preferences to filter who can message 2018-10-17 11:52:57 +02:00
upgrade.txt Merge branch 'MDL-63548_master' of git://github.com/markn86/moodle 2018-10-23 10:25:54 +08:00