Skip to content

Releases: Syxton/moodle-tool_coursearchiver

v2022042200

22 Apr 20:41
a4a7a65
Compare
Choose a tag to compare

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

27 Jun 19:58
Compare
Choose a tag to compare

release 3.7.3

Added more time filters.
Allowed wildcard characters in search
Fixed idnumber unambiguous search
Reorganized search form.

v2018121306

18 Jan 13:44
Compare
Choose a tag to compare

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

21 Dec 13:59
Compare
Choose a tag to compare

Add recursive category search.

v2018121303

17 Dec 20:53
Compare
Choose a tag to compare

Phpdoc cleanup
Added a quicklink to the archiver settings.

v2018121302

14 Dec 21:00
Compare
Choose a tag to compare

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

04 Dec 18:56
Compare
Choose a tag to compare

3.6 release (3.6.2)

A few cleanups and bug fixes between releases.

v2018101700

17 Oct 20:34
Compare
Choose a tag to compare

Each opt out now can have different lengths, 0 being infinite opt out.

v2018101600

16 Oct 14:22
Compare
Choose a tag to compare

Adds support for admin course opt out.
Cleans archived filenames of unsafe characters that could cause failed archives.

v2018081701

31 Aug 13:40
93a6e6a
Compare
Choose a tag to compare

Progress bar fix for both all themes.