From 64064315374aa8a8318274ea84f502016a22ecf0 Mon Sep 17 00:00:00 2001 From: Juan Leyva Date: Wed, 9 Nov 2016 21:00:33 +0000 Subject: [PATCH] MDL-56839 upgrade.txt: Fix incorrect information in lib/upgrade.txt --- lib/upgrade.txt | 4 +--- mod/assign/upgrade.txt | 1 + 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/lib/upgrade.txt b/lib/upgrade.txt index b644a5aa48c..07bff180519 100644 --- a/lib/upgrade.txt +++ b/lib/upgrade.txt @@ -29,8 +29,7 @@ information provided here is intended especially for developers. * The following functions have been removed and should not be used any more: - file_modify_html_header() - See MDL-29738 for more information. * core_grades_external::get_grades has been deprecated. Please do not call this function any more. - External function gradereport_user_external::get_grades_table can be used for retrieving the course grades table. - Please note that the information returned from that WS is intended for displaying (not for data consumption). + External function gradereport_user_external::get_grade_items can be used for retrieving the course grades information. * New option 'escape' added to format_string. When true (default), escapes HTML entities from the string * The following functions have been deprecated and are not used any more: - get_records_csv() Please use csv_import_reader::load_csv_content() instead. @@ -121,7 +120,6 @@ information provided here is intended especially for developers. * The minifier library used by core_minify has been switched to https://github.com/matthiasmullie/minify - there are minor differences in minifier output. * context_header additional buttons can now have a class attribute provided in the link attributes. -* Webservice function mod_assign_get_submissions returns a new field 'gradingstatus' from each submission. * The return signature for the antivirus::scan_file() function has changed. The calling function will now handle removal of infected files from Moodle based on the new integer return value. * The first parameter $eventdata of both message_send() and \core\message\manager::send_message() should diff --git a/mod/assign/upgrade.txt b/mod/assign/upgrade.txt index 2b60118c6d5..381692ffb4a 100644 --- a/mod/assign/upgrade.txt +++ b/mod/assign/upgrade.txt @@ -15,6 +15,7 @@ This files describes API changes in the assign code. which will then be included in backup and restore; see assign_plugin::get_config_file_areas(). * Submission and feedback plugins must now return the specific list of configs available for external functions, this can be done implementing the new assign plugin method get_config_for_external() +* Webservice function mod_assign_get_submissions returns a new field 'gradingstatus' from each submission. === 3.1 === * The feedback plugins now need to implement the is_feedback_modified() method. The default is to return true