Commit 662852b
* added respect/validation
* replaced Zend_Validate::
* replaced Zend_Validate_File_Extension
* doc
* phpstan
* test symfony
* use symfony (not tested)
* phpstan baseline
* some fixes
* some updates
* added test
* added test
* fix file cannot be empty
* renaming
* update
* update
* test
* updated test
* updated test
* updated test
* updated test
* update
* updated test
* typo
* added test
* update
* fix + test
* update
* skip valid data, to not send email
* update
* updated tests
* rector
* rector
* updated tests
* updated tests -. fix
* updated tests
* split unit tests
* test
* fix later
* updated tests
- thanks @Hanmac
* typo
* updated tests
* baseline phpunit
* merge tests from main
* simplified for now
* phpstan
* composer update
* updated tests
* updated tests
* refactor
* refactor
* fixed installer
* phpcsfixer
* phpmd
* phpstorm meta
* phpstan
* tests
* phpstan
* refactor
* typo
* remove file
* typo
* cleanup
* cleanup
* typo
* naming
* cleanup
* test
* phpstan
* tests
* Update app/code/core/Mage/Core/Helper/Validate.php
Co-authored-by: Copilot <[email protected]>
* Update app/code/core/Mage/Admin/Model/User.php
Co-authored-by: Copilot <[email protected]>
* Update app/code/core/Mage/Newsletter/Model/Template.php
Co-authored-by: Copilot <[email protected]>
* updated tests
* added helper methods, suggested by @Hanmac
* updated message
* fix
* updated composer.lock
* minor
* phpunit
* updated cypress tests
* rector
* phpcsfixer
---------
Co-authored-by: Copilot <[email protected]>
1 parent f4c09f4 commit 662852b
File tree
79 files changed
+2516
-838
lines changed- .phpstorm.meta.php
- app
- code/core/Mage
- Adminhtml
- Model
- Email
- LayoutUpdate
- System/Config/Backend/Email
- controllers
- Catalog/Product
- Permissions
- Admin/Model
- Resource
- Api2/Model/Resource/Validator
- Api/Model
- Catalog/Model
- Api2/Product/Validator
- Product/Option/Type
- Checkout/Model/Type
- Contacts/controllers
- Core
- Helper
- Validate
- Model
- Email
- Template
- File/Validator
- Layout
- Resource
- Url
- Customer
- Model
- Address
- controllers
- Dataflow/Model/Convert/Adapter/Http
- Eav/Model
- Adminhtml/System/Config/Source/Inputtype
- Attribute/Data
- Entity
- ImportExport/Model/Import/Entity
- Newsletter
- Model
- controllers
- Oauth/Model
- Consumer/Validator
- Review/Model
- Widget/Model/Widget
- Wishlist
- Model
- controllers
- locale/en_US
- cypress/e2e/openmage/frontend/customer
- lib/Varien
- Convert/Adapter/Http
- File
- tests/unit
- Mage
- Admin/Model
- Api/Model
- Core/Model
- Email/Template
- Layout
- Url
- Customer/Model
- GiftMessage/Helper
- Log/Model
- Newsletter/Model
- Oauth/Model
- Reports/Helper
- Review/Model
- Traits/DataProvider
- Base
- Mage
- Adminhtml/Helper
- Admin/Model
- Api/Model
- Cms/Block/Widget/Page
- Customer
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
79 files changed
+2516
-838
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
570 | 570 | | |
571 | 571 | | |
572 | 572 | | |
573 | | - | |
574 | | - | |
575 | | - | |
576 | | - | |
577 | | - | |
578 | | - | |
579 | 573 | | |
580 | 574 | | |
581 | 575 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
103 | 103 | | |
104 | 104 | | |
105 | 105 | | |
| 106 | + | |
| 107 | + | |
106 | 108 | | |
107 | 109 | | |
108 | 110 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
103 | 103 | | |
104 | 104 | | |
105 | 105 | | |
| 106 | + | |
| 107 | + | |
106 | 108 | | |
107 | 109 | | |
108 | 110 | | |
| |||
302 | 304 | | |
303 | 305 | | |
304 | 306 | | |
| 307 | + | |
| 308 | + | |
305 | 309 | | |
306 | 310 | | |
307 | 311 | | |
| |||
501 | 505 | | |
502 | 506 | | |
503 | 507 | | |
| 508 | + | |
| 509 | + | |
504 | 510 | | |
505 | 511 | | |
506 | 512 | | |
| |||
700 | 706 | | |
701 | 707 | | |
702 | 708 | | |
| 709 | + | |
| 710 | + | |
703 | 711 | | |
704 | 712 | | |
705 | 713 | | |
| |||
899 | 907 | | |
900 | 908 | | |
901 | 909 | | |
| 910 | + | |
| 911 | + | |
902 | 912 | | |
903 | 913 | | |
904 | 914 | | |
| |||
1098 | 1108 | | |
1099 | 1109 | | |
1100 | 1110 | | |
| 1111 | + | |
| 1112 | + | |
1101 | 1113 | | |
1102 | 1114 | | |
1103 | 1115 | | |
| |||
1297 | 1309 | | |
1298 | 1310 | | |
1299 | 1311 | | |
| 1312 | + | |
| 1313 | + | |
1300 | 1314 | | |
1301 | 1315 | | |
1302 | 1316 | | |
| |||
1496 | 1510 | | |
1497 | 1511 | | |
1498 | 1512 | | |
| 1513 | + | |
| 1514 | + | |
1499 | 1515 | | |
1500 | 1516 | | |
1501 | 1517 | | |
| |||
1695 | 1711 | | |
1696 | 1712 | | |
1697 | 1713 | | |
| 1714 | + | |
| 1715 | + | |
1698 | 1716 | | |
1699 | 1717 | | |
1700 | 1718 | | |
| |||
1894 | 1912 | | |
1895 | 1913 | | |
1896 | 1914 | | |
| 1915 | + | |
| 1916 | + | |
1897 | 1917 | | |
1898 | 1918 | | |
1899 | 1919 | | |
| |||
2093 | 2113 | | |
2094 | 2114 | | |
2095 | 2115 | | |
| 2116 | + | |
| 2117 | + | |
2096 | 2118 | | |
2097 | 2119 | | |
2098 | 2120 | | |
| |||
2292 | 2314 | | |
2293 | 2315 | | |
2294 | 2316 | | |
| 2317 | + | |
| 2318 | + | |
2295 | 2319 | | |
2296 | 2320 | | |
2297 | 2321 | | |
| |||
2491 | 2515 | | |
2492 | 2516 | | |
2493 | 2517 | | |
| 2518 | + | |
| 2519 | + | |
2494 | 2520 | | |
2495 | 2521 | | |
2496 | 2522 | | |
| |||
2690 | 2716 | | |
2691 | 2717 | | |
2692 | 2718 | | |
| 2719 | + | |
| 2720 | + | |
2693 | 2721 | | |
2694 | 2722 | | |
2695 | 2723 | | |
| |||
2889 | 2917 | | |
2890 | 2918 | | |
2891 | 2919 | | |
| 2920 | + | |
| 2921 | + | |
2892 | 2922 | | |
2893 | 2923 | | |
2894 | 2924 | | |
| |||
3088 | 3118 | | |
3089 | 3119 | | |
3090 | 3120 | | |
| 3121 | + | |
| 3122 | + | |
3091 | 3123 | | |
3092 | 3124 | | |
3093 | 3125 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
82 | 82 | | |
83 | 83 | | |
84 | 84 | | |
| 85 | + | |
| 86 | + | |
| 87 | + | |
85 | 88 | | |
86 | 89 | | |
87 | 90 | | |
| |||
122 | 125 | | |
123 | 126 | | |
124 | 127 | | |
| 128 | + | |
125 | 129 | | |
126 | 130 | | |
127 | 131 | | |
128 | 132 | | |
129 | 133 | | |
130 | | - | |
131 | | - | |
132 | 134 | | |
133 | 135 | | |
134 | 136 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
21 | 21 | | |
22 | 22 | | |
23 | 23 | | |
| 24 | + | |
| 25 | + | |
24 | 26 | | |
25 | 27 | | |
26 | 28 | | |
| |||
32 | 34 | | |
33 | 35 | | |
34 | 36 | | |
35 | | - | |
36 | 37 | | |
37 | 38 | | |
38 | 39 | | |
39 | | - | |
| 40 | + | |
| 41 | + | |
40 | 42 | | |
41 | | - | |
42 | | - | |
43 | | - | |
| 43 | + | |
44 | 44 | | |
45 | | - | |
46 | | - | |
47 | | - | |
48 | | - | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
49 | 49 | | |
50 | | - | |
51 | | - | |
52 | | - | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
53 | 56 | | |
54 | | - | |
55 | | - | |
56 | | - | |
| 57 | + | |
| 58 | + | |
| 59 | + | |
| 60 | + | |
| 61 | + | |
| 62 | + | |
| 63 | + | |
| 64 | + | |
| 65 | + | |
| 66 | + | |
| 67 | + | |
57 | 68 | | |
58 | | - | |
| 69 | + | |
| 70 | + | |
59 | 71 | | |
60 | 72 | | |
61 | 73 | | |
62 | | - | |
| 74 | + | |
63 | 75 | | |
64 | 76 | | |
65 | 77 | | |
| |||
0 commit comments