Extended log search

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.
Price option: Free

Supports Moodle 2.9-5.0 See all versions
Latest release: 2 years ago
Installations: 1039
Downloads (last 90 days): 203

Frankenstyle name: report_extendedlog
Reports

Comments

Comments are no longer open for new posts. Existing comments remain available to read.

Good day, I was wondering, when do you think we can expect to see a release of this useful plugin for Moodle 4.5 LTS?
Hello
I am running Moodle 4.1 and plugin passed checks and installed fine. Having an issue with the "User" and "Affected User" drop down just spinning without generating a look up list. I have around 75 users in the system. Thought that would not be a large number for the query. Other search fields populate fine.
Thoughts?
Thank you
Hiroto Kagotani, fixed in 2.0.3. Next time please provide more information about environment and steps to reproduce. I was unable to reproduce problem, until i understand you're using postgresql
Hello
Congratulations and thank you for this wonderful plugin.
It has been very useful for me to provide information to the application that I am developing.
There is only something that would be helpful to add, the course id, since there are global analyzes that I need the course id to make analysis and comparisons, for example, courses within a category.
Thank you in advance for your help.
When I switched the theme to "More" on Moodle 3.5, report/extendedlog/index.php showed an error with a link to "dmlreadexception". In mdl_log_queries, "ERROR: invalid input syntax for type integer: "_qf__force_multiselect_submission"" was logged. Does 2.0 or 2.0.1 require Boost based themes?
P_r S_z, thank you for report. Fixed in 2.0.1
Hi. In "Event" list core events are missing like "user_created".
Vadim Dvorovenko, it works! Thank you very much.
Hiroto Kagotani, thanks for report. Version 2.0 of plugin works with 3.5-3.7 only if $CFG->cachejs = true. Try to enable js caching or use ver 1.0 of plugin
Hi. After installing into Moodle 3.5.16, javascript errors occur.
When I access https://moodle.example.com/lib/requirejs.php/-1/core/event.js, I get a message:
JS file: /report/extendedlog/amd/src/autocomplete-category.js cannot be loaded, or does not contain a javascript module in AMD format. "define()" not found.
Gustavo Castilho, autocomplete for users list is implemented in 2.0 release. It should speedup load of dropdowns. To check for problem with session expiration, try to limit search to short period of time, e.g. one day or one hour, to be shure, that this problem does not relates to high database load produced by plugin. Problems related to high load (timeouts, memory limits, database load) are not considered as bug for this plugin.
Oliver Pioquinto, you also need add moodle/site:configview permissions to that role. Same for all other standart report types.
Hi, i'm using moodle 3.5 and when doing any searches it sends me to the login page with session expired message. Also i have 27.000 users in database and clicking the affected user dropdown menu takes ages to load.
Hi, I created a role only to view Extended log search, already clicked Allow to View extended log search report report/extendedlog:view and saved the role. But it still not visible to the Administration > Report
Ghalib Al Abri, plugin uses system list of events. if you do not see some event,s, it means that thre is no such events in moodle and this actions are not logged. i've opened issue on tracker some time ago to add events to see, who had access to question bank, but currently it's not implemented