Skip to content

Commit 39e5606

Browse files
committed
Merge branch 'main' into validation
# Conflicts: # composer.lock
2 parents cc86b05 + d7a2dcf commit 39e5606

File tree

6,619 files changed

+27133
-70362
lines changed

Some content is hidden

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

6,619 files changed

+27133
-70362
lines changed

.github/spellcheck-wordlist.txt

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
ACL
22
ActionScript
3+
analytics
34
bool
5+
boolean
6+
backorders
47
Braintree
58
Browsersync
69
Captcha
@@ -10,6 +13,7 @@ CMS
1013
Cron
1114
CVE
1215
CodeQL
16+
config
1317
DevOps
1418
DDEV
1519
DNS
@@ -18,10 +22,13 @@ EAV
1822
Emmet
1923
FireGento
2024
FPC
25+
frontend
2126
Gitpod
2227
HiPay
2328
Homebrew
2429
HMAC
30+
HTTP
31+
HTTPS
2532
ImageMagick
2633
IntelliSense
2734
jQuery
@@ -50,19 +57,25 @@ PHPStan
5057
PhpStorm
5158
PHPUnit
5259
PLAINTEXT
60+
programmatically
5361
RCE
5462
reCaptcha
5563
Redis
5664
RPC
5765
RSS
5866
RWD
67+
runtime
5968
SCSS
6069
SHA
70+
sku
71+
SKU
72+
SKUs
6173
SMTP
6274
SSL
6375
TinyMCE
6476
toc
6577
URI
78+
un
6679
Varien
6780
VMware
6881
WAMP

.github/workflows/check-files.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ jobs:
5555
outputs:
5656
composer: ${{ steps.changes-composer.outputs.composer }}
5757
js: ${{ steps.changes-js.outputs.js }}
58-
markdown: ${{ steps.changes-php.outputs.markdown }}
58+
markdown: ${{ steps.changes-markdown.outputs.markdown }}
5959
php: ${{ steps.changes-php.outputs.php }}
6060
phtml: ${{ steps.all.outputs.phtml }}
6161
xml: ${{ steps.changes-xml.outputs.xml }}

.github/workflows/spellcheck.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
- name: Checkout
1414
uses: actions/checkout@v4
1515
- name: Check Spelling
16-
uses: rojopolis/spellcheck-github-actions@0.47.0
16+
uses: rojopolis/spellcheck-github-actions@0.49.0
1717
with:
1818
config_path: .github/spellcheck.yml
1919
task_name: Markdown

.github/workflows/update-copyright.yml

Lines changed: 0 additions & 58 deletions
This file was deleted.

.phpstan.dist.baseline.neon

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6751,7 +6751,7 @@ parameters:
67516751
path: lib/Varien/Data/Collection/Db.php
67526752

67536753
-
6754-
message: '#^Parameter \#2 \$callback of function array_filter expects \(callable\(mixed\)\: bool\)\|null, Closure\(mixed\)\: array\<int\<0, max\>, string\> given\.$#'
6754+
message: '#^Parameter \#2 \$callback of function array_filter expects \(callable\(mixed\)\: bool\)\|null, Closure\(mixed\)\: array\<int\<0, max\>, non\-empty\-string\> given\.$#'
67556755
identifier: argument.type
67566756
count: 1
67576757
path: lib/Varien/Data/Collection/Db.php

COPYING.txt

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
COPYRIGHT
2+
3+
OpenMage - an eCommerce platform
4+
5+
Copyright © 2006-2020 Magento, Inc. (https://magento.com)
6+
Copyright © 2016-2025 The OpenMage Contributors (https://openmage.org)
7+
8+
SOFTWARE LICENSE
9+
10+
The free software license of OpenMage themes (located in app/design/) and skins (located in skin/) is the
11+
Academic Free License (AFL 3.0) that is bundled with this package in the file LICENSE_AFL.txt.
12+
It is also available at https://opensource.org/license/afl-3-0-php
13+
14+
The free software license of TinyMCE that may be bundled and used exclusively with this project is a proprietary license
15+
that is bundled with this package in the file LICENSE_TINYMCE.txt.
16+
It is also available at https://github.com/OpenMage/magento-lts/blob/main/LICENSE_TINYMCE.txt
17+
18+
The free software license of all other OpenMage code included with this package unless otherwise noted in the source file
19+
or source file directory is The Open Software License 3.0 (OSL 3.0) that is bundled with this package in the file LICENSE.txt.
20+
It is also available at https://opensource.org/license/osl-3.0.php

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ See: https://docs.openmage.org/
2323

2424
## Sponsorship
2525

26-
* [opencollective](https://opencollective.com/openmage) (maintained by [Daniel Fahlke](https://github.com/Flyingmana) and [Colin Mollenhour](https://github.com/colinmollenhour))
26+
* [opencollective](https://opencollective.com/openmage) [Colin Mollenhour](https://github.com/colinmollenhour))
2727

2828
## License
2929

api.php

Lines changed: 3 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,10 @@
11
<?php
22

33
/**
4-
* OpenMage
5-
*
6-
* This source file is subject to the Open Software License (OSL 3.0)
7-
* that is bundled with this package in the file LICENSE.txt.
8-
* It is also available at https://opensource.org/license/osl-3-0-php
9-
*
10-
* @category Mage
4+
* @copyright For copyright and license information, read the COPYING.txt file.
5+
* @link /COPYING.txt
6+
* @license Open Software License (OSL 3.0)
117
* @package Mage
12-
* @copyright Copyright (c) 2006-2020 Magento, Inc. (https://www.magento.com)
13-
* @copyright Copyright (c) 2021-2024 The OpenMage Contributors (https://www.openmage.org)
14-
* @license https://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
158
*/
169

1710
$magentoRootDir = getcwd();

app/.htaccess

Lines changed: 11 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,11 @@
1-
Order deny,allow
2-
Deny from all
1+
<IfModule mod_authz_host.c>
2+
<IfModule !mod_authz_core.c>
3+
#Apache 2.2
4+
order deny,allow
5+
deny from all
6+
</IfModule>
7+
<IfModule mod_authz_core.c>
8+
#Apache 2.3+
9+
Require all denied
10+
</IfModule>
11+
</IfModule>

app/Mage.php

Lines changed: 3 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,10 @@
11
<?php
22

33
/**
4-
* OpenMage
5-
*
6-
* This source file is subject to the Open Software License (OSL 3.0)
7-
* that is bundled with this package in the file LICENSE.txt.
8-
* It is also available at https://opensource.org/license/osl-3-0-php
9-
*
10-
* @category Mage
4+
* @copyright For copyright and license information, read the COPYING.txt file.
5+
* @link /COPYING.txt
6+
* @license Open Software License (OSL 3.0)
117
* @package Mage
12-
* @copyright Copyright (c) 2006-2020 Magento, Inc. (https://www.magento.com)
13-
* @copyright Copyright (c) 2017-2025 The OpenMage Contributors (https://www.openmage.org)
14-
* @license https://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
158
*/
169

1710
defined('DS') || define('DS', DIRECTORY_SEPARATOR);

0 commit comments

Comments
 (0)