From 9e9bab88f03a784074a4ba3a4270d0bdb8e41255 Mon Sep 17 00:00:00 2001 From: Daniel Seifert Date: Tue, 13 Jul 2021 10:51:45 +0200 Subject: [PATCH] Resolve source directory and add blacklist filter --- .../Controller/Admin/d3ActionWizard.php | 0 .../Controller/Admin/d3ExportWizard.php | 0 {src/Application => Application}/Model/ActionBase.php | 0 .../Model/Actions/FixArtextendsItems.php | 0 {src/Application => Application}/Model/Configuration.php | 0 .../Model/Exceptions/DataWizardException.php | 0 .../Model/Exceptions/DebugException.php | 0 .../Model/Exceptions/InputUnvalidException.php | 0 .../Model/Exceptions/NoSuitableRendererException.php | 0 .../Model/Exceptions/RenderException.php | 0 .../Model/Exceptions/TaskException.php | 0 {src/Application => Application}/Model/ExportBase.php | 0 .../Application => Application}/Model/ExportRenderer/Csv.php | 0 .../Model/ExportRenderer/Pretty.php | 0 .../Model/ExportRenderer/RendererBridge.php | 0 .../Model/ExportRenderer/RendererInterface.php | 0 .../Model/Exports/InactiveCategories.php | 0 .../Application => Application}/Model/Exports/KeyFigures.php | 0 {src/Application => Application}/Model/QueryBase.php | 0 .../views/admin/de/d3DataWizard_lang.php | 0 .../views/admin/tpl/d3ActionWizard.tpl | 0 .../views/admin/tpl/d3ExportWizard.tpl | 0 composer.json | 5 ++++- src/menu.xml => menu.xml | 0 src/metadata.php => metadata.php | 0 25 files changed, 4 insertions(+), 1 deletion(-) rename {src/Application => Application}/Controller/Admin/d3ActionWizard.php (100%) rename {src/Application => Application}/Controller/Admin/d3ExportWizard.php (100%) rename {src/Application => Application}/Model/ActionBase.php (100%) rename {src/Application => Application}/Model/Actions/FixArtextendsItems.php (100%) rename {src/Application => Application}/Model/Configuration.php (100%) rename {src/Application => Application}/Model/Exceptions/DataWizardException.php (100%) rename {src/Application => Application}/Model/Exceptions/DebugException.php (100%) rename {src/Application => Application}/Model/Exceptions/InputUnvalidException.php (100%) rename {src/Application => Application}/Model/Exceptions/NoSuitableRendererException.php (100%) rename {src/Application => Application}/Model/Exceptions/RenderException.php (100%) rename {src/Application => Application}/Model/Exceptions/TaskException.php (100%) rename {src/Application => Application}/Model/ExportBase.php (100%) rename {src/Application => Application}/Model/ExportRenderer/Csv.php (100%) rename {src/Application => Application}/Model/ExportRenderer/Pretty.php (100%) rename {src/Application => Application}/Model/ExportRenderer/RendererBridge.php (100%) rename {src/Application => Application}/Model/ExportRenderer/RendererInterface.php (100%) rename {src/Application => Application}/Model/Exports/InactiveCategories.php (100%) rename {src/Application => Application}/Model/Exports/KeyFigures.php (100%) rename {src/Application => Application}/Model/QueryBase.php (100%) rename {src/Application => Application}/views/admin/de/d3DataWizard_lang.php (100%) rename {src/Application => Application}/views/admin/tpl/d3ActionWizard.tpl (100%) rename {src/Application => Application}/views/admin/tpl/d3ExportWizard.tpl (100%) rename src/menu.xml => menu.xml (100%) rename src/metadata.php => metadata.php (100%) diff --git a/src/Application/Controller/Admin/d3ActionWizard.php b/Application/Controller/Admin/d3ActionWizard.php similarity index 100% rename from src/Application/Controller/Admin/d3ActionWizard.php rename to Application/Controller/Admin/d3ActionWizard.php diff --git a/src/Application/Controller/Admin/d3ExportWizard.php b/Application/Controller/Admin/d3ExportWizard.php similarity index 100% rename from src/Application/Controller/Admin/d3ExportWizard.php rename to Application/Controller/Admin/d3ExportWizard.php diff --git a/src/Application/Model/ActionBase.php b/Application/Model/ActionBase.php similarity index 100% rename from src/Application/Model/ActionBase.php rename to Application/Model/ActionBase.php diff --git a/src/Application/Model/Actions/FixArtextendsItems.php b/Application/Model/Actions/FixArtextendsItems.php similarity index 100% rename from src/Application/Model/Actions/FixArtextendsItems.php rename to Application/Model/Actions/FixArtextendsItems.php diff --git a/src/Application/Model/Configuration.php b/Application/Model/Configuration.php similarity index 100% rename from src/Application/Model/Configuration.php rename to Application/Model/Configuration.php diff --git a/src/Application/Model/Exceptions/DataWizardException.php b/Application/Model/Exceptions/DataWizardException.php similarity index 100% rename from src/Application/Model/Exceptions/DataWizardException.php rename to Application/Model/Exceptions/DataWizardException.php diff --git a/src/Application/Model/Exceptions/DebugException.php b/Application/Model/Exceptions/DebugException.php similarity index 100% rename from src/Application/Model/Exceptions/DebugException.php rename to Application/Model/Exceptions/DebugException.php diff --git a/src/Application/Model/Exceptions/InputUnvalidException.php b/Application/Model/Exceptions/InputUnvalidException.php similarity index 100% rename from src/Application/Model/Exceptions/InputUnvalidException.php rename to Application/Model/Exceptions/InputUnvalidException.php diff --git a/src/Application/Model/Exceptions/NoSuitableRendererException.php b/Application/Model/Exceptions/NoSuitableRendererException.php similarity index 100% rename from src/Application/Model/Exceptions/NoSuitableRendererException.php rename to Application/Model/Exceptions/NoSuitableRendererException.php diff --git a/src/Application/Model/Exceptions/RenderException.php b/Application/Model/Exceptions/RenderException.php similarity index 100% rename from src/Application/Model/Exceptions/RenderException.php rename to Application/Model/Exceptions/RenderException.php diff --git a/src/Application/Model/Exceptions/TaskException.php b/Application/Model/Exceptions/TaskException.php similarity index 100% rename from src/Application/Model/Exceptions/TaskException.php rename to Application/Model/Exceptions/TaskException.php diff --git a/src/Application/Model/ExportBase.php b/Application/Model/ExportBase.php similarity index 100% rename from src/Application/Model/ExportBase.php rename to Application/Model/ExportBase.php diff --git a/src/Application/Model/ExportRenderer/Csv.php b/Application/Model/ExportRenderer/Csv.php similarity index 100% rename from src/Application/Model/ExportRenderer/Csv.php rename to Application/Model/ExportRenderer/Csv.php diff --git a/src/Application/Model/ExportRenderer/Pretty.php b/Application/Model/ExportRenderer/Pretty.php similarity index 100% rename from src/Application/Model/ExportRenderer/Pretty.php rename to Application/Model/ExportRenderer/Pretty.php diff --git a/src/Application/Model/ExportRenderer/RendererBridge.php b/Application/Model/ExportRenderer/RendererBridge.php similarity index 100% rename from src/Application/Model/ExportRenderer/RendererBridge.php rename to Application/Model/ExportRenderer/RendererBridge.php diff --git a/src/Application/Model/ExportRenderer/RendererInterface.php b/Application/Model/ExportRenderer/RendererInterface.php similarity index 100% rename from src/Application/Model/ExportRenderer/RendererInterface.php rename to Application/Model/ExportRenderer/RendererInterface.php diff --git a/src/Application/Model/Exports/InactiveCategories.php b/Application/Model/Exports/InactiveCategories.php similarity index 100% rename from src/Application/Model/Exports/InactiveCategories.php rename to Application/Model/Exports/InactiveCategories.php diff --git a/src/Application/Model/Exports/KeyFigures.php b/Application/Model/Exports/KeyFigures.php similarity index 100% rename from src/Application/Model/Exports/KeyFigures.php rename to Application/Model/Exports/KeyFigures.php diff --git a/src/Application/Model/QueryBase.php b/Application/Model/QueryBase.php similarity index 100% rename from src/Application/Model/QueryBase.php rename to Application/Model/QueryBase.php diff --git a/src/Application/views/admin/de/d3DataWizard_lang.php b/Application/views/admin/de/d3DataWizard_lang.php similarity index 100% rename from src/Application/views/admin/de/d3DataWizard_lang.php rename to Application/views/admin/de/d3DataWizard_lang.php diff --git a/src/Application/views/admin/tpl/d3ActionWizard.tpl b/Application/views/admin/tpl/d3ActionWizard.tpl similarity index 100% rename from src/Application/views/admin/tpl/d3ActionWizard.tpl rename to Application/views/admin/tpl/d3ActionWizard.tpl diff --git a/src/Application/views/admin/tpl/d3ExportWizard.tpl b/Application/views/admin/tpl/d3ExportWizard.tpl similarity index 100% rename from src/Application/views/admin/tpl/d3ExportWizard.tpl rename to Application/views/admin/tpl/d3ExportWizard.tpl diff --git a/composer.json b/composer.json index a5e4a97..ef03c07 100644 --- a/composer.json +++ b/composer.json @@ -33,7 +33,10 @@ }, "extra": { "oxideshop": { - "source-directory": "/src", + "blacklist-filter": [ + "*.md", + "composer.json" + ], "target-directory": "d3/datawizard" } }, diff --git a/src/menu.xml b/menu.xml similarity index 100% rename from src/menu.xml rename to menu.xml diff --git a/src/metadata.php b/metadata.php similarity index 100% rename from src/metadata.php rename to metadata.php