Skip to content

Releases: Syxton/moodle-tool_coursearchiver

v2025102100

21 Oct 16:47

Choose a tag to compare

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

01 Jul 17:53
2a76795

Choose a tag to compare

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

06 Feb 18:46
741222d

Choose a tag to compare

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

21 Dec 20:47
69e647f

Choose a tag to compare

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

06 Oct 19:55

Choose a tag to compare

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

05 Sep 20:21
c77f002

Choose a tag to compare

Release 4.1.7

-- Configurable course "owner(s)" instead of hardcoded to editingteacher role

v2023090400

04 Sep 14:48
e950acb

Choose a tag to compare

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

30 Aug 15:20
1d6b685

Choose a tag to compare

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

12 Jul 19:42

Choose a tag to compare

Added new ability to backup only without removal from Moodle.

v2023040400

04 Apr 15:28

Choose a tag to compare

Changed a hardcoded limiter into a new setting. Thanks to @haietza for reminding me.