Releases: Syxton/moodle-tool_coursearchiver
v2022042200
Passes check on Moodle 4.0.
Cleaned up the code to get through checker.
Added a "Back to Start" button at the end of the batch processes.
Cleaned up some css stuff that was bothering me.
v2019062700
release 3.7.3
Added more time filters.
Allowed wildcard characters in search
Fixed idnumber unambiguous search
Reorganized search form.
v2018121306
Bugfix release v3.7.2
- method sort_latest_file() -> find_latest_file()
- update checks for archive folder and doesn't fail if it doesn't exist yet
- updated travis to require php 7.1 on master branch
v2018121304
Add recursive category search.
v2018121303
Phpdoc cleanup
Added a quicklink to the archiver settings.
v2018121302
3.7.1 Release
This release includes a major addition.
Plugin can now search through, permanently delete, and restore archive files.
Additional Moodle 3.6+ improvements while maintaining compatibility.
Upgrade Notes:
The upgrade process will run through the archive directory and store them in a searchable database table. When future archives are created with the tool, these records will also store the userid's of the users with a teacher role.
This is useful if you would like to notify teachers before permanently deleting files. The archivelist.php file is accessible to all logged in users to download the files belonging to them. A handy link is included in the "Pending Deletion" area that will export a list of email addresses to notify.
v2018120400
3.6 release (3.6.2)
A few cleanups and bug fixes between releases.
v2018101700
Each opt out now can have different lengths, 0 being infinite opt out.
v2018101600
Adds support for admin course opt out.
Cleans archived filenames of unsafe characters that could cause failed archives.
v2018081701
Progress bar fix for both all themes.