X-Git-Url: http://git.moodle.org/gw?p=moodle.git;a=blobdiff_plain;f=lib%2Fupgrade.txt;h=4d47d06d8b029015f1637e9ca040e9495cdd06ee;hp=0450eb2296cd69d83be22fd5c8cb05953a79990c;hb=da8cd86f173a7487b1e8d5f89cd48d3b799f34f7;hpb=137885b7e9d90d8709ade3c727f6f08631bd8966 diff --git a/lib/upgrade.txt b/lib/upgrade.txt index 0450eb2296c..4d47d06d8b0 100644 --- a/lib/upgrade.txt +++ b/lib/upgrade.txt @@ -32,6 +32,9 @@ information provided here is intended especially for developers. get_fast_modinfo(). Purging all caches and every core upgrade purges course modinfo cache as well. If function get_fast_modinfo() is called for multiple courses make sure to include field cacherev in course object. +* Internal (noreply and support) user support has been added for sending/receiving message. + Use core_user::get_noreply_user() and core_user::get_support_user() to get noreply and support user's respectively. + Real users can be used as noreply/support users by setting $CFG->noreplyuserid and $CFG->supportuserid * New function readfile_allow_large() in filelib.php for use when very large files may need sending to user. DEPRECATIONS: @@ -105,6 +108,7 @@ Misc: * js_minify() -> core_minify::js_files() * css_minify_css() -> core_minify::css_files() * course_modinfo::build_section_cache() -> (no replacement) + * generate_email_supportuser() -> core_user::get_support_user() User-agent related functions: * check_browser_operating_system() -> core_useragent::check_browser_operating_system()