Merge branch 'MDL-56839-master' of git://github.com/jleyva/moodle

This commit is contained in:
Dan Poltawski 2016-11-14 13:06:48 +00:00
commit 8d857d0ecc
2 changed files with 2 additions and 3 deletions

View File

@ -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

View File

@ -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