-
Improvement
-
Resolution: Fixed
-
Minor
-
2.5
-
MOODLE_25_STABLE
-
MOODLE_25_STABLE
-
MDL-37641-master -
Improve the way the repository generates new file names when the file already exists. Currently a file will have _2 appended to it. So we can quickly get this:
- test.txt
- test_2.txt
- test_2_2.txt
The improvement could follow what most OS do:
- test.txt
- test (1).txt
- test (2).txt