Releases: Syxton/moodle-tool_coursearchiver
v2025102100
Release 5.0.1
2nd Release for Moodle 5.x
Added category search instead of select box to form (#55)
Fix to header during long running actions for gzip buffer caching
Fix to Moodle 5 table borders
Code cleanup to pass github actions
Full Changelog: v2025070102...v2025102100
v2025070102
Release 5.0.0
1st Release for Moodle 5.x
Security improvements (thank you to Matthew Hilton @ Catalyst-au.net for the suggestions)
(#69) Bulk archive downloading
v2025060200
Release 4.5.0
Added separate delete warning emails
Added setting to disable optout by email links in emails
Added capability so that non admin users can use the tool
Fixed the issue with Saved Points not showing last accessed dates
Tested and working on 4.5 and 4.4 (backward compatibility for other versions is untested, but should be safe)
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.