mirror of
https://github.com/e107inc/e107.git
synced 2025-04-16 18:42:01 +02:00
CoreImage: Un-blacklist current plugins and themes
For fine-tuning what should be counted as "old" in the core image. Plugins and themes removed from core but may still be valid plugins are no longer considered "old". Current plugins and themes may contain "old" files. And some removed plugins should be considered "old" anyway.
This commit is contained in:
parent
da893e4f20
commit
8caa640af4
58
.github/workflows/build-release/CoreImage.php
vendored
58
.github/workflows/build-release/CoreImage.php
vendored
@ -16,8 +16,62 @@ abstract class CoreImage
|
||||
|
||||
const EXCLUDED_PATHS_REMOVED = [
|
||||
...self::EXCLUDED_PATHS,
|
||||
'e107_plugins/',
|
||||
'e107_themes/',
|
||||
'e107_plugins/tagwords/',
|
||||
'e107_plugins/alt_auth/',
|
||||
'e107_plugins/alt_news/',
|
||||
'e107_plugins/calendar_menu/',
|
||||
'e107_plugins/content/',
|
||||
'e107_plugins/integrity_check/',
|
||||
'e107_plugins/linkspage/',
|
||||
'e107_plugins/newsletter/',
|
||||
'e107_plugins/online_extended_menu/',
|
||||
'e107_plugins/pdf/',
|
||||
'e107_plugins/tree_menu/',
|
||||
'e107_plugins/articles_menu/',
|
||||
'e107_plugins/backend_menu/',
|
||||
'e107_plugins/custom/',
|
||||
'e107_plugins/custom_pages/',
|
||||
'e107_plugins/fader_menu/',
|
||||
'e107_plugins/headlines_menu/',
|
||||
'e107_plugins/newforumposts_main/',
|
||||
'e107_plugins/newforumposts_menu/',
|
||||
'e107_plugins/review_menu/',
|
||||
'e107_plugins/ypslide_menu/',
|
||||
'e107_plugins/theme_layout/',
|
||||
'e107_themes/bootstrap4/',
|
||||
'e107_themes/landingzero/',
|
||||
'e107_themes/bootstrap/',
|
||||
'e107_themes/core/',
|
||||
'e107_themes/crahan/',
|
||||
'e107_themes/e107v4a/',
|
||||
'e107_themes/human_condition/',
|
||||
'e107_themes/interfectus/',
|
||||
'e107_themes/jayya/',
|
||||
'e107_themes/khatru/',
|
||||
'e107_themes/kubrick/',
|
||||
'e107_themes/lamb/',
|
||||
'e107_themes/leaf/',
|
||||
'e107_themes/newsroom/',
|
||||
'e107_themes/sebes/',
|
||||
'e107_themes/templates/',
|
||||
'e107_themes/vekna_blue/',
|
||||
'e107_themes/reline/',
|
||||
'e107_themes/clan/',
|
||||
'e107_themes/comfort/',
|
||||
'e107_themes/e107/',
|
||||
'e107_themes/fiblack3d/',
|
||||
'e107_themes/nordranious/',
|
||||
'e107_themes/phpbb/',
|
||||
'e107_themes/ranyart/',
|
||||
'e107_themes/smacks/',
|
||||
'e107_themes/soar/',
|
||||
'e107_themes/wan/',
|
||||
'e107_themes/xog/',
|
||||
'e107_themes/blue_patriot/',
|
||||
'e107_themes/comfortless/',
|
||||
'e107_themes/example/',
|
||||
'e107_themes/leap of faith/',
|
||||
'e107_themes/nagrunium/',
|
||||
];
|
||||
|
||||
protected function create_image($exportFolder, $tempFolder, $currentVersion)
|
||||
|
Loading…
x
Reference in New Issue
Block a user