Skip to content

Commit

Permalink
Merge branch 'MDL-79395' of https://github.com/stronk7/moodle
Browse files Browse the repository at this point in the history
  • Loading branch information
HuongNV13 authored and snake committed Sep 19, 2023
2 parents 267462f + b7c2415 commit dee9c19
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions lib/upgradelib.php
Expand Up @@ -513,6 +513,15 @@ function upgrade_stale_php_files_present(): bool {
global $CFG;

$someexamplesofremovedfiles = [
// Removed in 4.3.
'/badges/ajax.php',
'/course/editdefaultcompletion.php',
'/grade/amd/src/searchwidget/group.js',
'/lib/behat/extension/Moodle/BehatExtension/Locator/FilesystemSkipPassedListLocator.php',
'/lib/classes/task/legacy_plugin_cron_task.php',
'/mod/lti/ajax.php',
'/pix/f/archive.png',
'/user/repository.php',
// Removed in 4.2.
'/admin/auth_config.php',
'/auth/yui/passwordunmask/passwordunmask.js',
Expand Down

0 comments on commit dee9c19

Please sign in to comment.