Skip to content

Commit

Permalink
[4.1] Update deleted files and folders to changes from PR #36097 (#36618
Browse files Browse the repository at this point in the history
)

* Update deleted files and folders to changes from PR #36097 .

* Fix comment in the folders array, too

* Grr

Co-authored-by: Benjamin Trenkle <[email protected]>
  • Loading branch information
richard67 and bembelimen authored Jan 15, 2022
1 parent 2b61766 commit 747e9e7
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions administrator/components/com_admin/script.php
Original file line number Diff line number Diff line change
Expand Up @@ -6112,7 +6112,7 @@ public function deleteUnexistingFiles($dryRun = false, $suppressOutput = false)
'/media/vendor/codemirror/lib/#codemirror.js#',
// From 4.0.5 to 4.0.6
'/media/vendor/mediaelement/css/mejs-controls.png',
// From 4.0.x to 4.1.0
// From 4.0.x to 4.1.0-beta1
'/administrator/templates/atum/css/system/searchtools/searchtools.css',
'/administrator/templates/atum/css/system/searchtools/searchtools.min.css',
'/administrator/templates/atum/css/system/searchtools/searchtools.min.css.gz',
Expand Down Expand Up @@ -6327,6 +6327,8 @@ public function deleteUnexistingFiles($dryRun = false, $suppressOutput = false)
'/templates/system/scss/general.scss',
'/templates/system/scss/offline.scss',
'/templates/system/scss/offline_rtl.scss',
// From 4.1.0-beta3 to 4.1.0-rc1
'/api/components/com_media/src/Helper/AdapterTrait.php',
);

$folders = array(
Expand Down Expand Up @@ -7586,7 +7588,7 @@ public function deleteUnexistingFiles($dryRun = false, $suppressOutput = false)
'/libraries/vendor/algo26-matthias/idna-convert/tests',
// From 4.0.3 to 4.0.4
'/templates/cassiopeia/images/system',
// From 4.0.5 to 4.1.0
// From 4.0.x to 4.1.0-beta1
'/templates/system/scss',
'/templates/system/css',
'/templates/cassiopeia/scss/vendor/metismenu',
Expand Down Expand Up @@ -7637,6 +7639,8 @@ public function deleteUnexistingFiles($dryRun = false, $suppressOutput = false)
'/administrator/templates/atum/css/system/searchtools',
'/administrator/templates/atum/css/system',
'/administrator/templates/atum/css',
// From 4.1.0-beta3 to 4.1.0-rc1
'/api/components/com_media/src/Helper',
);

$status['files_checked'] = $files;
Expand Down

0 comments on commit 747e9e7

Please sign in to comment.