core_component::get_plugin_list() does not accept empty parameter any more.
* Use core_text::* instead of textlib:: and also core_collator::* instead of collatorlib::*.
* Use new function moodleform::mock_submit() to simulate form submission in unit tests (backported).
+* New $CFG->localcachedir setting useful for cluster nodes. Admins have to update X-Sendfile aliases if used.
+* MS SQL Server drivers are now using NVARCHAR(MAX) instead of NTEXT and VARBINARY(MAX) instead of IMAGE,
+ this change should be fully transparent and it should help significantly with add-on compatibility.
DEPRECATIONS:
Various previously deprecated functions have now been altered to throw DEBUG_DEVELOPER debugging notices
* get_role_context_caps() -> (no replacement)
* load_temp_role() -> (no replacement)
* remove_temp_roles() -> (no replacement)
+ * get_related_contexts_string() -> $context->get_parent_context_ids(true)
+ * get_recent_enrolments() -> (no replacement)
Enrollment:
* get_course_participants() -> get_enrolled_users()
YUI:
* moodle-core-notification has been deprecated with a recommendation of
- using its subclasses intead. This is to allow for reduced page
+ using its subclasses instead. This is to allow for reduced page
transport costs. Current subclasses include:
* dialogue
* alert