-
Notifications
You must be signed in to change notification settings - Fork 38
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
praxisdigital/moodle-block_sharing_cart#118 #187
praxisdigital/moodle-block_sharing_cart#118 #187
Conversation
Added new setting to "Copy activity"
Fix restore settings that cause restore issue Added moodle log when a sharing cart item got backup, restored or deleted
#111: Fix restore issue
Improve backup/restore process by using adhoc task Fix session lock error
Fix incorrect data type in restore controller
Limit to min. 100 characters in sharing cart item name
Add ellipsis when sharing cart item is exceed 97 characters in UTF-8 encoding
#119: Trim sharing cart item name
Improve sharing cart styling Fix restore in async mode, should rerun if backup hasn't been created
Fix backup controller try to delete backup after the backup process is done
#118: Add feature: async backup/restore - testet on Moodlefourtwo, both asyncron and normal copy, with and with out drag n drop, with and without user data.
Add support for Moodle 4.2
Fix upgrade script to clean up deleted user records Add event listener on user_deleted to remove user sharing cart items without waiting for privacy provider
#118: Add feature - async backup/restore
Fix upgrade script - MYSQL with danish cannot update character that is out of danish character range
Sorry, I don't understand the "All checks have failed." message. Should I try merging this? |
@donhinkelman I've fixed the issue. The tests are now green 🎉 This branch requires Moodle 4.2 or above - that is why the first check is failing. It tries to install the plugin on Moodle 4.1 - so that is expected. I will merge it :) |
72889ac
into
donhinkelman:master
Ok, I will install in plugins database, noting that Moodle 4.2 is required. As well as PHP 7.4. |
@donhinkelman, the plugin requires PHP 7.4, but Moodle 4.2 requires PHP 8.0 So perhaps we should just say PHP 8.0? |
Got it. Sharing Cart 4.4, release 3 requires Moodle 4.2 and PHP 8.0. |
Merge praxisdigital/moodle-block_sharing_cart#118