Moodle Plugins directory: Extended log search: Versions: 2.0.5 | Moodle.org
Extended log search
Extended log search 2.0.5
Moodle plugin for extended log searching
Requirements
- Moodle 3.5 (build 2018051700) or later.
Installation
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.
Usage
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.
Author
- Vadim Dvorovenko (Vadimon@mail.ru)
Links
- Updates: https://moodle.org/plugins/view.php?plugin=report_extendedlog
- Latest code: https://github.com/vadimonus/moodle-report_extendedlog
Changes
- 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.
Version information
- Version build number
- 2024010800
- Version release name
- 2.0.5
- Maturity
- Stable version
- MD5 Sum
- cc7561b4100d36958269511a74b03dfc
- Supported software
- Moodle 3.5, Moodle 3.6, Moodle 3.7, Moodle 3.8, Moodle 3.9, Moodle 3.10, Moodle 3.11, Moodle 4.0, Moodle 4.1, Moodle 4.2, Moodle 4.3, Moodle 4.4, Moodle 4.5, Moodle 5.0
- Latest release for Moodle 3.5
- Latest release for Moodle 3.6
- Latest release for Moodle 3.7
- Latest release for Moodle 3.8
- Latest release for Moodle 3.9
- Latest release for Moodle 3.10
- Latest release for Moodle 3.11
- Latest release for Moodle 4.0
- Latest release for Moodle 4.1
- Latest release for Moodle 4.2
- Latest release for Moodle 4.3
- Latest release for Moodle 4.4
- Latest release for Moodle 4.5
- Latest release for Moodle 5.0
Version control information
- Version control system (VCS)
- GIT
- VCS repository URL
- VCS tag
- 2024010800
Default installation instructions for plugins of the type Reports
- Make sure you have all the required versions.
- Download and unpack the module.
- Place the folder (eg "myreport") in the "report" subdirectory.
- Visit http://yoursite.com/admin to finish the installation