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

Merge users script for Moodle

Results 92 moodle-tool_mergeusers issues
Sort by recently updated
recently updated
newest added

Hi all! The final solution for the compound indexes is to auto detect ALL compound indexes on every single Moodle instance, and considering also customizes indexes, even additional to those...

enhancement

Moodle has it's own built-in class autoloading, it would be better for the code to follow this standard rather than implement it's own class autoloading.

enhancement

(Reported on plugin page: https://moodle.org/plugins/view.php?plugin=tool_mergeusers) Hello, it seems your tool is attempting to update views in addition to tables. I added a print_r($data); line to the function merge() in /admin/tool/mergeusers/lib/table/generictablemerger.php...

bug

We had the honor of being selected to be a Feature Plugin from Moodle.org (https://moodle.org/mod/forum/discuss.php?d=271187). This interview ends with some conclusions and list of items to improve. This issue is...

enhancement

$version = 2022112800.07; // 20221128 = branching date YYYYMMDD - do not modify! $release = '4.1+ (Build: 20230105)'; // Human-friendly version name $branch = '401'; // This version's branch. PHP...

configuration

Since Moodle 4.2.3 we can use PHP 8.2: https://moodledev.io/general/development/policies/php From #262 we have detected already some deprecation warning related to the PHP version. We have to verify all is working...

Hi there, We are trying to merge two user accounts, but are getting the following error: ![image](https://github.com/jpahullo/moodle-tool_mergeusers/assets/73345838/acd2ac8f-1847-4372-b852-6daa95e9cd3e) Any tips on what the problem might be and what we could do...

not a bug

Hi, We need to be able to search for users in a case-insensitive way in the merge users plugin, like in the Moodle users search. Is it possible to modify...

Hi, We get a warning, eventhough "Display debug messages" is set to no. ![tiny-mce-error](https://github.com/jpahullo/moodle-tool_mergeusers/assets/1931926/2edf6a28-947a-4533-9155-9e3e6505db99) I guess its these 2 lines of code that does it in the index.php, // Report...