From ccb48a73c1ff5135058d5cb119571009573f28e1 Mon Sep 17 00:00:00 2001 From: Daniel Seifert Date: Tue, 7 Apr 2020 20:49:44 +0200 Subject: [PATCH 1/9] change dependency to oxid-esales/oxideshop-ce --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index f5f9125..17e987f 100644 --- a/composer.json +++ b/composer.json @@ -31,7 +31,7 @@ }, "require": { "php": ">=5.6", - "oxid-esales/oxideshop-metapackage-ce": "~6.0.0 || ~6.1.0" + "oxid-esales/oxideshop-ce": "6.0 - 6.3" }, "autoload": { "psr-4": { From a4fa041154883af53d5d2407c124e2f10e5ef44c Mon Sep 17 00:00:00 2001 From: Daniel Seifert Date: Mon, 25 May 2020 10:14:56 +0200 Subject: [PATCH 2/9] change line endings for easy patching --- .gitattributes | Bin 0 -> 42 bytes composer.json | 82 ++++++++++++++++++++++++------------------------- 2 files changed, 41 insertions(+), 41 deletions(-) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000000000000000000000000000000000000..b518e3e5fb1b61827873badb187d897e07ef8992 GIT binary patch literal 42 qcmezWPm4j1p@gA;A%{T$2um1J87hFJ0+7xJirE5j8Urr_7Xtv;!U!<{ literal 0 HcmV?d00001 diff --git a/composer.json b/composer.json index 17e987f..a03476c 100644 --- a/composer.json +++ b/composer.json @@ -1,41 +1,41 @@ -{ - "name": "d3/devhelper", - "description": "Manipulate shop standard processes for easier development", - "type": "oxideshop-module", - "keywords": [ - "oxid", - "modules", - "eShop", - "d3", - "devhelper", - "developer", - "development", - "tools" - ], - "authors": [ - { - "name": "D3 Data Development (Inh. Thomas Dartsch)", - "email": "info@shopmodule.com", - "homepage": "http://www.d3data.de" - } - ], - "homepage": "https://www.oxidmodule.com/", - "license": [ - "proprietary" - ], - "extra": { - "oxideshop": { - "source-directory": "/src", - "target-directory": "d3/devhelper" - } - }, - "require": { - "php": ">=5.6", - "oxid-esales/oxideshop-ce": "6.0 - 6.3" - }, - "autoload": { - "psr-4": { - "D3\\Devhelper\\": "../../../source/modules/d3/devhelper" - } - } -} +{ + "name": "d3/devhelper", + "description": "Manipulate shop standard processes for easier development", + "type": "oxideshop-module", + "keywords": [ + "oxid", + "modules", + "eShop", + "d3", + "devhelper", + "developer", + "development", + "tools" + ], + "authors": [ + { + "name": "D3 Data Development (Inh. Thomas Dartsch)", + "email": "info@shopmodule.com", + "homepage": "http://www.d3data.de" + } + ], + "homepage": "https://www.oxidmodule.com/", + "license": [ + "proprietary" + ], + "extra": { + "oxideshop": { + "source-directory": "/src", + "target-directory": "d3/devhelper" + } + }, + "require": { + "php": ">=5.6", + "oxid-esales/oxideshop-ce": "6.0 - 6.3" + }, + "autoload": { + "psr-4": { + "D3\\Devhelper\\": "../../../source/modules/d3/devhelper" + } + } +} From b0b0c936918e8e633fa7cb8dd279cdd637d4ba7b Mon Sep 17 00:00:00 2001 From: Daniel Seifert Date: Mon, 8 Jun 2020 10:07:01 +0200 Subject: [PATCH 3/9] fix non https url in composer.json --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index a03476c..c5564cd 100644 --- a/composer.json +++ b/composer.json @@ -16,7 +16,7 @@ { "name": "D3 Data Development (Inh. Thomas Dartsch)", "email": "info@shopmodule.com", - "homepage": "http://www.d3data.de" + "homepage": "https://www.d3data.de" } ], "homepage": "https://www.oxidmodule.com/", From 3635f3c7e94a361ed704576cefa356c8f2442a38 Mon Sep 17 00:00:00 2001 From: Daniel Seifert Date: Tue, 16 Jun 2020 10:05:31 +0200 Subject: [PATCH 4/9] change module title logo (D3) source to external asset --- src/metadata.php | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/src/metadata.php b/src/metadata.php index e7cbb85..8e3c094 100644 --- a/src/metadata.php +++ b/src/metadata.php @@ -13,16 +13,14 @@ use OxidEsales\Eshop\Core\Registry; */ $sMetadataVersion = '2.0'; -$sStyle = class_exists(D3\Devhelper\Application\Controller\d3dev::class) ? "background-color: darkred; color: white; padding: 0 10px;" : ""; - /** * Module information */ $aModule = array( 'id' => 'd3dev', 'title' => - (class_exists(D3\ModCfg\Application\Model\d3utils::class) ? D3\ModCfg\Application\Model\d3utils::getInstance()->getD3Logo() : 'D³') . - ' TPL Development Tool', + ' '. + 'TPL Development Tool', 'description' => array( 'de' => '