MDL-43967 logging: references to the migrating dev docs
This commit is contained in:
committed by
Eloy Lafuente (stronk7)
parent
7d1f141a44
commit
e2cb3ffad6
@@ -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.
|
||||
|
||||
@@ -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 ===
|
||||
|
||||
|
||||
Reference in New Issue
Block a user