moodle-local_datacleaner
moodle-local_datacleaner copied to clipboard
Reduce, filter, and anonymize moodle data for non-prod environments
Hi, I tested the plugin on Moodle 4.3, but the following problem already appears in Moodle 4.1 Default exception handler: Coding error detected, it must be fixed by a programmer:...
ie these should all work but do not: * [ ] fileconverter_librelambda * [ ] fileconverter * [ ] librelambda
Cherry-pick of https://github.com/catalyst/moodle-local_datacleaner/pull/164 for the Totara branch. Tested with T18 and all working ok, but can test with T13 if you wish too.
I think there's a bug in the SQL parsing, but I haven't traced it down yet. SQL statements commented out still prepare and execute, but it takes arguments, then it...
Print error is deprecated from moodle 4.1. It should be replaced by threw new moodle exception
While testing Moodle 4.1 compatibility, I came across the following issue when running on PostgreSQL 14. I was unable to reproduce it on MySQL. Steps to reproduce: - Create a...
Tested on Ubuntu 22.04/PHP 8 with PostgreSQL 14 and MySQL 8. I found the following issues: - Use of deprecated get_all_user_name_fields function - Obsolete "social" profile fields (icq, aim) And...
Data cleaner needs a option to select all / deselect all tasks on scheduled tasks
I got an error during upgrade. I'm upgrading Moodle 3.6 site with the latest local_datacleaner plugin (master branch) up to Moodle 3.11 with the latest local_datacleaner plugin (MOODLE_310_STABLE branch). ```...