MDL-43967 logging: references to the migrating dev docs

This commit is contained in:
Marina Glancy
2014-03-13 18:31:52 +01:00
committed by Eloy Lafuente (stronk7)
parent 7d1f141a44
commit e2cb3ffad6
2 changed files with 4 additions and 0 deletions
+1
View File
@@ -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.
+3
View File
@@ -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 ===