Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/catalyst/moodle-tool_lcprunecourselogstep
https://github.com/catalyst/moodle-tool_lcprunecourselogstep
Last synced: 4 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/catalyst/moodle-tool_lcprunecourselogstep
- Owner: catalyst
- Created: 2023-11-17T05:14:46.000Z (12 months ago)
- Default Branch: main
- Last Pushed: 2023-11-20T00:58:06.000Z (12 months ago)
- Last Synced: 2023-11-20T01:43:52.967Z (12 months ago)
- Language: PHP
- Size: 2.93 KB
- Stars: 0
- Watchers: 15
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Prune course log step (Life cycle plugin)
As the core Moodle course deletion process does not remove logs for a course, as part of the archival process to prevent continual growth of log tables, the log records for the archived course must be removed.
Installation
============
This is an admin plugin and should go into ``admin/tool/lcprunecourselogstep``.Dependencies
============
This plugin depends on the following plugins:
* Life cycle: https://moodle.org/plugins/view/tool_lifecycle.
* The following refactoring is accepted https://github.com/learnweb/moodle-tool_lifecycle/pull/189