mirror of
https://github.com/moodle/moodle.git
synced 2025-04-03 23:42:39 +02:00
- 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.