Merge branch 'MDL-68409-master' of git://github.com/andrewnicols/moodle
authorJun Pataleta <jun@moodle.com>
Mon, 4 May 2020 07:22:12 +0000 (15:22 +0800)
committerJun Pataleta <jun@moodle.com>
Mon, 4 May 2020 07:22:12 +0000 (15:22 +0800)
1  2 
lib/upgrade.txt

diff --cc lib/upgrade.txt
@@@ -47,8 -47,9 +47,11 @@@ 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.
  
  === 3.8 ===
  * Add CLI option to notify all cron tasks to stop: admin/cli/cron.php --stop