1 |
efrain |
1 |
# Course Size Report
|
|
|
2 |
|
|
|
3 |
This plugin provides approximate disk usage by Moodle courses.
|
|
|
4 |
|
|
|
5 |
|
|
|
6 |
## Branches
|
|
|
7 |
|
|
|
8 |
| Moodle version | Branch | PHP |
|
|
|
9 |
| ----------------- | ------------------ | ---- |
|
|
|
10 |
| Moodle 3.9+ | `MOODLE_39_STABLE` | 7.2+ |
|
|
|
11 |
| Totara 12+ | `totara-master` | 7.2+ |
|
|
|
12 |
| Moodle 3.5 to 3.8 | `MOODLE_35_STABLE` | 7.2+ |
|
|
|
13 |
|
|
|
14 |
There are 2 known shortcomings with this plugin
|
|
|
15 |
* If the same file is used multiple times within a course, the report will report an inflated disk usage figure as the files
|
|
|
16 |
will be counted each time even though Moodle only stores one copy of the file on disk.
|
|
|
17 |
* If the same file is used within multiple courses it will be counted in each course and there is no indicator within the
|
|
|
18 |
report to inform the user if they delete the course or files within the course they will not free that amount from disk.
|
|
|
19 |
|
|
|
20 |
It should be possible to improve the report to address these issues - we'd greatly appreciate any patches to improve the plugin!
|
|
|
21 |
|
|
|
22 |
|
|
|
23 |
Copyright 2014 Catalyst IT http://www.catalyst.net.nz
|