Skip to content

Commit 471fd72

Browse files
committed
change line endings for easy patching
1 parent 78d9146 commit 471fd72

145 files changed

Lines changed: 26138 additions & 26138 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.gitattributes

42 Bytes
Binary file not shown.

README.md

Lines changed: 23 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -1,23 +1,23 @@
1-
# D³ Modul Connector für OXID eShop
2-
Basisbibliothek für D3-Module
3-
4-
[![Latest Stable Release](https://img.shields.io/packagist/v/d3/modcfg.svg?label=aktuelles%20Release)](https://packagist.org/packages/d3/modcfg)
5-
![](https://img.shields.io/badge/V6--konform-komplett-brightgreen.svg)
6-
![](https://img.shields.io/badge/softwaregetestet-teilweise-yellow.svg)
7-
![](https://img.shields.io/badge/Testabdeckung-8%25-orange.svg)
8-
9-
[![Downloads](https://img.shields.io/packagist/dt/d3/modcfg.svg?label=Downloads)](https://packagist.org/packages/d3/modcfg)
10-
[![](https://img.shields.io/badge/documentation-online-brightgreen.svg)](https://docs.oxidmodule.com/Modul_Connector/)
11-
[![License](https://img.shields.io/packagist/l/d3/modcfg.svg?label=Lizenz)](https://packagist.org/packages/d3/modcfg)
12-
13-
## Systemanforderungen:
14-
- installierter OXID eShop
15-
- PHP-Version, für die Installationspakete verfügbar sind
16-
- Installation via Composer
17-
- ionCube Loader
18-
19-
Die jeweils geforderten Versionen und sonstige Anforderungen entnehmen Sie bitte der Dokumentation [online](https://docs.oxidmodule.com/Modul_Connector/) und im docs-Verzeichnis dieses Paketes.
20-
21-
## Installation:
22-
23-
Eine detaillierte Installationsanleitung finden Sie [online](https://docs.oxidmodule.com/Modul_Connector/) und im docs-Verzeichnis dieses Pakets.
1+
# D³ Modul Connector für OXID eShop
2+
Basisbibliothek für D3-Module
3+
4+
[![Latest Stable Release](https://img.shields.io/packagist/v/d3/modcfg.svg?label=aktuelles%20Release)](https://packagist.org/packages/d3/modcfg)
5+
![](https://img.shields.io/badge/V6--konform-komplett-brightgreen.svg)
6+
![](https://img.shields.io/badge/softwaregetestet-teilweise-yellow.svg)
7+
![](https://img.shields.io/badge/Testabdeckung-8%25-orange.svg)
8+
9+
[![Downloads](https://img.shields.io/packagist/dt/d3/modcfg.svg?label=Downloads)](https://packagist.org/packages/d3/modcfg)
10+
[![](https://img.shields.io/badge/documentation-online-brightgreen.svg)](https://docs.oxidmodule.com/Modul_Connector/)
11+
[![License](https://img.shields.io/packagist/l/d3/modcfg.svg?label=Lizenz)](https://packagist.org/packages/d3/modcfg)
12+
13+
## Systemanforderungen:
14+
- installierter OXID eShop
15+
- PHP-Version, für die Installationspakete verfügbar sind
16+
- Installation via Composer
17+
- ionCube Loader
18+
19+
Die jeweils geforderten Versionen und sonstige Anforderungen entnehmen Sie bitte der Dokumentation [online](https://docs.oxidmodule.com/Modul_Connector/) und im docs-Verzeichnis dieses Paketes.
20+
21+
## Installation:
22+
23+
Eine detaillierte Installationsanleitung finden Sie [online](https://docs.oxidmodule.com/Modul_Connector/) und im docs-Verzeichnis dieses Pakets.

composer.json

Lines changed: 72 additions & 72 deletions
Original file line numberDiff line numberDiff line change
@@ -1,72 +1,72 @@
1-
{
2-
"name": "d3/modcfg",
3-
"description": "D3 Module Connector",
4-
"type": "oxideshop-module",
5-
"keywords": [
6-
"oxid",
7-
"modules",
8-
"eShop",
9-
"d3",
10-
"connector",
11-
"configuration",
12-
"license"
13-
],
14-
"authors": [
15-
{
16-
"name": "D3 Data Development (Inh. Thomas Dartsch)",
17-
"email": "info@shopmodule.com",
18-
"homepage": "http://www.d3data.de",
19-
"role": "Owner"
20-
}
21-
],
22-
"support": {
23-
"email": "support@shopmodule.com"
24-
},
25-
"homepage": "https://www.oxidmodule.com/",
26-
"license": [
27-
"OFL-1.1",
28-
"MIT",
29-
"CC-BY-3.0",
30-
"proprietary"
31-
],
32-
"extra": {
33-
"oxideshop": {
34-
"source-directory": "/src",
35-
"target-directory": "d3/modcfg"
36-
}
37-
},
38-
"require": {
39-
"php": "7.1 - 7.3", "ext-ionCube-Loader": "*",
40-
"oxid-esales/oxideshop-ce": "6.0 - 6.5",
41-
"ext-openssl": "*",
42-
"ext-mbstring": "*",
43-
"ext-dom": "*",
44-
"ext-openssl": "*",
45-
"ext-posix": "*",
46-
"ext-json": "*",
47-
"ext-zlib": "*",
48-
"ext-zip": "*",
49-
"ext-curl": "*",
50-
"ext-fileinfo": "*",
51-
"ext-iconv": "*",
52-
"ext-libxml": "*",
53-
"ext-simplexml": "*",
54-
"ext-mysqli": "*",
55-
"psr/log": "^1.0.2",
56-
"symfony/dependency-injection": "^3.1",
57-
"guzzlehttp/guzzle": "^6.3.3",
58-
"splitbrain/php-cli": "^1.1"
59-
},
60-
"autoload": {
61-
"psr-4": {
62-
"D3\\ModCfg\\": "../../../source/modules/d3/modcfg"
63-
},
64-
"files": [
65-
"autoload/functions_modcfg.php"
66-
]
67-
},
68-
"bin": [
69-
"src/bin/d3modules_install",
70-
"src/bin/d3cleartmp"
71-
]
72-
}
1+
{
2+
"name": "d3/modcfg",
3+
"description": "D3 Module Connector",
4+
"type": "oxideshop-module",
5+
"keywords": [
6+
"oxid",
7+
"modules",
8+
"eShop",
9+
"d3",
10+
"connector",
11+
"configuration",
12+
"license"
13+
],
14+
"authors": [
15+
{
16+
"name": "D3 Data Development (Inh. Thomas Dartsch)",
17+
"email": "info@shopmodule.com",
18+
"homepage": "http://www.d3data.de",
19+
"role": "Owner"
20+
}
21+
],
22+
"support": {
23+
"email": "support@shopmodule.com"
24+
},
25+
"homepage": "https://www.oxidmodule.com/",
26+
"license": [
27+
"OFL-1.1",
28+
"MIT",
29+
"CC-BY-3.0",
30+
"proprietary"
31+
],
32+
"extra": {
33+
"oxideshop": {
34+
"source-directory": "/src",
35+
"target-directory": "d3/modcfg"
36+
}
37+
},
38+
"require": {
39+
"php": "7.1 - 7.3", "ext-ionCube-Loader": "*",
40+
"oxid-esales/oxideshop-ce": "6.0 - 6.5",
41+
"ext-openssl": "*",
42+
"ext-mbstring": "*",
43+
"ext-dom": "*",
44+
"ext-openssl": "*",
45+
"ext-posix": "*",
46+
"ext-json": "*",
47+
"ext-zlib": "*",
48+
"ext-zip": "*",
49+
"ext-curl": "*",
50+
"ext-fileinfo": "*",
51+
"ext-iconv": "*",
52+
"ext-libxml": "*",
53+
"ext-simplexml": "*",
54+
"ext-mysqli": "*",
55+
"psr/log": "^1.0.2",
56+
"symfony/dependency-injection": "^3.1",
57+
"guzzlehttp/guzzle": "^6.3.3",
58+
"splitbrain/php-cli": "^1.1"
59+
},
60+
"autoload": {
61+
"psr-4": {
62+
"D3\\ModCfg\\": "../../../source/modules/d3/modcfg"
63+
},
64+
"files": [
65+
"autoload/functions_modcfg.php"
66+
]
67+
},
68+
"bin": [
69+
"src/bin/d3modules_install",
70+
"src/bin/d3cleartmp"
71+
]
72+
}

src/.htaccess

Lines changed: 26 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -1,27 +1,27 @@
1-
# disabling file access
2-
3-
Options -Indexes
4-
5-
<FilesMatch ".*">
6-
<IfModule mod_authz_core.c>
7-
# Apache 2.4
8-
Require all denied
9-
</IfModule>
10-
<IfModule !mod_authz_core.c>
11-
# Apache 2.2
12-
order deny,allow
13-
deny from all
14-
</IfModule>
15-
</FilesMatch>
16-
17-
<FilesMatch "\.(png|jpe?g|gif)$">
18-
<IfModule mod_authz_core.c>
19-
# Apache 2.4
20-
Require all granted
21-
</IfModule>
22-
<IfModule !mod_authz_core.c>
23-
# Apache 2.2
24-
order allow,deny
25-
allow from all
26-
</IfModule>
1+
# disabling file access
2+
3+
Options -Indexes
4+
5+
<FilesMatch ".*">
6+
<IfModule mod_authz_core.c>
7+
# Apache 2.4
8+
Require all denied
9+
</IfModule>
10+
<IfModule !mod_authz_core.c>
11+
# Apache 2.2
12+
order deny,allow
13+
deny from all
14+
</IfModule>
15+
</FilesMatch>
16+
17+
<FilesMatch "\.(png|jpe?g|gif)$">
18+
<IfModule mod_authz_core.c>
19+
# Apache 2.4
20+
Require all granted
21+
</IfModule>
22+
<IfModule !mod_authz_core.c>
23+
# Apache 2.2
24+
order allow,deny
25+
allow from all
26+
</IfModule>
2727
</FilesMatch>

0 commit comments

Comments
 (0)