Moodle Plugins directory: Extended log search: Versions: 1.1.3 | Moodle.org
Extended log search
Reports ::: report_extendedlog
Maintained by
Vadim Dvorovenko
This report is intended to be used by the site administrator for investigation in number of cases, when standard log report does not allow to find the desired events.
Extended log search 1.1.3
Moodle 2.9, 3.0, 3.1, 3.2, 3.3, 3.4, 3.5, 3.6, 3.7, 3.8, 3.9, 3.10, 3.11
Released: Monday, 13 December 2021, 1:23 AM
Moodle plugin for extended log searching
Requirements
- Moodle 2.9 (build 2015051100) or later.
Installation
Copy the extendedlog folder into your Moodle /report directory and visit your Admin Notification page to complete the installation.
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 wery 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 1.1.3 (build 2021121300):
- Fixed warning with crud, edulevel and origin filters.
Version information
- Version build number
- 2021121300
- Version release name
- 1.1.3
- Maturity
- Stable version
- MD5 Sum
- d65622ef535678aa2f9ebd22e9837f79
- Supported software
- Moodle 2.9, Moodle 3.0, Moodle 3.1, Moodle 3.2, Moodle 3.3, Moodle 3.4, Moodle 3.5, Moodle 3.6, Moodle 3.7, Moodle 3.8, Moodle 3.9, Moodle 3.10, Moodle 3.11
- Latest release for Moodle 2.9
- Latest release for Moodle 3.0
- Latest release for Moodle 3.1
- Latest release for Moodle 3.2
- Latest release for Moodle 3.3
- Latest release for Moodle 3.4
- The more recent release 2.0.5 (2024010800) exists for Moodle 3.5
- The more recent release 2.0.5 (2024010800) exists for Moodle 3.6
- The more recent release 2.0.5 (2024010800) exists for Moodle 3.7
- The more recent release 2.0.5 (2024010800) exists for Moodle 3.8
- The more recent release 2.0.5 (2024010800) exists for Moodle 3.9
- The more recent release 2.0.5 (2024010800) exists for Moodle 3.10
- The more recent release 2.0.5 (2024010800) exists for Moodle 3.11
Version control information
- Version control system (VCS)
- GIT
- VCS repository URL
- VCS tag
- 2021121300
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