Skip to content
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

Add email link to set password. See issue #1205. #1283

Closed
wants to merge 739 commits into from
Closed
Changes from 1 commit
Commits
Show all changes
739 commits
Select commit Hold shift + click to select a range
31dbf46
Removed info about Magento versions merging (#2894)
fballiano Jan 4, 2023
74bd26a
Use getCouponCode method instead of _getData(), ref #2825 (#2892)
sreichel Jan 4, 2023
6d6df0c
Updated README.md (#2897)
sreichel Jan 5, 2023
470591d
PHPStan updated to 1.9.7, phpstan-magento1 to 1.0.5 (#2896)
sreichel Jan 5, 2023
6acbbec
Better exceptions for file upload (#2902)
fballiano Jan 6, 2023
88646fa
Added default return string to getParam() (#2893)
sreichel Jan 6, 2023
8b23674
Ensure count() is not called on a string (#2888)
mattdavenport Jan 6, 2023
8a60871
Cast return of getClass() to string (#2905)
sreichel Jan 6, 2023
a22d834
New event so more validation classes can be added on the fly (#1490)
woutersamaey Jan 8, 2023
ccbe6b8
Revert "New event so more validation classes can be added on the fly …
fballiano Jan 9, 2023
00ae819
Bump symplify/vendor-patches from 11.1.24 to 11.1.31.72 (#2911)
dependabot[bot] Jan 9, 2023
485682b
Bump phpstan/phpstan from 1.9.7 to 1.9.8 (#2913)
dependabot[bot] Jan 9, 2023
37fbac1
Bump dealerdirect/phpcodesniffer-composer-installer from 0.7.2 to 1.0…
dependabot[bot] Jan 9, 2023
390a79c
Ensure null value not passed to str_replace (#2901)
mattdavenport Jan 9, 2023
01cfff3
In Mage_Adminhtml switched some constants to Mage_Core_Model_Template…
Sdfendor Jan 10, 2023
2a51e75
Removed unused autoloaders in lib (#2859)
fballiano Jan 10, 2023
6acdeaa
[PHP 8.1] Fix passing null to non-nullable internal function params (…
elidrissidev Jan 10, 2023
f420b9c
Fixed "searching for utf8 characters breaks product limiter", ref #11…
sreichel Jan 11, 2023
af4555e
Removed scriptaculous/effects.js dependency in hideAdvice() method in…
empiricompany Jan 12, 2023
8fdb7dd
Better error handling when XML file cannot be parsed (#2923)
fballiano Jan 12, 2023
4a2ab67
WRD theme: removed border bottom from h1/h2
fballiano Jan 12, 2023
f572765
Fixed getOpenMageMajorVersion() for v20 branch
fballiano Jan 12, 2023
324d40b
Removed method setIsDownloader() which shouldn't exist in v20
fballiano Jan 12, 2023
40dce4c
Fixed getAttributeRawValue return false if value is '0' (#572)
bastienlm Jan 12, 2023
adb5f73
Added info about #572 to README (#2926)
fballiano Jan 13, 2023
01b8123
New event "order_status_changed_before_save" (#2927)
fballiano Jan 13, 2023
7b7d3e0
Generalized currency formatting method formatPriceTxt() for use in or…
kiatng Jan 13, 2023
02ea3b4
Added some specific debugging hint to email queue empty recipient er…
seansan Jan 13, 2023
7acf971
Remove unmatched error from phpstan baseline (#2929)
elidrissidev Jan 13, 2023
248abc5
Limited decrypt to 256 characters in Mage_Core_Model_Encryption (#2685)
luigifab Jan 13, 2023
7751fde
Documented all shell/indexer.php arguments with dashes (#2930)
loekvangool Jan 13, 2023
1990768
Fixed error when calling shell script from browser (#2674)
Caprico85 Jan 13, 2023
e95dd61
Fixed error on unlink when no such file or directory (#2675)
luigifab Jan 13, 2023
a504761
Check ACL for customer link in order view (#2933)
luigifab Jan 14, 2023
5d62054
Removed legacy media uploader / editor remnants (#2434)
justinbeaty Jan 14, 2023
7f4f5b6
Added events around Zend_Email (#1438)
rjocoleman Jan 14, 2023
dbdcf58
Updated version number, ref #1438
fballiano Jan 14, 2023
7d068c1
Removed more Internet Explorer code (#2427)
justinbeaty Jan 14, 2023
869fc36
PHP8.1 Apply latest ZF1F changes to patch OM-918 (#2936)
sreichel Jan 15, 2023
cd3717a
Allow rewrite Varien_Image (#2666)
luigifab Jan 15, 2023
848ddd9
Fixes passing null as 1st parameter to mktime() (#2938)
sreichel Jan 15, 2023
f9faec2
Fixed translation for typo in app/code/core/Mage/Core/Model/Observer.…
sreichel Jan 15, 2023
15fbef3
PHP8.1: Fixed passing null to trim() for non-existing payment methods…
sreichel Jan 15, 2023
4605dcd
PHP 8.1: Replaced deprecated strftime() with date() (#2934)
luigifab Jan 16, 2023
46fa2d1
Bump phpstan/phpstan from 1.9.8 to 1.9.11 (#2949)
dependabot[bot] Jan 16, 2023
bbce705
Bump symplify/vendor-patches from 11.1.31.72 to 11.2.0.72 (#2948)
dependabot[bot] Jan 16, 2023
a22fb42
Bump phpunit/phpunit from 9.5.27 to 9.5.28
dependabot[bot] Jan 16, 2023
45e7b10
Removed app/code/core/Zend (#2861)
fballiano Jan 16, 2023
03ad211
PHP 8.1: replaced deprecated gmstrftime() with gmdate() (#2951)
elidrissidev Jan 16, 2023
9adb2f1
Added polyfills for php7.4-8.1 (#2946)
sreichel Jan 16, 2023
5b20771
Fix "less than" typo (#2952)
justinbeaty Jan 16, 2023
4a3dfaa
Reduced number of getId() calls in lib/Varien/Data/Tree/Node/Collecti…
luigifab Jan 17, 2023
4972432
Disable cash on delivery method for virtual orders (#2953)
luigifab Jan 17, 2023
60b4e3f
Sorted themes/packages dropdown in ascending order (#2967)
sreichel Jan 18, 2023
06c1b26
Fixed warning in lib/Varien/Crypt/Mcrypt.php about mcrypt_compat 2.0.…
luigifab Jan 18, 2023
14c8fcd
Updated PHPStan to 1.9.13, ZF1Future to 1.22 (#2960)
fballiano Jan 19, 2023
0de7420
Remove GB from EU countries list (#2971)
luigifab Jan 19, 2023
2d22a21
Improved cart/checkout performance optimizing coupon code check query…
lemundo-team Jan 19, 2023
4ad2366
Set dependabot updates from weekly to daily (#2970)
sreichel Jan 19, 2023
92cf7c3
Keep current selection for Related, Up-sells, Cross-sells, Associated…
luigifab Jan 19, 2023
5fad9fe
Bump colinmollenhour/cache-backend-redis from 1.15.0 to 1.16.0 (#2972)
dependabot[bot] Jan 19, 2023
75b62de
Added counter for input fields with maximum-length attribute (#2950)
sreichel Jan 19, 2023
dee4855
Added support for "ifconfig" for layout updates (#2974)
luigifab Jan 19, 2023
8ba3236
Fixed a bug that included ups.phtml in adminhtml also if Mage_Usa was…
luigifab Jan 19, 2023
0da3734
Bump phpstan/phpstan from 1.9.13 to 1.9.14 (#2983)
dependabot[bot] Jan 20, 2023
5841aba
Bump jscolor from 1.3.1 to 1.4.5 (#2976)
justinbeaty Jan 20, 2023
8f9af9e
Removed PHP version check from api.php, get.php, index.php, install.p…
justinbeaty Jan 20, 2023
ca87653
Wrapped WHERE condition in parens in app/code/core/Mage/Rule/Model/Co…
mattdavenport Jan 21, 2023
1ad3460
Gitpod: added installation of composer dependencies (#2989)
elidrissidev Jan 21, 2023
09e47b8
Moved ZF1 patch files to a separate repository (#2985)
sreichel Jan 24, 2023
e8fc4d4
updated composer.lock after #2985
fballiano Jan 24, 2023
30e6366
Refresh the cart page when the user modifies the minicart (#2990)
fballiano Jan 24, 2023
ae95378
docs: Fixed three typo in phpdoc and comments (#2994)
Sdfendor Jan 24, 2023
2fd3199
Update install instructions in README (#2981)
justinbeaty Jan 24, 2023
3fa0a50
Merge pull request from GHSA-r3c9-9j5q-pwv4
colinmollenhour Jan 26, 2023
5896c66
Merge pull request from GHSA-5j2g-3ph4-rgvm
mark-netalico Jan 26, 2023
066de0d
Merge pull request from GHSA-5vpv-xmcj-9q85
colinmollenhour Jan 26, 2023
3b787fd
Merge pull request from GHSA-h632-p764-pjqm
colinmollenhour Jan 26, 2023
177162a
Merge pull request from GHSA-c9q3-r4rv-mjm7
mark-netalico Jan 26, 2023
b2a7bbd
Merge pull request from GHSA-3p73-mm7v-4f6m
fballiano Jan 26, 2023
6b99024
Fixed incorrect case for _isValidSource() method call
fballiano Jan 26, 2023
98736d8
Clear hasDataChanges flag after loading collection items (#3000)
elidrissidev Jan 30, 2023
4f93dbd
Fix HEADERS ALREADY SENT from Mage_Core_Block_Template (#2978)
luigifab Feb 1, 2023
8b91292
Improvements to the RWD's addto.phtml template (#3002)
loekvangool Feb 1, 2023
bdc7d91
Fixed ReDos vulnerability in prototypejs (#3003)
fballiano Feb 2, 2023
176d749
Fix join condition when getting customer password creation timestamp …
alexkirsch Feb 3, 2023
54e2072
Remove unneeded attributes and closing tags from Page Head block (#3006)
loekvangool Feb 3, 2023
e40f263
Fixed phpseclib class namespace in Varien_Io_Sftp (#3008)
elidrissidev Feb 4, 2023
7341fc7
Bump phpunit/phpunit from 9.5.28 to 9.6.3 (#3013)
dependabot[bot] Feb 6, 2023
b2d36eb
Fixed a bug where admin screen didn't load the IsRequired setting on …
rfeese Feb 7, 2023
90c5b9f
Backported #1600: removed M1 legacy themes (#2863)
fballiano Feb 8, 2023
49e271a
Bump phpstan/phpstan from 1.9.14 to 1.9.16 (#3016)
dependabot[bot] Feb 8, 2023
c7c9f45
Bump symplify/vendor-patches from 11.2.0.72 to 11.2.3 (#3015)
dependabot[bot] Feb 8, 2023
9cb967c
Reduced getId() calls in app/code/core/Mage/CatalogInventory/Model/Ob…
luigifab Feb 9, 2023
8b35584
Bump phpstan/phpstan from 1.9.16 to 1.9.17 (#3018)
dependabot[bot] Feb 9, 2023
f5090c9
Fixed a bug where admin screen didn't load User Defined Qty value int…
rfeese Feb 11, 2023
8743c62
Removed minOccurs attr from WSDL message part (#3022)
elidrissidev Feb 16, 2023
0010a07
Fixed sort by position with flat tables when category filter is not a…
elidrissidev Feb 16, 2023
fc97382
Added EAV Config Cache (#2993)
davidhiendl Feb 17, 2023
9fb190f
Fixed tone of voice
fballiano Feb 17, 2023
716925f
Added support for Google Analytics 4 (#3023)
fballiano Feb 18, 2023
a211382
Bump phpstan/phpstan from 1.9.17 to 1.9.18 (#3032)
dependabot[bot] Feb 20, 2023
8bf5dc8
version bump (#3028)
fballiano Feb 20, 2023
a7be24c
Added docblock related to customer address (#3035)
kiatng Feb 21, 2023
75fac8a
Fixed E_DEPRECATED in Mage/GoogleAnalytics/Block/Ga.php (#3037)
kiatng Feb 22, 2023
be983ee
Bump phpstan/phpstan from 1.9.18 to 1.10.1
dependabot[bot] Feb 23, 2023
aa272f2
Bump colinmollenhour/magento-redis-session from 3.0.1 to 3.0.2 (#3041)
dependabot[bot] Feb 24, 2023
ca8fbba
Bump squizlabs/php_codesniffer from 3.7.1 to 3.7.2 (#3039)
dependabot[bot] Feb 24, 2023
674c6f4
Bump phpstan/phpstan from 1.10.1 to 1.10.2 (#3040)
dependabot[bot] Feb 24, 2023
3e98ffe
Fixed E_Warning array_key_exists() on product save (#3042)
kiatng Feb 24, 2023
84fd691
Added more info to admin auth API exceptions (#3024)
loekvangool Feb 26, 2023
383367d
Bump phpstan/phpstan from 1.10.2 to 1.10.3 (#3045)
dependabot[bot] Feb 27, 2023
30ca00d
Bump phpunit/phpunit from 9.6.3 to 9.6.4 (#3048)
dependabot[bot] Feb 28, 2023
b8dc6e6
Set PHPStan to bleedingEdge (#3011)
Flyingmana Feb 28, 2023
cf311db
Added cache rule for image/svg+xml to .htaccess (#3051)
loekvangool Mar 1, 2023
b9ac46c
Enabled PHP 8.2 in composer.json, updated README with software compat…
fballiano Mar 2, 2023
0f104a7
Fixed undefined array key warning in Mage_Catalog_Model_Resource_Cate…
fballiano Mar 2, 2023
6352b46
Fixed exception when collection selects non-existent attribute in PR …
davidhiendl Mar 3, 2023
4c61738
Fixed cast store config (checkout/cart/delete_quote_after) to int to …
darinda Mar 6, 2023
46234b5
Bump phpseclib/phpseclib from 3.0.18 to 3.0.19 (#3063)
dependabot[bot] Mar 6, 2023
981f128
Bump phpstan/phpstan from 1.10.3 to 1.10.5 (#3069)
dependabot[bot] Mar 8, 2023
b5e28a2
Moved dependabot to weekly again (#3070)
fballiano Mar 8, 2023
e11560a
BugFix: return first cart item when adding bundle product to cart (#3…
eneiasramos Mar 8, 2023
3f7b078
Handle case when `qtys` param is null when preparing shipment (#3062)
CharlieDelta6 Mar 8, 2023
c76139f
Removed status filter from Product Collection in CatalogSearch Layer …
elidrissidev Mar 9, 2023
f39ecca
Made optionalZipCountries JS code conditional (#2996)
loekvangool Mar 9, 2023
6020634
Eav config cache followup for multi scope load (#3044)
davidhiendl Mar 9, 2023
c162ba2
EAV Config Cache revert return empty attribute model (#3074)
davidhiendl Mar 9, 2023
f0212b0
Added support for making Prototype validator optional (#3053)
loekvangool Mar 10, 2023
543ba61
Made PHPStan run independently from PHPCS (#3049)
fballiano Mar 10, 2023
c6b5af3
Bump phpunit/phpunit from 9.6.4 to 9.6.5 (#3079)
dependabot[bot] Mar 13, 2023
0eff695
Bump phpstan/phpstan from 1.10.5 to 1.10.6 (#3080)
dependabot[bot] Mar 13, 2023
ac9c1f6
Added optimize to composer autoloader (#3081)
elidrissidev Mar 13, 2023
2457da0
Version bump
fballiano Mar 14, 2023
6ddee95
Fixed exception logged when no Category image is uploaded (#3086)
elidrissidev Mar 15, 2023
bac869e
Added frontend_type color (#2945)
fballiano Mar 15, 2023
d18fe42
PHP 7.4 is now the minimum required version (#3091)
fballiano Mar 16, 2023
fc983d4
Fixed ESI parsing error with turpentine (#2987)
luigifab Mar 16, 2023
76a8976
Added new options to"number of record" in grid (#3096)
loekvangool Mar 18, 2023
34bec45
Fixed allowed PHP version in composer.json (#3097)
fballiano Mar 18, 2023
62cedd7
Some PHPStan fixes (#3031)
fballiano Mar 18, 2023
b695f93
Removed module Mage_Poll (#3098)
fballiano Mar 19, 2023
4608054
Added info about Mage_Poll removal to README (#3101)
fballiano Mar 19, 2023
400c85a
Deprecation errors are not suppressed anymore (#3102)
fballiano Mar 20, 2023
612e90c
Bump phpstan/phpstan from 1.10.6 to 1.10.7 (#3104)
dependabot[bot] Mar 20, 2023
cbfb537
Bump PHPCSFixer to 3.15.1 + new fixes required (#3106)
fballiano Mar 20, 2023
ee165a3
Fixed PHP_OS check in cron.php (#3113)
elidrissidev Mar 22, 2023
629a8bf
Bump dev-meta-package to 1.0.2 (#3111)
fballiano Mar 23, 2023
a589840
Merged 1.9.4.x
fballiano Mar 24, 2023
dbf87dd
Fixed problem with associated_products not visible in backend (#3093)
fballiano Mar 24, 2023
909432d
Bump phpstan/phpstan from 1.10.7 to 1.10.8 (#3117)
dependabot[bot] Mar 27, 2023
9187d78
Bump colinmollenhour/magento-redis-session from 3.0.2 to 3.1.1 (#3116)
dependabot[bot] Mar 27, 2023
db30481
Fixed Illegal offset type in Mage_Tag (#3118)
m-overlund Mar 27, 2023
d0bbbc7
PHPStan: some fixes to lib/ files (#3099)
fballiano Mar 28, 2023
0db0f33
Disabled and disallowed SWF file extension in WYSIWYG (#3108)
fballiano Mar 30, 2023
b690464
Prevented Configurable Swatches assets from loading while unneeded (#…
loekvangool Mar 30, 2023
17e6189
[PHP 8.2] Fixed deprecated dynamic property creation (#3094)
elidrissidev Mar 31, 2023
7b6c937
RWD theme: Focus on the search field when clicking on the search butt…
fballiano Apr 3, 2023
982c597
Fixed monthly sales reports (date was 1970) (#3126)
sreichel Apr 3, 2023
d328092
Bump phpunit/phpunit from 9.6.5 to 9.6.6 (#3131)
dependabot[bot] Apr 3, 2023
23999d6
Bump friendsofphp/php-cs-fixer from 3.15.1 to 3.16.0 (#3132)
dependabot[bot] Apr 3, 2023
6b66b31
Upgraded ExtJS to 1.1.1 (#2473)
justinbeaty Apr 3, 2023
8ec76c2
Bump phpstan/phpstan from 1.10.8 to 1.10.10 (#3133)
dependabot[bot] Apr 3, 2023
7452240
Updated license info in copyright docblocks (#3120)
fballiano Apr 4, 2023
4acf457
Bump openmage/dev-meta-package from 1.0.2 to 1.0.3 (#3138)
dependabot[bot] Apr 4, 2023
39c5204
Updated branches for codeql (#3141)
fballiano Apr 4, 2023
2218e54
Regenerated PHPStan baseline for "main" branch (#3142)
fballiano Apr 5, 2023
f68d108
Fixed some minor indentation problem (#3143)
fballiano Apr 5, 2023
fa2b8c3
Ended the request (and close the session) before core_app_run_after e…
colinmollenhour Apr 5, 2023
c20371d
Added possibility to set backend locale per every admin user (#3087)
fballiano Apr 5, 2023
c441b05
Used session_status() instead of $_SESSION in Mage_Core_Model_App (#3…
fballiano Apr 5, 2023
04d4e68
Added check for coupon expiration date (#3144)
fballiano Apr 5, 2023
6851e17
Improved global search performance by using only prefix matching. (#1…
colinmollenhour Apr 5, 2023
472a22a
Avoided calling getBackendModelByFieldConfig with empty field (#3151)
fballiano Apr 7, 2023
6588381
Fixed typo in exception message (#3153)
addison74 Apr 8, 2023
2189fcb
Avoided unnecessary calls to string translation methods for catalog/s…
luigifab Apr 8, 2023
c37cfeb
Updated README.md to reflect new RFC 0002 - Release Schedule (#3139)
colinmollenhour Apr 8, 2023
7d91b67
Bump phpstan/phpstan from 1.10.10 to 1.10.11 (#3156)
dependabot[bot] Apr 10, 2023
d3dd0f0
Reduced getWebsiteId() calls (#3154)
luigifab Apr 10, 2023
a2c7d95
Moved customer login page title to controller (#3157)
luigifab Apr 11, 2023
7471e1c
Updated ACL of order objects and updated setActiveMenu for sales and …
luigifab Apr 11, 2023
c2f7909
[PHP 8.2] Fixed some deprecation warnings (#3155)
fballiano Apr 11, 2023
38d0911
Reduced calls to char() method (#3161)
luigifab Apr 11, 2023
cbdac32
Fixed some whitespace issues in docblocks (#3162)
fballiano Apr 11, 2023
d762104
Added order tracking for Google Analytics 4 (#3092)
fballiano Apr 11, 2023
59566f6
Fix PHP warnings when session backend exits before returning. (#3109)
colinmollenhour Apr 12, 2023
ff22957
Fixed price filter when search by non-numeric value (#3136)
sreichel Apr 12, 2023
81702bc
Use default configurable attribute label for new products (#3168)
mmenozzi Apr 13, 2023
f2f9f5d
Version bump
fballiano Apr 13, 2023
bd7d45a
Version bump
fballiano Apr 13, 2023
e569375
Fixed session renew timestamp should be updated when customer changes…
colinmollenhour Apr 13, 2023
4e9520c
Removed all @author tags from phpdocs (updated copyright docblocks) (…
fballiano Apr 13, 2023
3496d5f
Removed all @author tags from phpdocs (updated copyright docblocks) (…
fballiano Apr 14, 2023
d312462
[PHP 8.2] Fixed deprecation warning in Mage_CatalogInventory_Model_Ob…
fballiano Apr 16, 2023
e83b135
When creating an order, ignore addresses when the country is not allo…
luigifab Apr 16, 2023
71a2a06
Bump phpstan/phpstan from 1.10.11 to 1.10.13 (#3186)
dependabot[bot] Apr 17, 2023
ab91ea2
Bump phpunit/phpunit from 9.6.6 to 9.6.7 (#3185)
dependabot[bot] Apr 17, 2023
69a6353
Fixed ESI parsing error with turpentine (#3183)
luigifab Apr 17, 2023
4ade428
Fixed "object could not be converted to int" in Mage_Adminhtml_Block_…
luigifab Apr 17, 2023
3501e73
Fixed deprecation warning in Mage_Downloadable_Helper_Catalog_Product…
fballiano Apr 18, 2023
4874e5c
Fixed deprecation warning in Mage_SalesRule_Model_Rule (#3188)
fballiano Apr 18, 2023
8bd9785
Set sort order and disable click-to-top for coupons grid (#3189)
luigifab Apr 18, 2023
177461b
[PHP 8.2] Fixed deprecation error for creation of dynamic property (#…
fballiano Apr 18, 2023
25ea459
Update review_entity_summary when unapprove the latest comment (#2686)
luigifab Apr 18, 2023
08e11aa
Reduced number of getId() calls in Mage_Eav_Model_Entity_Type (#3194)
luigifab Apr 18, 2023
1342703
Fix for export failing when product_id missing from cataloginventory_…
discountscott Apr 19, 2023
a9da171
Replaced Mage_Exception usages with Mage_Core_Exception (#3206)
fballiano Apr 21, 2023
0bf974c
Update dev/openmage to use the updated container images for PHP 8.2
colinmollenhour Apr 22, 2023
54e9a77
Improve use of Composer with dev/openmage environment and filesystem …
colinmollenhour Apr 22, 2023
c71585a
Update dev/openmage/README.md
colinmollenhour Apr 22, 2023
8b49b16
Added patch for Zend_Mail and "emails are displayed incorrectly" prob…
fballiano Apr 24, 2023
c518acd
Bump phpstan/phpstan from 1.10.13 to 1.10.14 (#3211)
dependabot[bot] Apr 24, 2023
415dd52
Updated docker-compose to mysql8 and redis7 (#3209)
fballiano Apr 24, 2023
a6c6753
Update README.md section on installation with composer require.
colinmollenhour Apr 24, 2023
cde7af5
Avoid JS errors if the zipcode field has no label (#3197)
azambon Apr 24, 2023
998e306
Fixed unsupported operand types: string - string in app/code/core/Mag…
colinmollenhour Apr 25, 2023
cb6791b
Removed PHPStan stubs (#3210)
fballiano Apr 26, 2023
2730ef7
Converted msrp_rwd.js to vanilla javascript (#3214)
fballiano Apr 26, 2023
7dd1c41
Composer autoloader patch was added to app/Mage.php (#3216)
fballiano Apr 27, 2023
f4855d4
Fixed deprecation warning on Mage_Catalog_Helper_Image (#3201)
fballiano Apr 28, 2023
7664a35
Fixed logging too many exceptions for payment methods (#3181)
fballiano Apr 28, 2023
cefa503
Update default XDEBUG_CONFIG to work with PHP 8 and XDebug 3.
colinmollenhour Apr 28, 2023
d3dcc76
Fix autoloader patch to work with composer-installed setup. (#3226)
colinmollenhour May 2, 2023
da9ba28
Converted msrp_rwd.js to vanilla javascript (part 2) (#3230)
fballiano May 3, 2023
b3ab6dd
Added type hint docblock for Google Analytics 4 template (#3232)
fballiano May 3, 2023
6b683d7
Added cache to "order status" labels in Mage_Sales_Model_Order_Config…
elidrissidev May 4, 2023
6166648
Fixed price expression SQL in layered navigation (#3227)
elidrissidev May 4, 2023
e56ab90
Fixed stock status update from SOAP API V2 (#1635)
elidrissidev May 7, 2023
73d4f48
Load all child blocks in Adminhtml Head block (#3222)
elidrissidev May 9, 2023
d42170e
Moved isCurrentlySecure() method to Mage_Core_Model_App (#3225)
colinmollenhour May 9, 2023
460ce65
Added cron to remove old index events for manual indexers (#2474)
tobihille May 9, 2023
e464b27
Fixed model hasDataCchanges is true right after loading (#3243)
fballiano May 11, 2023
d39d289
Removed reference to unexisting class Varien_Image_Adapter_Imagemagic…
fballiano May 11, 2023
4da40b1
Ensure store-scoped values are selected before default (#2966)
mattdavenport May 12, 2023
1f22ced
Added configuration for captcha failed_attempts_ip in backend (#1074)
damien-biasotto May 13, 2023
0e8319c
Removed "MAGE" cache tag (#3246)
fballiano May 13, 2023
c0d136a
Improved handling of ignore_user_agents (#3238)
empiricompany May 13, 2023
63595d0
Fixed "if newsletter module disabled, customer backend would blank wi…
sidealice May 13, 2023
382ca94
Add email link to set password. See issue #1205.
kiatng Oct 26, 2020
99e84ea
Incorporated suggestions by @rjocoleman.
kiatng Feb 10, 2021
1308d52
Replaced deprecated method getRegionJson() with getRegionJsonByStore(…
kiatng Aug 7, 2022
c2bf581
Added label for phpstan cosmetic changes (#2384)
sreichel Aug 9, 2022
2469420
Minor fixes on 'filter_condition_callback' method _filterStoreConditi…
kiatng Aug 10, 2022
7616fbb
Updated calls to strlen(), ref #2586 (#2898)
sreichel Jan 8, 2023
0c8f056
Update Adminpass.php
kiatng Feb 22, 2023
0aae70c
Update Newpass.php
kiatng Feb 22, 2023
5495eba
Update Mage_Customer.csv
kiatng Feb 22, 2023
8b560bd
Update Newpass.php
kiatng Feb 22, 2023
6a44608
When password is set in backend, email password in plaintext and mess…
kiatng Feb 22, 2023
e60e93b
Update password_new.html
kiatng Feb 23, 2023
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Bump phpunit/phpunit from 9.6.3 to 9.6.4 (#3048)
Bumps [phpunit/phpunit](https://github.com/sebastianbergmann/phpunit) from 9.6.3 to 9.6.4.
- [Release notes](https://github.com/sebastianbergmann/phpunit/releases)
- [Changelog](https://github.com/sebastianbergmann/phpunit/blob/main/ChangeLog-9.6.md)
- [Commits](sebastianbergmann/phpunit@9.6.3...9.6.4)

---
updated-dependencies:
- dependency-name: phpunit/phpunit
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored and fballiano committed Feb 28, 2023
commit 30ca00df30c53cc355d5f84bca4648e2c642006b
26 changes: 13 additions & 13 deletions composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.