- Moodle 3.5 (build 2018051700) or later.
Copy the extendedlog folder into your Moodle /report directory and visit your Admin Notification page to complete the installation.
Notice! Plugin versions 2.x will not work correctly on Moodle versions 3.5-3.7 if $CFG->cachejs=false. That is common limitation for Moodle versions prior to 3.8, when working with ES6 modules, required for Moodle 3.8 and later. Set $CFG->cachejs=true, or use version 1.x of plugin.
This report is intended to be used only by the site administrator for investigation in number of cases, when standard log report does not allow to find the desired events. With this report you can easily do following:
- Find out, who have granted role to user in some category a month ago
- List changes that were done on site by users from some IP or subnet
- Get events that happened in all courses in some category in one list
- Find failed logons for users using some email domain
- And so on
This report supports logstore_standart and logstore_database.
This report generates non-optimized db queries and may produce very high database load.
- Vadim Dvorovenko (Vadimon@mail.ru)
- Updates: https://moodle.org/plugins/view.php?plugin=report_extendedlog
- Latest code: https://github.com/vadimonus/moodle-report_extendedlog
- Release 1.0 (build 2016052402):
- First public release.
- Release 1.1 (build 2020061300):
- Privacy API support.
- Fixes for deprecated coursecatlib
- Release 1.1.1 (build 2021010700):
- Improvements for long queries. Raise memory limit, do not query logs twice to fetch user names.
- Release 1.1.2 (build 2021010701):
- Privacy provider fix.
- Release 2.0 (build 2021011000):
- Autocomplete elements for user, relateduser, course, category, event and objectable.
- Ability to select multiple values for user, relateduser, course, event and objectable.
- Release 2.0.1 (build 2021022400):
- Fixed bug with missing core events in eventname filter.
- Release 2.0.2 (build 2021121301):
- Fixed warning with crud, edulevel and origin filters.
- Release 2.0.3 (build 2021121302):
- Fix dmlreadexception on theme More with Postgresql.
- Release 2.0.4 (build 2023022000):
- Do not call functions deprecated in 3.11.
- Release 2.0.5 (build 2024010800):
- Support for namespace core_external.