Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
integration
prechecker
Commits
8d857d0e
Commit
8d857d0e
authored
Nov 14, 2016
by
Dan Poltawski
Browse files
Merge branch 'MDL-56839-master' of
git://github.com/jleyva/moodle
parents
0b96b9c5
64064315
Changes
2
Hide whitespace changes
Inline
Side-by-side
lib/upgrade.txt
View file @
8d857d0e
...
...
@@ -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
...
...
mod/assign/upgrade.txt
View file @
8d857d0e
...
...
@@ -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
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment