Skip to content

Commit

Permalink
Deleted files and folders for system templates
Browse files Browse the repository at this point in the history
  • Loading branch information
richard67 authored and dgrammatiko committed Nov 22, 2021
1 parent 09580b5 commit 74a811e
Showing 1 changed file with 38 additions and 0 deletions.
38 changes: 38 additions & 0 deletions administrator/components/com_admin/script.php
Original file line number Diff line number Diff line change
Expand Up @@ -6202,6 +6202,15 @@ public function deleteUnexistingFiles($dryRun = false, $suppressOutput = false)
'/administrator/templates/atum/scss/vendor/minicolors/minicolors.scss',
'/administrator/templates/atum/template_preview.png',
'/administrator/templates/atum/template_thumbnail.png',
'/administrator/templates/system/css/error.css',
'/administrator/templates/system/css/error.min.css',
'/administrator/templates/system/css/error.min.css.gz',
'/administrator/templates/system/css/system.css',
'/administrator/templates/system/css/system.min.css',
'/administrator/templates/system/css/system.min.css.gz',
'/administrator/templates/system/images/calendar.png',
'/administrator/templates/system/scss/error.scss',
'/administrator/templates/system/scss/system.scss',
'/templates/cassiopeia/css/editor.css',
'/templates/cassiopeia/css/editor.min.css',
'/templates/cassiopeia/css/editor.min.css.gz',
Expand Down Expand Up @@ -6291,6 +6300,30 @@ public function deleteUnexistingFiles($dryRun = false, $suppressOutput = false)
'/templates/cassiopeia/scss/vendor/metismenu/_metismenu.scss',
'/templates/cassiopeia/template_preview.png',
'/templates/cassiopeia/template_thumbnail.png',
'/templates/system/css/editor.css',
'/templates/system/css/editor.min.css',
'/templates/system/css/editor.min.css.gz',
'/templates/system/css/error.css',
'/templates/system/css/error.min.css',
'/templates/system/css/error.min.css.gz',
'/templates/system/css/error_rtl.css',
'/templates/system/css/error_rtl.min.css',
'/templates/system/css/error_rtl.min.css.gz',
'/templates/system/css/general.css',
'/templates/system/css/general.min.css',
'/templates/system/css/general.min.css.gz',
'/templates/system/css/offline.css',
'/templates/system/css/offline.min.css',
'/templates/system/css/offline.min.css.gz',
'/templates/system/css/offline_rtl.css',
'/templates/system/css/offline_rtl.min.css',
'/templates/system/css/offline_rtl.min.css.gz',
'/templates/system/scss/editor.scss',
'/templates/system/scss/error.scss',
'/templates/system/scss/error_rtl.scss',
'/templates/system/scss/general.scss',
'/templates/system/scss/offline.scss',
'/templates/system/scss/offline_rtl.scss',
);

$folders = array(
Expand Down Expand Up @@ -7551,6 +7584,8 @@ public function deleteUnexistingFiles($dryRun = false, $suppressOutput = false)
// From 4.0.3 to 4.0.4
'/templates/cassiopeia/images/system',
// From 4.0.4 to 4.1.0
'/templates/system/scss',
'/templates/system/css',
'/templates/cassiopeia/scss/vendor/metismenu',
'/templates/cassiopeia/scss/vendor/joomla-custom-elements',
'/templates/cassiopeia/scss/vendor/choicesjs',
Expand All @@ -7573,6 +7608,9 @@ public function deleteUnexistingFiles($dryRun = false, $suppressOutput = false)
'/templates/cassiopeia/css/system',
'/templates/cassiopeia/css/global',
'/templates/cassiopeia/css',
'/administrator/templates/system/scss',
'/administrator/templates/system/images',
'/administrator/templates/system/css',
'/administrator/templates/atum/scss/vendor/minicolors',
'/administrator/templates/atum/scss/vendor/joomla-custom-elements',
'/administrator/templates/atum/scss/vendor/fontawesome-free',
Expand Down

0 comments on commit 74a811e

Please sign in to comment.