-
Task
-
Resolution: Fixed
-
Critical
-
5.0
-
MOODLE_500_STABLE
-
MOODLE_500_STABLE
-
MDL-85202-500 -
-
-
-
Team Hedgehog 2024 Sprint 3.3
Simply verify we have a number (4-5) of files for the next major release. They all must be files deleted since last stable version (405) and current main.
$ git diff --name-status MOODLE_XX_STABLE..main | grep ^D
|
And, then, simply, add them to upgrade_stale_php_files_present()
Note that it's better not to pick any plugin file that maybe reinstalled manually (exception being forum files because that plugin is mandatory)
Note: (to avoid forgetting it in next iteration of this issue). Don't forget the leading slashes in the paths
- is a clone of
-
MDL-83236 Update upgrade_stale_php_files_present() before 4.5 release
-
- Closed
-