moodle-local_datacleaner icon indicating copy to clipboard operation
moodle-local_datacleaner copied to clipboard

Reduce, filter, and anonymize moodle data for non-prod environments

Results 56 moodle-local_datacleaner issues
Sort by recently updated
recently updated
newest added

Hi, when testing the `php local/datacleaner/cli/clean.php --run` I noticed that configuration was completely ignored to get id to update. I had to change the line `$criteria = self::get_user_criteria(static::$options);` to `$config...

bug

logstore_standard is clened in /cleaner/logstore_standard/classes/clean.php . We could add cleaning more log tables, including Totara ones, e.g.: * mdl_prog_completion_log * mdl_totara_sync_log * mdl_upgrade_log Maybe logstore_standard should be renamed into more...

enhancement

mdl_sessions table can be cleaned as well, the existing deletion is just from %sessions_% tables: https://github.com/catalyst/moodle-local_datacleaner/blob/master/cleaner/core/classes/clean.php#L64

enhancement

Data in extra user profile fields is not cleaned. I would suggest to do something simple - e.g. just delete all the extra data with equivalent of: TRUNCATE mdl_user_info_data; This...

enhancement

Hi, This bug report is targeted at the latest version of the plugin published on https://moodle.org/plugins/pluginversion.php?id=12918 and may be superseded by recent commits here in Github. We have a Moodle...

enhancement

Hi, This feature request is targeted at the latest version of the plugin published on https://moodle.org/plugins/pluginversion.php?id=12918 and may be superseded by recent commits here in Github. After (optionally) deleting really...

enhancement

Hi, This feature request is targeted at the latest version of the plugin published on https://moodle.org/plugins/pluginversion.php?id=12918 and may be superseded by recent commits here in Github. We would like to...

enhancement

Hi, This feature request is targeted at the latest version of the plugin published on https://moodle.org/plugins/pluginversion.php?id=12918 and may be superseded by recent commits here in Github. We would like to...

enhancement

Hi, I would like to know what the core cleaner does in this plugin. This question is targeted at the latest version of the plugin published on https://moodle.org/plugins/pluginversion.php?id=12918 and may...

enhancement