Commit 975b90b
authored
🔃 [EngCom] Public Pull Requests - 2.2-develop
Accepted Public Pull Requests:
- #12929: Issues #10559 - Extend swatch using mixins (M2.2) (by @srenon)
- #14121: [Backport] Open link "Report an Issue" in a new tab (by @sidolov)
- magento-engcom/magento2ce#1453: [2.2] Add a CodeTriage badge to magento/magento2 (by @ishakhsuvarov)
- #14105: #13820: IE11 minicart not updating on configurable pr� (by @Frodigo)
- #13989: Act better on existing input focus instead of removing it (by @krzksz)
- #14083: Fix product attribute ordering when more than 10 attributes. (by @RandeKnight)
- #14029: Fix $useCache for container child blocks (by @tdgroot)
- #14062: Typo in SSL port number (by @jasperzeinstra)
- #14042: Improve array output format for etc.php and config.php (by @avstudnitz)
- #13894: Fix cache issue for currencies with no symbol (by @evgk)
- #13884: #5463 - Use specified hashing algo in \Magento\Framework\Encryption\Encryptor::getHash (by @k4emic)
- magento-engcom/magento2ce#1258: #13231: Default State or Province is not pre-selected in the Estimate Shipping and Tax (by @serhii-balko)
Fixed GitHub Issues:
- #10559: Extending swatch functionality using javascript mixins does not work in Safari and MS Edge (reported by @srenon) has been fixed in #12929 by @srenon in 2.2-develop branch
Related commits:
1. 1350c77
2. 33261e0
3. 4fca69d
4. 97779a6
5. 494c9c0
6. 20b9575
7. 089b468
8. ca471e4
9. c84087e
10. ec51bd2
11. d4fa8a5
- #14010: Why Report Bugs link not open in new tab? (reported by @webshouters) has been fixed in #14121 by @sidolov in 2.2-develop branch
Related commits:
1. 8cfffc1
- #13820: IE11 minicart not updating on configurable product page (ES6) (reported by @Pumppa) has been fixed in #14105 by @Frodigo in 2.2-develop branch
Related commits:
1. 2235f3e
- #13988: Mini search field looses focus after its JavaScript is initialized (reported by @krzksz) has been fixed in #13989 by @krzksz in 2.2-develop branch
Related commits:
1. 9eb3c6f
- #5463: The ability to store passwords using different hashing algorithms is limited (reported by @maderlock) has been fixed in #13884 by @k4emic in 2.2-develop branch
Related commits:
1. adab3e5
- #13231: Default State or Province is not pre-selected in the Estimate Shipping and Tax (reported by @hanxiangwu) has been fixed in magento-engcom/magento2ce#1258 by @serhii-balko in 2.2-develop branch
Related commits:
1. 0cabe58
2. 0ad6208
3. e26c22f
4. 7b0a489
5. 35fb319
6. 5837d36
7. 4d50066
8. 04e573aFile tree
22 files changed
+493
-196
lines changed- app/code/Magento
- Backend/view/adminhtml/templates/page
- Catalog
- Pricing/Render
- Test/Unit/Pricing/Render
- Checkout/view/frontend/web/js/model
- ConfigurableProduct
- Block/Product/View/Type
- Model/Product/Type/Configurable/Variations
- Test/Unit
- Block/Product/View/Type
- Model/Product/Type/Configurable/Variations
- view/frontend/web/js
- Search/view/frontend/web
- Swatches
- Block/Product/Renderer/Listing
- Test/Unit/Block/Product/Renderer/Listing
- view/frontend
- templates/product/listing
- web/js
- dev/tests/js/jasmine/tests/app/code/Magento/Checkout/frontend/js/model
- lib/internal/Magento/Framework
- App
- DeploymentConfig/Writer
- Test/Unit/DeploymentConfig/Writer
- Encryption
- Test/Unit
- View
- pub/errors
22 files changed
+493
-196
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
| 1 | + | |
| 2 | + | |
2 | 3 | | |
3 | 4 | | |
4 | 5 | | |
| |||
Lines changed: 3 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
11 | | - | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
12 | 14 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
115 | 115 | | |
116 | 116 | | |
117 | 117 | | |
118 | | - | |
| 118 | + | |
| 119 | + | |
119 | 120 | | |
120 | 121 | | |
121 | 122 | | |
| |||
Lines changed: 2 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
246 | 246 | | |
247 | 247 | | |
248 | 248 | | |
249 | | - | |
| 249 | + | |
| 250 | + | |
250 | 251 | | |
251 | 252 | | |
252 | 253 | | |
| |||
Lines changed: 14 additions & 6 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
17 | 17 | | |
18 | 18 | | |
19 | 19 | | |
| 20 | + | |
20 | 21 | | |
21 | 22 | | |
22 | | - | |
23 | | - | |
24 | | - | |
25 | | - | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
26 | 34 | | |
27 | 35 | | |
28 | 36 | | |
29 | 37 | | |
30 | | - | |
31 | | - | |
| 38 | + | |
| 39 | + | |
32 | 40 | | |
33 | 41 | | |
34 | 42 | | |
| |||
Lines changed: 13 additions & 16 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
74 | 74 | | |
75 | 75 | | |
76 | 76 | | |
| 77 | + | |
| 78 | + | |
| 79 | + | |
| 80 | + | |
| 81 | + | |
77 | 82 | | |
78 | 83 | | |
79 | 84 | | |
| |||
86 | 91 | | |
87 | 92 | | |
88 | 93 | | |
| 94 | + | |
89 | 95 | | |
90 | 96 | | |
91 | 97 | | |
| |||
99 | 105 | | |
100 | 106 | | |
101 | 107 | | |
102 | | - | |
| 108 | + | |
| 109 | + | |
103 | 110 | | |
104 | 111 | | |
105 | 112 | | |
| |||
109 | 116 | | |
110 | 117 | | |
111 | 118 | | |
| 119 | + | |
| 120 | + | |
| 121 | + | |
112 | 122 | | |
113 | 123 | | |
114 | 124 | | |
| |||
126 | 136 | | |
127 | 137 | | |
128 | 138 | | |
129 | | - | |
| 139 | + | |
130 | 140 | | |
131 | 141 | | |
132 | 142 | | |
| |||
211 | 221 | | |
212 | 222 | | |
213 | 223 | | |
214 | | - | |
215 | | - | |
216 | | - | |
217 | 224 | | |
218 | 225 | | |
219 | 226 | | |
| |||
223 | 230 | | |
224 | 231 | | |
225 | 232 | | |
226 | | - | |
227 | | - | |
228 | | - | |
229 | | - | |
230 | | - | |
231 | | - | |
232 | | - | |
233 | | - | |
234 | | - | |
235 | | - | |
236 | | - | |
| 233 | + | |
237 | 234 | | |
238 | 235 | | |
239 | 236 | | |
| |||
Lines changed: 51 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
Lines changed: 50 additions & 33 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
48 | 48 | | |
49 | 49 | | |
50 | 50 | | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
51 | 56 | | |
52 | 57 | | |
53 | 58 | | |
| |||
73 | 78 | | |
74 | 79 | | |
75 | 80 | | |
| 81 | + | |
| 82 | + | |
| 83 | + | |
| 84 | + | |
| 85 | + | |
76 | 86 | | |
77 | 87 | | |
78 | 88 | | |
| |||
122 | 132 | | |
123 | 133 | | |
124 | 134 | | |
| 135 | + | |
| 136 | + | |
| 137 | + | |
125 | 138 | | |
126 | 139 | | |
127 | 140 | | |
| |||
136 | 149 | | |
137 | 150 | | |
138 | 151 | | |
| 152 | + | |
| 153 | + | |
| 154 | + | |
| 155 | + | |
139 | 156 | | |
140 | 157 | | |
141 | 158 | | |
| |||
147 | 164 | | |
148 | 165 | | |
149 | 166 | | |
150 | | - | |
| 167 | + | |
| 168 | + | |
151 | 169 | | |
152 | 170 | | |
153 | 171 | | |
| |||
192 | 210 | | |
193 | 211 | | |
194 | 212 | | |
195 | | - | |
| 213 | + | |
196 | 214 | | |
197 | 215 | | |
198 | | - | |
| 216 | + | |
199 | 217 | | |
200 | 218 | | |
201 | 219 | | |
| |||
223 | 241 | | |
224 | 242 | | |
225 | 243 | | |
226 | | - | |
| 244 | + | |
| 245 | + | |
| 246 | + | |
| 247 | + | |
227 | 248 | | |
228 | 249 | | |
229 | 250 | | |
| |||
249 | 270 | | |
250 | 271 | | |
251 | 272 | | |
252 | | - | |
253 | | - | |
254 | | - | |
255 | | - | |
| 273 | + | |
256 | 274 | | |
257 | | - | |
258 | 275 | | |
259 | 276 | | |
260 | 277 | | |
| |||
272 | 289 | | |
273 | 290 | | |
274 | 291 | | |
275 | | - | |
276 | | - | |
277 | | - | |
278 | | - | |
279 | | - | |
280 | | - | |
281 | | - | |
282 | | - | |
283 | | - | |
284 | | - | |
285 | | - | |
286 | | - | |
| 292 | + | |
| 293 | + | |
| 294 | + | |
| 295 | + | |
287 | 296 | | |
288 | 297 | | |
289 | 298 | | |
290 | 299 | | |
291 | 300 | | |
292 | | - | |
293 | | - | |
294 | | - | |
295 | | - | |
| 301 | + | |
296 | 302 | | |
297 | 303 | | |
298 | 304 | | |
| |||
304 | 310 | | |
305 | 311 | | |
306 | 312 | | |
307 | | - | |
308 | | - | |
309 | | - | |
| 313 | + | |
310 | 314 | | |
311 | 315 | | |
312 | 316 | | |
| |||
315 | 319 | | |
316 | 320 | | |
317 | 321 | | |
| 322 | + | |
| 323 | + | |
| 324 | + | |
| 325 | + | |
| 326 | + | |
| 327 | + | |
| 328 | + | |
| 329 | + | |
| 330 | + | |
| 331 | + | |
| 332 | + | |
| 333 | + | |
| 334 | + | |
| 335 | + | |
| 336 | + | |
| 337 | + | |
| 338 | + | |
318 | 339 | | |
319 | 340 | | |
320 | 341 | | |
321 | | - | |
322 | | - | |
323 | | - | |
324 | | - | |
| 342 | + | |
325 | 343 | | |
326 | 344 | | |
327 | | - | |
328 | 345 | | |
329 | 346 | | |
330 | 347 | | |
| |||
0 commit comments