Merge branch 'MDL-46375-master' of git://github.com/andrewnicols/moodle
authorDan Poltawski <dan@moodle.com>
Tue, 14 Feb 2017 10:34:39 +0000 (10:34 +0000)
committerDan Poltawski <dan@moodle.com>
Tue, 14 Feb 2017 10:34:39 +0000 (10:34 +0000)
1  2 
lib/moodlelib.php
lib/upgrade.txt

Simple merge
diff --cc lib/upgrade.txt
@@@ -13,14 -13,15 +13,18 @@@ information provided here is intended e
  * The mcore YUI rollup which included various YUI modules such as moodle-core-notification is no longer included on every
    page. Missing YUI depdencies may be exposed by this change (e.g. missing a requirement on moodle-core-notification when
    using M.core.dialogue).
 +* Various legacy javascript functions have been removed:
 +    * M.util.focus_login_form and M.util.focus_login_error no longer do anything. Please use jquery instead. See
 +      lib/templates/login.mustache for an example.
 +    * Some outdated global JS functions have been removed and should be replaced with calls to jquery
 +      or alternative approaches:
 +        checkall, checknone, select_all_in_element_with_id, select_all_in, deselect_all_in, confirm_if, findParentNode,
 +        filterByParent, stripHTML
 +    * M.util.init_toggle_class_on_click has been removed.
+ * The following functions have been deprecated and should not be used any more:
+   - file_storage::try_content_recovery  - See MDL-46375 for more information
+   - file_storage::content_exists        - See MDL-46375 for more information
+   - file_storage::deleted_file_cleanup  - See MDL-46375 for more information
  
  === 3.2 ===