Skip to content

Added check for coupon expiration date #3029

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
wants to merge 487 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
487 commits
Select commit Hold shift + click to select a range
1f65685
Moved file (#2764)
sreichel Nov 29, 2022
7fe65ad
Add php-cs-fixer & PHPCompatibility check to workflow (#2744)
sreichel Nov 29, 2022
5e04bdb
PhpStan L5 fixes for Mage/Admin (#2761)
sreichel Nov 30, 2022
a6f8323
Add getInvoicesCollection (#2703)
luigifab Nov 30, 2022
689c749
Adminhtml: better highlight for selected items in menu (#2738)
luigifab Dec 1, 2022
c974fbb
Update title size of unsubscription email (#2722)
luigifab Dec 1, 2022
bcddc15
Adminhhtml: A parent category is not required in order to add a sub c…
luigifab Dec 1, 2022
2e5b42e
Version bump for next release (#2769)
fballiano Dec 1, 2022
569dfe4
"Sales order items" now read product data from the store they were cr…
luigifab Dec 2, 2022
f835cb6
Fixed error when payment methods have been deleted (#2772)
sreichel Dec 2, 2022
efcc5f0
Fixed sort order in Manage Tax Rates grid (#2757)
sreichel Dec 2, 2022
8ec52e6
Used default paths for external tools' config files (#2765)
sreichel Dec 2, 2022
a3a54fd
Moved phpseclib, mcrypt_compat, Cm_RedisSession, Cm_Cache_Backend_Red…
fballiano Dec 3, 2022
c9e90b4
Fixed workflow issues, ref #2770 (#2773)
sreichel Dec 3, 2022
5f1f5dc
Added Cm_Redis files to .gitignore (#2779)
sreichel Dec 4, 2022
96682f7
Fixes broken workflow (#2778)
sreichel Dec 4, 2022
c7547af
Removed unreachable code (#2775)
sreichel Dec 4, 2022
792095c
Avoid to use unavailable $data var in Curl HTTP Client (#2785)
maximehuran Dec 5, 2022
0b373c9
PHPStan: added lib/Mage and lib/Magento (#2780)
sreichel Dec 6, 2022
e73c237
Updated DOCblocks (fixed param null) (#2776)
sreichel Dec 7, 2022
dc3df89
PHPStan: Fixed baseline, ref #2785 (#2789)
sreichel Dec 7, 2022
593502e
PHPStan: removed excluded directories (#2790)
sreichel Dec 7, 2022
00ee280
Reverted composer autoloader patch (#2791)
sreichel Dec 7, 2022
88ff1d4
PHPStan: Level 0 update (#2794)
sreichel Dec 9, 2022
f989cf8
Check $sessionData is an array in Mage_Captcha_Model_Zend (#2804)
fballiano Dec 13, 2022
3bdeef5
Moved null-byte fix from lib/Zend to lib/Magento (#2807)
sreichel Dec 13, 2022
e726410
Updated phpstan to 1.9.3 (#2808)
sreichel Dec 14, 2022
ba6f460
PHPStan: updated lib/Varien (#2795)
sreichel Dec 15, 2022
b32a4c0
Replaced MySql4 classes in installer's dockblock (#2797)
sreichel Dec 15, 2022
372fe48
Updated phpdocs (#2796)
sreichel Dec 15, 2022
a1ccc3a
Some code alignments between v19 and v20 (#2810)
sreichel Dec 16, 2022
10efe8b
Created a release builder workflow (#2165)
fballiano Dec 17, 2022
f8073c9
PHPStan: Mage.php (#2819)
sreichel Dec 17, 2022
c1f877d
PHPStan: Mage_Poll (#2816)
sreichel Dec 17, 2022
0d8d362
PHPStan: Mage_Rss (#2817)
sreichel Dec 17, 2022
37c4481
PHPStan: Mage_Page (#2820)
sreichel Dec 17, 2022
f51ab22
Added confirm dialog to critical massactions (#2814)
sreichel Dec 17, 2022
7226af8
Added cweagans/composer-patches to composer.json (#2822)
sreichel Dec 18, 2022
4d1869e
[Backport] Remove documentation hints, ref #1536 (#2815)
sreichel Dec 18, 2022
9e6ac30
PHPStan: Mage_Cms (#2818)
sreichel Dec 18, 2022
9b2cdf6
Optimized Varien_Object::_addFullNames() (#2821)
AGelzer Dec 18, 2022
fb71912
Fixed array to string conversion error in Mage::getStoreConfigFlag() …
sreichel Dec 18, 2022
21d66ed
Fixed php8.1 deprecation warning (ZF1-future) (#2805)
sreichel Dec 19, 2022
355cff5
PHPStan: Sitemap, Newsletter and more (#2823)
sreichel Dec 20, 2022
2bd4e09
PHPStan: added missing returns (#2832)
sreichel Dec 22, 2022
622681a
Replaced lib/Zend with shardj/zf1-future (#2827)
sreichel Dec 22, 2022
3b1dac7
PHPStan: fixes "Call to function is_null ..." (#2831)
sreichel Dec 22, 2022
78758d7
Fixed path to lib/Zend (#2834)
sreichel Dec 22, 2022
2cb8331
Fixed bugs for adminhtml save base urls (#2800)
sreichel Dec 22, 2022
ea95c12
Added getApplyTo() to Mage_Eav_Model_Entity_Attribute_Abstract. ref #…
sreichel Dec 23, 2022
0ea19ee
Removed Mage_PageCache (#2813)
sreichel Dec 23, 2022
7f6e32d
PHPStan: step back to level 4 (#2837)
sreichel Dec 23, 2022
0afac86
Version bump (#2835)
fballiano Dec 23, 2022
50418cd
Change OpenMage version compare (#2839)
sreichel Dec 23, 2022
76d6e6a
PHPStan: working on level 3 (#2840)
sreichel Dec 24, 2022
04627cc
Added dependabot.yml (#2841)
sreichel Dec 24, 2022
d65d488
Moved note about PHP7.2 since it is not supported anymore (#2842)
fballiano Dec 24, 2022
f984bab
Bump tj-actions/changed-files from 34 to 35 (#2843)
dependabot[bot] Dec 24, 2022
81d8ed8
Bump symfonycorp/security-checker-action from 4 to 5 (#2845)
dependabot[bot] Dec 24, 2022
e607e86
Bump EnricoMi/publish-unit-test-result-action from 1.6 to 1.40 (#2846)
dependabot[bot] Dec 25, 2022
dab44bb
Bump pelago/emogrifier from 6.0.0 to 7.0.0 (#2844)
dependabot[bot] Dec 25, 2022
b6e65db
Added helper for admin button onclick actions (#2784)
sreichel Dec 25, 2022
5e98099
Added shell/ to checks (#2848)
sreichel Dec 25, 2022
6810c78
Autoload without hiding errors (#2300)
Flyingmana Dec 25, 2022
66af7ed
Use correct country code for Greece VAT validation (#2849)
elidrissidev Dec 25, 2022
c92cafc
Updated lib/Varien for PHP8.1 (#2802)
sreichel Dec 25, 2022
e80edcb
Added .dist and .neon to "deny from all" in .htaccess (#2852)
fballiano Dec 26, 2022
1e64210
Added notes about composer library/modules to README (for 19.5.x and …
fballiano Dec 26, 2022
6899151
Remove one diff between v19/20 baseline (#2855)
sreichel Dec 26, 2022
b4c70bb
Remove `mixed` type usage to support PHP7 (#2856)
sreichel Dec 27, 2022
514bb49
Added translation helper shell script (#2332)
justinbeaty Dec 27, 2022
19e34ed
PHPMD: added basic config (#2771)
sreichel Dec 28, 2022
a1605eb
Load dev shell scripts as composer module (#2853)
sreichel Dec 28, 2022
665a9e4
Fixed tag aggregation indexer query (#2858)
fballiano Dec 28, 2022
583113d
Updated workflows to run on file delete too (#2860)
sreichel Dec 29, 2022
0ca2917
Rewrote Mage_Reports_Model_Resource_Review_Product_Collection/Mage_Re…
fballiano Dec 29, 2022
68f2859
Backport 2271, removed lib/flex (#2862)
fballiano Dec 29, 2022
ebabcf8
Updated copyright blocks (#2866)
sreichel Dec 29, 2022
facc75b
Apply fix in #2300 to all autoloaders (#2867)
sreichel Dec 30, 2022
3dcbdca
Added more log information to Gd2.php exceptions (#1339)
loekvangool Dec 30, 2022
f2b9b7d
Added ddev command shortcuts (#2868)
sreichel Dec 30, 2022
fcb45a3
Use github URL for patch files (#2871)
sreichel Dec 30, 2022
f733f1e
Removed "was" from error messages (#2869)
loekvangool Dec 30, 2022
2e84f76
Added autocomplete attribute to known password fields (#2700)
rfeese Dec 30, 2022
43037c1
Create codeql-analysis.yml (#2644)
Flyingmana Dec 31, 2022
a5ae514
Cast type, ref #735 (#2872)
sreichel Dec 31, 2022
4e30aec
fix error on add new contributor (#2877)
AGelzer Jan 1, 2023
e29f7c5
Fixed "must be of type string, null given" ref #2874 (#2878)
sreichel Jan 1, 2023
f77002d
Bump colinmollenhour/cache-backend-redis from 1.14.4 to 1.15.0 (#2881)
dependabot[bot] Jan 2, 2023
2a34bcf
Fix exception on add reserved catalog product attribute (#2875)
AGelzer Jan 2, 2023
aff70df
rector: automatic code refactoring (part 1) (#2879)
sreichel Jan 2, 2023
1c7bb20
Added DEV_PHP_STRICT env variable (#2882)
sreichel Jan 3, 2023
c74c1a6
Updated PHPStan to 1.9.6 (#2887)
fballiano Jan 3, 2023
829daf0
Fixes passing null to escapeHtml() (#2884)
sreichel Jan 3, 2023
4ed0391
Ensure null values are not passed to trim() (#2889)
mattdavenport Jan 3, 2023
1fd35a1
Removed Mage_Backup (#2811)
sreichel Jan 3, 2023
dc05b64
Require Mage_Backup and Mage_PageCache on v19's release builder (#2890)
fballiano Jan 3, 2023
81e11fa
Added getter/setter (#2825)
sreichel Jan 4, 2023
3f667d5
Added getter for Customer::getPassword(), ref #2586 (#2891)
sreichel Jan 4, 2023
5250659
Removed info about Magento versions merging (#2894)
fballiano Jan 4, 2023
9182521
Use getCouponCode method instead of _getData(), ref #2825 (#2892)
sreichel Jan 4, 2023
3bcc383
Updated README.md (#2897)
sreichel Jan 5, 2023
9faf7cb
PHPStan updated to 1.9.7, phpstan-magento1 to 1.0.5 (#2896)
sreichel Jan 5, 2023
8020ce0
Better exceptions for file upload (#2902)
fballiano Jan 6, 2023
d8a708d
Added default return string to getParam() (#2893)
sreichel Jan 6, 2023
844ec38
Ensure count() is not called on a string (#2888)
mattdavenport Jan 6, 2023
85aa619
Cast return of getClass() to string (#2905)
sreichel Jan 6, 2023
d676a47
Updated calls to strlen(), ref #2586 (#2898)
sreichel Jan 8, 2023
ee9d8a5
Bump symplify/vendor-patches from 11.1.24 to 11.1.31.72 (#2911)
dependabot[bot] Jan 9, 2023
553dfea
Bump phpstan/phpstan from 1.9.7 to 1.9.8 (#2913)
dependabot[bot] Jan 9, 2023
cc6dd84
Bump dealerdirect/phpcodesniffer-composer-installer from 0.7.2 to 1.0…
dependabot[bot] Jan 9, 2023
901fcd1
Ensure null value not passed to str_replace (#2901)
mattdavenport Jan 9, 2023
37fc6ed
In Mage_Adminhtml switched some constants to Mage_Core_Model_Template…
Sdfendor Jan 10, 2023
e7cd88b
Removed unused autoloaders in lib (#2859)
fballiano Jan 10, 2023
bd0cb12
[PHP 8.1] Fix passing null to non-nullable internal function params (…
elidrissidev Jan 10, 2023
eddf020
Fixed "searching for utf8 characters breaks product limiter", ref #11…
sreichel Jan 11, 2023
7f530f7
Removed scriptaculous/effects.js dependency in hideAdvice() method in…
empiricompany Jan 12, 2023
6d6f752
Better error handling when XML file cannot be parsed (#2923)
fballiano Jan 12, 2023
e50f97a
WRD theme: removed border bottom from h1/h2 (#2920)
fballiano Jan 12, 2023
bbe69a4
Fixed getAttributeRawValue return false if value is '0' (#572)
bastienlm Jan 12, 2023
9800d26
Added info about #572 to README (#2926)
fballiano Jan 13, 2023
263df62
New event "order_status_changed_before_save" (#2927)
fballiano Jan 13, 2023
85c99dc
Generalized currency formatting method formatPriceTxt() for use in or…
kiatng Jan 13, 2023
63d402e
Added some specific debugging hint to email queue empty recipient er…
seansan Jan 13, 2023
04da476
Remove unmatched error from phpstan baseline (#2929)
elidrissidev Jan 13, 2023
f7be9cb
Limited decrypt to 256 characters in Mage_Core_Model_Encryption (#2685)
luigifab Jan 13, 2023
89ee72c
Documented all shell/indexer.php arguments with dashes (#2930)
loekvangool Jan 13, 2023
342e78c
Fixed error when calling shell script from browser (#2674)
Caprico85 Jan 13, 2023
2d96091
Fixed error on unlink when no such file or directory (#2675)
luigifab Jan 13, 2023
29dd4b1
Check ACL for customer link in order view (#2933)
luigifab Jan 14, 2023
68c9351
Added events around Zend_Email (#1438)
rjocoleman Jan 14, 2023
816248f
Updated version number, ref #1438
fballiano Jan 14, 2023
37227a3
PHP8.1 Apply latest ZF1F changes to patch OM-918 (#2936)
sreichel Jan 15, 2023
c493d43
Allow rewrite Varien_Image (#2666)
luigifab Jan 15, 2023
1762d83
Fixes passing null as 1st parameter to mktime() (#2938)
sreichel Jan 15, 2023
6bbd2de
Fixed translation for typo in app/code/core/Mage/Core/Model/Observer.…
sreichel Jan 15, 2023
0136fa5
PHP8.1: Fixed passing null to trim() for non-existing payment methods…
sreichel Jan 15, 2023
39e0592
Bump phpunit/phpunit from 9.5.27 to 9.5.28
dependabot[bot] Jan 16, 2023
466ad75
Merge pull request #2947 from OpenMage/dependabot/composer/phpunit/ph…
dependabot[bot] Jan 16, 2023
9818170
Bump symplify/vendor-patches from 11.1.31.72 to 11.2.0.72 (#2948)
dependabot[bot] Jan 16, 2023
23dbb91
Bump phpstan/phpstan from 1.9.8 to 1.9.11 (#2949)
dependabot[bot] Jan 16, 2023
a7fdf56
PHP 8.1: Replaced deprecated strftime() with date() (#2934)
luigifab Jan 16, 2023
7302b5e
Removed app/code/core/Zend (#2861)
fballiano Jan 16, 2023
c891fac
PHP 8.1: replaced deprecated gmstrftime() with gmdate() (#2951)
elidrissidev Jan 16, 2023
6ce1e15
Added polyfills for php7.4-8.1 (#2946)
sreichel Jan 16, 2023
7c16d61
Fix "less than" typo (#2952)
justinbeaty Jan 16, 2023
e293465
Disable cash on delivery method for virtual orders (#2953)
luigifab Jan 17, 2023
b1a6176
Reduced number of getId() calls in lib/Varien/Data/Tree/Node/Collecti…
luigifab Jan 17, 2023
6b0408f
Sorted themes/packages dropdown in ascending order (#2967)
sreichel Jan 18, 2023
2a8e91d
Fixed warning in lib/Varien/Crypt/Mcrypt.php about mcrypt_compat 2.0.…
luigifab Jan 18, 2023
8d0828e
Updated PHPStan to 1.9.13, ZF1Future to 1.22 (#2960)
fballiano Jan 19, 2023
cacdb5f
Remove GB from EU countries list (#2971)
luigifab Jan 19, 2023
b787fc6
Improved cart/checkout performance optimizing coupon code check query…
lemundo-team Jan 19, 2023
8202dc9
Set dependabot updates from weekly to daily (#2970)
sreichel Jan 19, 2023
bad6244
Keep current selection for Related, Up-sells, Cross-sells, Associated…
luigifab Jan 19, 2023
d09654b
Bump colinmollenhour/cache-backend-redis from 1.15.0 to 1.16.0 (#2972)
dependabot[bot] Jan 19, 2023
412d44f
Added counter for input fields with maximum-length attribute (#2950)
sreichel Jan 19, 2023
91bde74
Added support for "ifconfig" for layout updates (#2974)
luigifab Jan 19, 2023
633da5e
Fixed a bug that included ups.phtml in adminhtml also if Mage_Usa was…
luigifab Jan 19, 2023
89304d3
Bump phpstan/phpstan from 1.9.13 to 1.9.14 (#2983)
dependabot[bot] Jan 20, 2023
a9ff10b
Bump jscolor from 1.3.1 to 1.4.5 (#2976)
justinbeaty Jan 20, 2023
38d1486
Removed PHP version check from api.php, get.php, index.php, install.p…
justinbeaty Jan 20, 2023
4836d1f
Wrapped WHERE condition in parens in app/code/core/Mage/Rule/Model/Co…
mattdavenport Jan 21, 2023
b04bacc
Gitpod: added installation of composer dependencies (#2989)
elidrissidev Jan 21, 2023
663136a
Moved ZF1 patch files to a separate repository (#2985)
sreichel Jan 24, 2023
a577c93
updated composer.lock after #2985
fballiano Jan 24, 2023
8400955
Refresh the cart page when the user modifies the minicart (#2990)
fballiano Jan 24, 2023
7208b80
docs: Fixed three typo in phpdoc and comments (#2994)
Sdfendor Jan 24, 2023
df0ebab
Update install instructions in README (#2981)
justinbeaty Jan 24, 2023
58e72cf
Merge pull request from GHSA-r3c9-9j5q-pwv4
colinmollenhour Jan 26, 2023
06c4594
Merge pull request from GHSA-5j2g-3ph4-rgvm
mark-netalico Jan 26, 2023
45330ff
Merge pull request from GHSA-5vpv-xmcj-9q85
colinmollenhour Jan 26, 2023
d16fc6c
Merge pull request from GHSA-h632-p764-pjqm
colinmollenhour Jan 26, 2023
289bd4b
Merge pull request from GHSA-c9q3-r4rv-mjm7
mark-netalico Jan 26, 2023
4940277
Merge pull request from GHSA-3p73-mm7v-4f6m
fballiano Jan 26, 2023
4be7af2
Fixed incorrect case for _isValidSource() method call
fballiano Jan 26, 2023
15c1aab
Clear hasDataChanges flag after loading collection items (#3000)
elidrissidev Jan 30, 2023
3cc25e9
Fix HEADERS ALREADY SENT from Mage_Core_Block_Template (#2978)
luigifab Feb 1, 2023
3d3e916
Improvements to the RWD's addto.phtml template (#3002)
loekvangool Feb 1, 2023
9af7115
Fixed ReDos vulnerability in prototypejs (#3003)
fballiano Feb 2, 2023
7b8baaa
Fix join condition when getting customer password creation timestamp …
alexkirsch Feb 3, 2023
e738d34
Remove unneeded attributes and closing tags from Page Head block (#3006)
loekvangool Feb 3, 2023
559775e
Fixed phpseclib class namespace in Varien_Io_Sftp (#3008)
elidrissidev Feb 4, 2023
fc98af9
Bump phpunit/phpunit from 9.5.28 to 9.6.3 (#3013)
dependabot[bot] Feb 6, 2023
653dde7
Fixed a bug where admin screen didn't load the IsRequired setting on …
rfeese Feb 7, 2023
b1502dd
Backported #1600: removed M1 legacy themes (#2863)
fballiano Feb 8, 2023
9fac1fa
Bump phpstan/phpstan from 1.9.14 to 1.9.16 (#3016)
dependabot[bot] Feb 8, 2023
f7fdf64
Bump symplify/vendor-patches from 11.2.0.72 to 11.2.3 (#3015)
dependabot[bot] Feb 8, 2023
e21216a
Reduced getId() calls in app/code/core/Mage/CatalogInventory/Model/Ob…
luigifab Feb 9, 2023
9557d57
Bump phpstan/phpstan from 1.9.16 to 1.9.17 (#3018)
dependabot[bot] Feb 9, 2023
36219b2
Fixed a bug where admin screen didn't load User Defined Qty value int…
rfeese Feb 11, 2023
40987a5
Removed minOccurs attr from WSDL message part (#3022)
elidrissidev Feb 16, 2023
5a87abc
Fixed sort by position with flat tables when category filter is not a…
elidrissidev Feb 16, 2023
be18731
Ported README modifications from #2993
fballiano Feb 17, 2023
112f5a0
Fixed tone of voice
fballiano Feb 17, 2023
423b0e3
Added check for coupon expiration date
fballiano Feb 17, 2023
04609eb
Added support for Google Analytics 4 (#3023)
fballiano Feb 18, 2023
4612604
Bump phpstan/phpstan from 1.9.17 to 1.9.18 (#3032)
dependabot[bot] Feb 20, 2023
452f8cb
version bump (#3028)
fballiano Feb 20, 2023
9657d9a
Added docblock related to customer address (#3035)
kiatng Feb 21, 2023
59f09f4
Fixed E_DEPRECATED in Mage/GoogleAnalytics/Block/Ga.php (#3037)
kiatng Feb 22, 2023
3179bdd
Bump phpstan/phpstan from 1.9.18 to 1.10.1 (#3036)
dependabot[bot] Feb 23, 2023
2d5b22e
Bump colinmollenhour/magento-redis-session from 3.0.1 to 3.0.2 (#3041)
dependabot[bot] Feb 24, 2023
9f0f168
Bump squizlabs/php_codesniffer from 3.7.1 to 3.7.2 (#3039)
dependabot[bot] Feb 24, 2023
f0b9491
Bump phpstan/phpstan from 1.10.1 to 1.10.2 (#3040)
dependabot[bot] Feb 24, 2023
ee3e6d3
Fixed E_Warning array_key_exists() on product save (#3042)
kiatng Feb 24, 2023
35195f0
Added more info to admin auth API exceptions (#3024)
loekvangool Feb 26, 2023
324389f
Bump phpstan/phpstan from 1.10.2 to 1.10.3 (#3045)
dependabot[bot] Feb 27, 2023
4984373
Bump phpunit/phpunit from 9.6.3 to 9.6.4 (#3048)
dependabot[bot] Feb 28, 2023
ab5f661
Set PHPStan to bleedingEdge (#3011)
Flyingmana Feb 28, 2023
98e65ee
Added cache rule for image/svg+xml to .htaccess (#3051)
loekvangool Mar 1, 2023
2e5f0a8
Enabled PHP 8.2 in composer.json, updated README with software compat…
fballiano Mar 2, 2023
74beed6
Fixed undefined array key warning in Mage_Catalog_Model_Resource_Cate…
fballiano Mar 2, 2023
b1b5cff
Fixed cast store config (checkout/cart/delete_quote_after) to int to …
darinda Mar 6, 2023
9dd4925
Bump phpseclib/phpseclib from 3.0.18 to 3.0.19 (#3063)
dependabot[bot] Mar 6, 2023
d86333b
Bump phpstan/phpstan from 1.10.3 to 1.10.5 (#3069)
dependabot[bot] Mar 8, 2023
09be4bc
Moved dependabot to weekly again (#3070)
fballiano Mar 8, 2023
dceb3ec
BugFix: return first cart item when adding bundle product to cart (#3…
eneiasramos Mar 8, 2023
2e1ee92
Handle case when `qtys` param is null when preparing shipment (#3062)
CharlieDelta6 Mar 8, 2023
84361cf
Removed status filter from Product Collection in CatalogSearch Layer …
elidrissidev Mar 9, 2023
e61fbc2
Made optionalZipCountries JS code conditional (#2996)
loekvangool Mar 9, 2023
587626c
Added support for making Prototype validator optional (#3053)
loekvangool Mar 10, 2023
5318b86
Made PHPStan run independently from PHPCS (#3049)
fballiano Mar 10, 2023
cc41bab
Bump phpstan/phpstan from 1.10.5 to 1.10.6 (#3080)
dependabot[bot] Mar 13, 2023
eeba35f
Bump phpunit/phpunit from 9.6.4 to 9.6.5 (#3079)
dependabot[bot] Mar 13, 2023
1e8fcd0
Added optimize to composer autoloader (#3081)
elidrissidev Mar 13, 2023
783fa68
Version bump
fballiano Mar 14, 2023
089c00c
Fixed exception logged when no Category image is uploaded (#3086)
elidrissidev Mar 15, 2023
0e1c578
Added frontend_type color (#2945)
fballiano Mar 15, 2023
3ffa56c
PHP 7.4 is now the minimum required version (#3091)
fballiano Mar 16, 2023
24176a8
Fixed ESI parsing error with turpentine (#2987)
luigifab Mar 16, 2023
173c651
Added new options to"number of record" in grid (#3096)
loekvangool Mar 18, 2023
e83691f
Added check for coupon expiration date
fballiano Feb 17, 2023
13e1c02
Fixed allowed PHP version in composer.json (#3097)
fballiano Mar 18, 2023
3f0030d
Some PHPStan fixes (#3031)
fballiano Mar 18, 2023
951fdb8
Added info about Mage_Poll removal to README (#3101)
fballiano Mar 19, 2023
db68c32
Deprecation errors are not suppressed anymore (#3102)
fballiano Mar 20, 2023
b67a8e5
Bump phpstan/phpstan from 1.10.6 to 1.10.7 (#3104)
dependabot[bot] Mar 20, 2023
e2d5fed
Bump PHPCSFixer to 3.15.1 + new fixes required (#3106)
fballiano Mar 20, 2023
7a2acdb
Fixed PHP_OS check in cron.php (#3113)
elidrissidev Mar 22, 2023
8a6fa35
Bump dev-meta-package to 1.0.2 (#3111)
fballiano Mar 23, 2023
15ebb6b
Removed some commented code (#3100)
fballiano Mar 24, 2023
49a2afa
Fixed problem with associated_products not visible in backend (#3093)
fballiano Mar 24, 2023
b10d310
Bump phpstan/phpstan from 1.10.7 to 1.10.8 (#3117)
dependabot[bot] Mar 27, 2023
dba1f0d
Bump colinmollenhour/magento-redis-session from 3.0.2 to 3.1.1 (#3116)
dependabot[bot] Mar 27, 2023
28db818
Fixed Illegal offset type in Mage_Tag (#3118)
m-overlund Mar 27, 2023
62d17a8
PHPStan: some fixes to lib/ files (#3099)
fballiano Mar 28, 2023
04d1865
Merge branch '1.9.4.x' into couponexpire
fballiano Mar 29, 2023
d97247d
Merge branch 'couponexpire' of github.com:fballiano/openmage into cou…
fballiano Apr 5, 2023
2af1608
Merged upstream
fballiano Apr 5, 2023
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
The diff you're trying to view is too large. We only load the first 3000 changed files.
9 changes: 0 additions & 9 deletions .all-contributorsrc
Original file line number Diff line number Diff line change
Expand Up @@ -1373,15 +1373,6 @@
"contributions": [
"code"
]
},
{
"login": "davidhiendl",
"name": "David Hiendl",
"avatar_url": "https://avatars.githubusercontent.com/u/11006964?v=4",
"profile": "https://github.com/davidhiendl",
"contributions": [
"code"
]
}
],
"contributorsPerLine": 7
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/codeql-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,10 @@ name: "CodeQL"

on:
push:
branches: [ "main", "v20", "v19" ]
branches: [ "1.9.4.x", 20.0 ]
pull_request:
# The branches below must be a subset of the branches above
branches: [ "main", "v20", "v19" ]
branches: [ "1.9.4.x", 20.0 ]
paths-ignore:
- '**/*.md'
- '**/*.txt'
Expand Down
8 changes: 7 additions & 1 deletion api.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,15 @@
/**
* OpenMage
*
* NOTICE OF LICENSE
*
* This source file is subject to the Open Software License (OSL 3.0)
* that is bundled with this package in the file LICENSE.txt.
* It is also available at https://opensource.org/license/osl-3-0-php
* It is also available through the world-wide-web at this URL:
* https://opensource.org/licenses/osl-3.0.php
* If you did not receive a copy of the license and are unable to
* obtain it through the world-wide-web, please send an email
* to license@magento.com so we can send you a copy immediately.
*
* @category Mage
* @package Mage
Expand Down
19 changes: 17 additions & 2 deletions app/Mage.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,15 @@
/**
* OpenMage
*
* NOTICE OF LICENSE
*
* This source file is subject to the Open Software License (OSL 3.0)
* that is bundled with this package in the file LICENSE.txt.
* It is also available at https://opensource.org/license/osl-3-0-php
* It is also available through the world-wide-web at this URL:
* https://opensource.org/licenses/osl-3.0.php
* If you did not receive a copy of the license and are unable to
* obtain it through the world-wide-web, please send an email
* to license@magento.com so we can send you a copy immediately.
*
* @category Mage
* @package Mage
Expand Down Expand Up @@ -227,7 +233,7 @@ public static function getOpenMageVersionInfo(): array
*/
public static function getOpenMageMajorVersion(): int
{
return 20;
return 19;
}

/**
Expand Down Expand Up @@ -1044,4 +1050,13 @@ public static function getScriptSystemUrl($folder, $exitIfNot = false)

return $baseUrl;
}

/**
* Set is downloader flag
*
* @deprecated
*/
public static function setIsDownloader()
{
}
}
8 changes: 7 additions & 1 deletion app/bootstrap.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,15 @@
/**
* OpenMage
*
* NOTICE OF LICENSE
*
* This source file is subject to the Open Software License (OSL 3.0)
* that is bundled with this package in the file LICENSE.txt.
* It is also available at https://opensource.org/license/osl-3-0-php
* It is also available through the world-wide-web at this URL:
* https://opensource.org/licenses/osl-3.0.php
* If you did not receive a copy of the license and are unable to
* obtain it through the world-wide-web, please send an email
* to license@magento.com so we can send you a copy immediately.
*
* @category Mage
* @package Mage
Expand Down
8 changes: 7 additions & 1 deletion app/code/core/Mage/Admin/Helper/Block.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,15 @@
/**
* OpenMage
*
* NOTICE OF LICENSE
*
* This source file is subject to the Open Software License (OSL 3.0)
* that is bundled with this package in the file LICENSE.txt.
* It is also available at https://opensource.org/license/osl-3-0-php
* It is also available through the world-wide-web at this URL:
* https://opensource.org/licenses/osl-3.0.php
* If you did not receive a copy of the license and are unable to
* obtain it through the world-wide-web, please send an email
* to license@magento.com so we can send you a copy immediately.
*
* @category Mage
* @package Mage_Admin
Expand Down
8 changes: 7 additions & 1 deletion app/code/core/Mage/Admin/Helper/Data.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,15 @@
/**
* OpenMage
*
* NOTICE OF LICENSE
*
* This source file is subject to the Open Software License (OSL 3.0)
* that is bundled with this package in the file LICENSE.txt.
* It is also available at https://opensource.org/license/osl-3-0-php
* It is also available through the world-wide-web at this URL:
* https://opensource.org/licenses/osl-3.0.php
* If you did not receive a copy of the license and are unable to
* obtain it through the world-wide-web, please send an email
* to license@magento.com so we can send you a copy immediately.
*
* @category Mage
* @package Mage_Admin
Expand Down
8 changes: 7 additions & 1 deletion app/code/core/Mage/Admin/Helper/Rules/Fallback.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,15 @@
/**
* OpenMage
*
* NOTICE OF LICENSE
*
* This source file is subject to the Open Software License (OSL 3.0)
* that is bundled with this package in the file LICENSE.txt.
* It is also available at https://opensource.org/license/osl-3-0-php
* It is also available through the world-wide-web at this URL:
* https://opensource.org/licenses/osl-3.0.php
* If you did not receive a copy of the license and are unable to
* obtain it through the world-wide-web, please send an email
* to license@magento.com so we can send you a copy immediately.
*
* @category Mage
* @package Mage_Admin
Expand Down
8 changes: 7 additions & 1 deletion app/code/core/Mage/Admin/Helper/Variable.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,15 @@
/**
* OpenMage
*
* NOTICE OF LICENSE
*
* This source file is subject to the Open Software License (OSL 3.0)
* that is bundled with this package in the file LICENSE.txt.
* It is also available at https://opensource.org/license/osl-3-0-php
* It is also available through the world-wide-web at this URL:
* https://opensource.org/licenses/osl-3.0.php
* If you did not receive a copy of the license and are unable to
* obtain it through the world-wide-web, please send an email
* to license@magento.com so we can send you a copy immediately.
*
* @category Mage
* @package Mage_Admin
Expand Down
8 changes: 7 additions & 1 deletion app/code/core/Mage/Admin/Model/Acl.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,15 @@
/**
* OpenMage
*
* NOTICE OF LICENSE
*
* This source file is subject to the Open Software License (OSL 3.0)
* that is bundled with this package in the file LICENSE.txt.
* It is also available at https://opensource.org/license/osl-3-0-php
* It is also available through the world-wide-web at this URL:
* https://opensource.org/licenses/osl-3.0.php
* If you did not receive a copy of the license and are unable to
* obtain it through the world-wide-web, please send an email
* to license@magento.com so we can send you a copy immediately.
*
* @category Mage
* @package Mage_Admin
Expand Down
8 changes: 7 additions & 1 deletion app/code/core/Mage/Admin/Model/Acl/Assert/Ip.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,15 @@
/**
* OpenMage
*
* NOTICE OF LICENSE
*
* This source file is subject to the Open Software License (OSL 3.0)
* that is bundled with this package in the file LICENSE.txt.
* It is also available at https://opensource.org/license/osl-3-0-php
* It is also available through the world-wide-web at this URL:
* https://opensource.org/licenses/osl-3.0.php
* If you did not receive a copy of the license and are unable to
* obtain it through the world-wide-web, please send an email
* to license@magento.com so we can send you a copy immediately.
*
* @category Mage
* @package Mage_Admin
Expand Down
8 changes: 7 additions & 1 deletion app/code/core/Mage/Admin/Model/Acl/Assert/Time.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,15 @@
/**
* OpenMage
*
* NOTICE OF LICENSE
*
* This source file is subject to the Open Software License (OSL 3.0)
* that is bundled with this package in the file LICENSE.txt.
* It is also available at https://opensource.org/license/osl-3-0-php
* It is also available through the world-wide-web at this URL:
* https://opensource.org/licenses/osl-3.0.php
* If you did not receive a copy of the license and are unable to
* obtain it through the world-wide-web, please send an email
* to license@magento.com so we can send you a copy immediately.
*
* @category Mage
* @package Mage_Admin
Expand Down
8 changes: 7 additions & 1 deletion app/code/core/Mage/Admin/Model/Acl/Resource.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,15 @@
/**
* OpenMage
*
* NOTICE OF LICENSE
*
* This source file is subject to the Open Software License (OSL 3.0)
* that is bundled with this package in the file LICENSE.txt.
* It is also available at https://opensource.org/license/osl-3-0-php
* It is also available through the world-wide-web at this URL:
* https://opensource.org/licenses/osl-3.0.php
* If you did not receive a copy of the license and are unable to
* obtain it through the world-wide-web, please send an email
* to license@magento.com so we can send you a copy immediately.
*
* @category Mage
* @package Mage_Admin
Expand Down
8 changes: 7 additions & 1 deletion app/code/core/Mage/Admin/Model/Acl/Role.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,15 @@
/**
* OpenMage
*
* NOTICE OF LICENSE
*
* This source file is subject to the Open Software License (OSL 3.0)
* that is bundled with this package in the file LICENSE.txt.
* It is also available at https://opensource.org/license/osl-3-0-php
* It is also available through the world-wide-web at this URL:
* https://opensource.org/licenses/osl-3.0.php
* If you did not receive a copy of the license and are unable to
* obtain it through the world-wide-web, please send an email
* to license@magento.com so we can send you a copy immediately.
*
* @category Mage
* @package Mage_Admin
Expand Down
8 changes: 7 additions & 1 deletion app/code/core/Mage/Admin/Model/Acl/Role/Generic.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,15 @@
/**
* OpenMage
*
* NOTICE OF LICENSE
*
* This source file is subject to the Open Software License (OSL 3.0)
* that is bundled with this package in the file LICENSE.txt.
* It is also available at https://opensource.org/license/osl-3-0-php
* It is also available through the world-wide-web at this URL:
* https://opensource.org/licenses/osl-3.0.php
* If you did not receive a copy of the license and are unable to
* obtain it through the world-wide-web, please send an email
* to license@magento.com so we can send you a copy immediately.
*
* @category Mage
* @package Mage_Admin
Expand Down
8 changes: 7 additions & 1 deletion app/code/core/Mage/Admin/Model/Acl/Role/Group.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,15 @@
/**
* OpenMage
*
* NOTICE OF LICENSE
*
* This source file is subject to the Open Software License (OSL 3.0)
* that is bundled with this package in the file LICENSE.txt.
* It is also available at https://opensource.org/license/osl-3-0-php
* It is also available through the world-wide-web at this URL:
* https://opensource.org/licenses/osl-3.0.php
* If you did not receive a copy of the license and are unable to
* obtain it through the world-wide-web, please send an email
* to license@magento.com so we can send you a copy immediately.
*
* @category Mage
* @package Mage_Admin
Expand Down
8 changes: 7 additions & 1 deletion app/code/core/Mage/Admin/Model/Acl/Role/Registry.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,15 @@
/**
* OpenMage
*
* NOTICE OF LICENSE
*
* This source file is subject to the Open Software License (OSL 3.0)
* that is bundled with this package in the file LICENSE.txt.
* It is also available at https://opensource.org/license/osl-3-0-php
* It is also available through the world-wide-web at this URL:
* https://opensource.org/licenses/osl-3.0.php
* If you did not receive a copy of the license and are unable to
* obtain it through the world-wide-web, please send an email
* to license@magento.com so we can send you a copy immediately.
*
* @category Mage
* @package Mage_Admin
Expand Down
8 changes: 7 additions & 1 deletion app/code/core/Mage/Admin/Model/Acl/Role/User.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,15 @@
/**
* OpenMage
*
* NOTICE OF LICENSE
*
* This source file is subject to the Open Software License (OSL 3.0)
* that is bundled with this package in the file LICENSE.txt.
* It is also available at https://opensource.org/license/osl-3-0-php
* It is also available through the world-wide-web at this URL:
* https://opensource.org/licenses/osl-3.0.php
* If you did not receive a copy of the license and are unable to
* obtain it through the world-wide-web, please send an email
* to license@magento.com so we can send you a copy immediately.
*
* @category Mage
* @package Mage_Admin
Expand Down
8 changes: 7 additions & 1 deletion app/code/core/Mage/Admin/Model/Block.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,15 @@
/**
* OpenMage
*
* NOTICE OF LICENSE
*
* This source file is subject to the Open Software License (OSL 3.0)
* that is bundled with this package in the file LICENSE.txt.
* It is also available at https://opensource.org/license/osl-3-0-php
* It is also available through the world-wide-web at this URL:
* https://opensource.org/licenses/osl-3.0.php
* If you did not receive a copy of the license and are unable to
* obtain it through the world-wide-web, please send an email
* to license@magento.com so we can send you a copy immediately.
*
* @category Mage
* @package Mage_Admin
Expand Down
8 changes: 7 additions & 1 deletion app/code/core/Mage/Admin/Model/Config.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,15 @@
/**
* OpenMage
*
* NOTICE OF LICENSE
*
* This source file is subject to the Open Software License (OSL 3.0)
* that is bundled with this package in the file LICENSE.txt.
* It is also available at https://opensource.org/license/osl-3-0-php
* It is also available through the world-wide-web at this URL:
* https://opensource.org/licenses/osl-3.0.php
* If you did not receive a copy of the license and are unable to
* obtain it through the world-wide-web, please send an email
* to license@magento.com so we can send you a copy immediately.
*
* @category Mage
* @package Mage_Admin
Expand Down
8 changes: 7 additions & 1 deletion app/code/core/Mage/Admin/Model/Mysql4/Acl.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,15 @@
/**
* OpenMage
*
* NOTICE OF LICENSE
*
* This source file is subject to the Open Software License (OSL 3.0)
* that is bundled with this package in the file LICENSE.txt.
* It is also available at https://opensource.org/license/osl-3-0-php
* It is also available through the world-wide-web at this URL:
* https://opensource.org/licenses/osl-3.0.php
* If you did not receive a copy of the license and are unable to
* obtain it through the world-wide-web, please send an email
* to license@magento.com so we can send you a copy immediately.
*
* @category Mage
* @package Mage_Admin
Expand Down
8 changes: 7 additions & 1 deletion app/code/core/Mage/Admin/Model/Mysql4/Acl/Role.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,15 @@
/**
* OpenMage
*
* NOTICE OF LICENSE
*
* This source file is subject to the Open Software License (OSL 3.0)
* that is bundled with this package in the file LICENSE.txt.
* It is also available at https://opensource.org/license/osl-3-0-php
* It is also available through the world-wide-web at this URL:
* https://opensource.org/licenses/osl-3.0.php
* If you did not receive a copy of the license and are unable to
* obtain it through the world-wide-web, please send an email
* to license@magento.com so we can send you a copy immediately.
*
* @category Mage
* @package Mage_Admin
Expand Down
Loading