Merge branch 'MDL-68500' of https://github.com/paulholden/moodle
authorAndrew Nicols <andrew@nicols.co.uk>
Tue, 5 May 2020 01:48:24 +0000 (09:48 +0800)
committerAndrew Nicols <andrew@nicols.co.uk>
Tue, 5 May 2020 01:48:24 +0000 (09:48 +0800)
1  2 
lib/upgrade.txt

diff --cc lib/upgrade.txt
@@@ -47,11 -47,7 +47,12 @@@ information provided here is intended e
    db/services.php. Note - this also requires $CFG->enable_read_only_sessions to be set to true.
  * database_manager::check_database_schema() now checks for missing and extra indexes.
  * Implement a more direct xsendfile_file() method for an alternative_file_system_class
 +* A new `dynamic` table interface has been defined, which allows any `flexible_table` to be converted into a table which
 +  is updatable via ajax calls. See MDL-68495 and `\core_table\dynamic` for further information.
 +* The core/notification module has been updated to use AMD modals for its confirmation and alert dialogues.
 +  The confirmation dialogue no longer has a configurable "No" button as per similar changes in MDL-59759.
 +  This set of confirmation modals was unintentionally missed from that deprecation process.
+ * The download_as_dataformat() method has been deprecated. Please use \core\dataformat::download_data() instead
  
  === 3.8 ===
  * Add CLI option to notify all cron tasks to stop: admin/cli/cron.php --stop