Releases: Syxton/moodle-tool_coursearchiver
v2023122100
Release 4.1.9
Fixed keep refresh and moved the delete course portion of the archive script to adhoc tasks in order to close the session
(allow same browser to keep using website while archiver is running and allows keepalive code to work). This only applies to Archive actions. Delete actions will delete the courses right away. These actions are generally much faster and the keep alive isn't really needed.
v2023100400
Release 4.1.8
Now uses MODE_GENERAL backup settings instead of MODE_AUTOMATED to have a more consistent temp file storage.
A session keep alive setup will keep long running processes from timing out the session and losing permissions.
Fix for sites that have altered the shortname of the default editingteacher (course owner) role.
v2023090500
Release 4.1.7
-- Configurable course "owner(s)" instead of hardcoded to editingteacher role
v2023090400
Release 4.1.6
--fixes file naming that didn't clear the idnumber causing failed backups
thank you to nomisge for reporting the issue.
v2023083001
Changed the hardcoded dataroot to a setting for installs that don't want to place archives in the moodledata folder. Including a fix for non Windows paths.
v2023071200
Added new ability to backup only without removal from Moodle.
v2023040400
Changed a hardcoded limiter into a new setting. Thanks to @haietza for reminding me.
v2023032100
Fixed regressive subcat bug. Thanks to @Kemmotar83
v2023021700
Added savepoint management
Updated workflow
v2022100400
Search parameter bug fixes and small improvements to the interface.