From e2cb3ffad6b30bd8beb562e89e5ddc76ecff3f2d Mon Sep 17 00:00:00 2001 From: Marina Glancy Date: Thu, 6 Mar 2014 16:12:13 +0800 Subject: [PATCH] MDL-43967 logging: references to the migrating dev docs --- lib/upgrade.txt | 1 + report/upgrade.txt | 3 +++ 2 files changed, 4 insertions(+) diff --git a/lib/upgrade.txt b/lib/upgrade.txt index 0a5b26bf009..2d6ddc22aee 100644 --- a/lib/upgrade.txt +++ b/lib/upgrade.txt @@ -8,6 +8,7 @@ information provided here is intended especially for developers. Events and Logging: * Significant changes in Logging API. For upgrading existing events_trigger() and add_to_log() see http://docs.moodle.org/dev/Migrating_logging_calls_in_plugins + For accessing logs from plugins see http://docs.moodle.org/dev/Migrating_log_access_in_reports DEPRECATIONS: * $module uses in mod/xxx/version.php files is now deprecated. Please use $plugin instead. It will be removed in Moodle 2.10. diff --git a/report/upgrade.txt b/report/upgrade.txt index 644d13d3d53..eb434830fa8 100644 --- a/report/upgrade.txt +++ b/report/upgrade.txt @@ -1,6 +1,9 @@ This files describes API changes in /report/* - plugins, information provided here is intended especially for developers. +=== 2.7 === +* How to migrate reports accessing table 'log': + http://docs.moodle.org/dev/Migrating_log_access_in_reports === 2.2 ===