Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/catalyst/moodle-report_coursesize
upgraded coursesize report
https://github.com/catalyst/moodle-report_coursesize
Last synced: 3 days ago
JSON representation
upgraded coursesize report
- Host: GitHub
- URL: https://github.com/catalyst/moodle-report_coursesize
- Owner: catalyst
- Created: 2012-09-10T21:11:17.000Z (about 12 years ago)
- Default Branch: MOODLE_39_STABLE
- Last Pushed: 2024-07-25T01:08:54.000Z (4 months ago)
- Last Synced: 2024-07-25T02:44:15.885Z (4 months ago)
- Language: PHP
- Size: 141 KB
- Stars: 14
- Watchers: 38
- Forks: 19
- Open Issues: 14
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Course Size Report
This plugin provides approximate disk usage by Moodle courses.
## Branches
| Moodle version | Branch | PHP |
| ----------------- | ------------------ | ---- |
| Moodle 3.9+ | `MOODLE_39_STABLE` | 7.2+ |
| Totara 12+ | `totara-master` | 7.2+ |
| Moodle 3.5 to 3.8 | `MOODLE_35_STABLE` | 7.2+ |There are 2 known shortcomings with this plugin
* If the same file is used multiple times within a course, the report will report an inflated disk usage figure as the files
will be counted each time even though Moodle only stores one copy of the file on disk.
* If the same file is used within multiple courses it will be counted in each course and there is no indicator within the
report to inform the user if they delete the course or files within the course they will not free that amount from disk.It should be possible to improve the report to address these issues - we'd greatly appreciate any patches to improve the plugin!
Copyright 2014 Catalyst IT http://www.catalyst.net.nz