Skip to content
This repository was archived by the owner on Dec 19, 2019. It is now read-only.

Commit b2f1417

Browse files
🔃 [EngCom] Public Pull Requests - 2.3-develop
Accepted Public Pull Requests: - magento/magento2#20791: Fixed issue 20790 wishlist icons (by @abrarpathan19) - magento/magento2#20493: Widget-left-navigation-block (by @dipti2jcommerce) - magento/magento2#20727: Exceptions when search product with sku like "42-" (by @Nazar65) - magento/magento2#20756: cms-page-top-spacing-issue :: changes to remove top spacing on Cms pa� (by @ranee2jcommerce) - magento/magento2#19270: escape logo alt text and title (by @ErikPel) - magento/magento2#20762: fixed minor typo (by @pankaj-cedcoss) - magento/magento2#20749: Correct spelling (by @ravi-chandra3197) - magento/magento2#20610: admin-order-info-issue (by @dipti2jcommerce) - magento/magento2#20403: Fixed-Schedule-Update-Form-filed-misalign (by @amol2jcommerce) - magento/magento2#20138: Fixed checkout page product options alignment in order summary (by @mage2pratik) - magento/magento2#19845: Curl - allow setting HTTP version (by @SikailoISM) - magento/magento2#20607: Add filter for `NOT FIND_IN_SET` sql conditions (by @mageprince) Fixed GitHub Issues: - magento/magento2#20790: Luma theme My Wish List page Edit and Remove icons consistency design improvement (reported by @abrarpathan19) has been fixed in magento/magento2#20791 by @abrarpathan19 in 2.3-develop branch Related commits: 1. 5f258f2 2. f4e9176 - magento/magento2#20492: In Admin configuration Widget left navigation block not proper in tablet landscape view (reported by @dipti2jcommerce) has been fixed in magento/magento2#20493 by @dipti2jcommerce in 2.3-develop branch Related commits: 1. 00e1069 - magento/magento2#9988: Quick search by SKU not working properly (reported by @harimayco) has been fixed in magento/magento2#20727 by @Nazar65 in 2.3-develop branch Related commits: 1. cb681ab 2. 7539e8e - magento/magento2#20689: Elastic search not working if sku is like 42-315 (reported by @arijit-codilar) has been fixed in magento/magento2#20727 by @Nazar65 in 2.3-develop branch Related commits: 1. cb681ab 2. 7539e8e - magento/magento2#20716: Exceptions when search product with sku like "42-" (reported by @Nazar65) has been fixed in magento/magento2#20727 by @Nazar65 in 2.3-develop branch Related commits: 1. cb681ab 2. 7539e8e - magento/magento2#20755: cms page top spacing issue at mobile (reported by @priti2jcommerce) has been fixed in magento/magento2#20756 by @ranee2jcommerce in 2.3-develop branch Related commits: 1. 85a5e4d - magento/magento2#19269: Logo "alt" attribute not escaped; possible (self) XSS (reported by @KevinGimbel) has been fixed in magento/magento2#19270 by @ErikPel in 2.3-develop branch Related commits: 1. 42308ca 2. 2d20343 3. be294e8 - magento/magento2#20609: Currency rate value not align proper in order information tab when we create creditmemo from admin (reported by @dipti2jcommerce) has been fixed in magento/magento2#20610 by @dipti2jcommerce in 2.3-develop branch Related commits: 1. 8c4dc05 - magento/magento2#20402: Schedule update from filed misalignment in 768 x 1147 resolution (reported by @amol2jcommerce) has been fixed in magento/magento2#20403 by @amol2jcommerce in 2.3-develop branch Related commits: 1. 9ce78e0 2. 48917fc - magento/magento2#20134: On checkout page product options is not align in order summary (reported by @nainesh2jcommerce) has been fixed in magento/magento2#20138 by @mage2pratik in 2.3-develop branch Related commits: 1. b46a307 2. fb38437 3. b227988 - magento/magento2#19442: Magento/Framework/HTTP/Adapter/Curl.php doesn't allow setting HTTP version (reported by @ryanreeves-taxjar) has been fixed in magento/magento2#19845 by @SikailoISM in 2.3-develop branch Related commits: 1. 3ad96a1
2 parents dbdc67c + f89da61 commit b2f1417

File tree

15 files changed

+71
-24
lines changed

15 files changed

+71
-24
lines changed

app/code/Magento/Catalog/Block/Adminhtml/Form/Renderer/Fieldset/Element.php

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,13 @@
44
* See COPYING.txt for license details.
55
*/
66

7+
namespace Magento\Catalog\Block\Adminhtml\Form\Renderer\Fieldset;
8+
79
/**
810
* Catalog fieldset element renderer
911
*
1012
* @author Magento Core Team <[email protected]>
1113
*/
12-
namespace Magento\Catalog\Block\Adminhtml\Form\Renderer\Fieldset;
13-
1414
class Element extends \Magento\Backend\Block\Widget\Form\Renderer\Fieldset\Element
1515
{
1616
/**
@@ -29,7 +29,7 @@ public function getDataObject()
2929
}
3030

3131
/**
32-
* Retireve associated with element attribute object
32+
* Retrieve associated with element attribute object
3333
*
3434
* @return \Magento\Catalog\Model\ResourceModel\Eav\Attribute
3535
*/

app/code/Magento/CatalogRule/Test/Mftf/Test/CatalogPriceRuleAndCustomerGroupMembershipArePersistedUnderLongTermCookieTest.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@
6464
<amOnPage url="{{StorefrontCategoryPage.url($$createCategory.name$$)}}" stepKey="onStorefrontCategoryPage"/>
6565
<see selector="{{StorefrontCategoryProductSection.ProductPriceByNumber('1')}}" userInput="$$createProduct.price$$" stepKey="checkPriceSimpleProduct"/>
6666

67-
<!--Login to storfront from customer and check price-->
67+
<!--Login to storefront from customer and check price-->
6868
<actionGroup ref="LoginToStorefrontActionGroup" stepKey="logInFromCustomer">
6969
<argument name="Customer" value="$$createCustomer$$"/>
7070
</actionGroup>

app/code/Magento/Sales/view/adminhtml/templates/order/view/info.phtml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ $customerUrl = $block->getCustomerViewUrl();
104104
<?php if ($order->getBaseCurrencyCode() != $order->getOrderCurrencyCode()): ?>
105105
<tr>
106106
<th><?= $block->escapeHtml(__('%1 / %2 rate:', $order->getOrderCurrencyCode(), $order->getBaseCurrencyCode())) ?></th>
107-
<th><?= $block->escapeHtml($order->getBaseToOrderRate()) ?></th>
107+
<td><?= $block->escapeHtml($order->getBaseToOrderRate()) ?></td>
108108
</tr>
109109
<?php endif; ?>
110110
</table>

app/code/Magento/Theme/view/frontend/templates/html/header/logo.phtml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@
1414
<span data-action="toggle-nav" class="action nav-toggle"><span><?= /* @escapeNotVerified */ __('Toggle Nav') ?></span></span>
1515
<a class="logo" href="<?= $block->getUrl('') ?>" title="<?= /* @escapeNotVerified */ $storeName ?>">
1616
<img src="<?= /* @escapeNotVerified */ $block->getLogoSrc() ?>"
17-
title="<?= /* @escapeNotVerified */ $block->getLogoAlt() ?>"
18-
alt="<?= /* @escapeNotVerified */ $block->getLogoAlt() ?>"
17+
title="<?= $block->escapeHtmlAttr($block->getLogoAlt()) ?>"
18+
alt="<?= $block->escapeHtmlAttr($block->getLogoAlt()) ?>"
1919
<?= $block->getLogoWidth() ? 'width="' . $block->getLogoWidth() . '"' : '' ?>
2020
<?= $block->getLogoHeight() ? 'height="' . $block->getLogoHeight() . '"' : '' ?>
2121
/>

app/code/Magento/Ui/view/base/web/js/grid/controls/bookmarks/bookmarks.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -382,7 +382,7 @@ define([
382382
* Checks if specified view is in editing state.
383383
*
384384
* @param {String} index - Index of a view to be checked.
385-
* @returns {Bollean}
385+
* @returns {Boolean}
386386
*/
387387
isEditing: function (index) {
388388
return this.editing === index;

app/design/adminhtml/Magento/backend/Magento_Backend/web/css/source/module/main/_page-nav.less

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -203,7 +203,7 @@
203203
font-weight: @font-weight__heavier;
204204
line-height: @line-height__s;
205205
margin: 0 0 -1px;
206-
padding: @admin__page-nav-link__padding;
206+
padding: 2rem 0 2rem 1rem;
207207
transition: @admin__page-nav-transition;
208208
word-wrap: break-word;
209209
}

app/design/adminhtml/Magento/backend/web/css/source/forms/_fields.less

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -660,10 +660,11 @@
660660
&.admin__field {
661661
> .admin__field-control {
662662
&:extend(.abs-field-size-small all);
663-
float: left;
664663
position: relative;
664+
display: inline-block;
665665
}
666666
}
667+
667668

668669
+ .admin__field:last-child {
669670
width: auto;

app/design/frontend/Magento/blank/Magento_Checkout/web/css/source/module/checkout/_order-summary.less

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -118,6 +118,10 @@
118118

119119
.product {
120120
position: relative;
121+
.item-options {
122+
&:extend(.abs-product-options-list all);
123+
&:extend(.abs-add-clearfix all);
124+
}
121125
}
122126
}
123127

app/design/frontend/Magento/luma/Magento_Checkout/web/css/source/module/_minicart.less

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,13 @@
6363
}
6464
}
6565

66+
dl {
67+
&.product.options.list {
68+
display: inline-block;
69+
vertical-align: top;
70+
}
71+
}
72+
6673
.text {
6774
&.empty {
6875
text-align: center;
@@ -288,6 +295,15 @@
288295
.details-qty {
289296
margin-top: @indent__s;
290297
}
298+
299+
.product {
300+
.options {
301+
&.list {
302+
&:extend(.abs-product-options-list all);
303+
&:extend(.abs-add-clearfix all);
304+
}
305+
}
306+
}
291307
}
292308

293309
.product {

app/design/frontend/Magento/luma/Magento_Checkout/web/css/source/module/checkout/_order-summary.less

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -118,6 +118,10 @@
118118

119119
.product {
120120
position: relative;
121+
.item-options {
122+
&:extend(.abs-product-options-list all);
123+
&:extend(.abs-add-clearfix all);
124+
}
121125
}
122126
}
123127

app/design/frontend/Magento/luma/Magento_Theme/web/css/source/_module.less

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -458,7 +458,7 @@
458458

459459
.media-width(@extremum, @break) when (@extremum = 'max') and (@break = @screen__m) {
460460
.cms-page-view .page-main {
461-
padding-top: 41px;
461+
padding-top: 0;
462462
position: relative;
463463
}
464464
}

app/design/frontend/Magento/luma/Magento_Wishlist/web/css/source/_module.less

Lines changed: 25 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -182,6 +182,30 @@
182182
}
183183
}
184184
}
185+
.products-grid.wishlist {
186+
.product-item-actions {
187+
.action {
188+
&.edit,
189+
&.delete {
190+
.lib-icon-font(
191+
@icon-edit,
192+
@_icon-font-size: 18px,
193+
@_icon-font-line-height: 20px,
194+
@_icon-font-text-hide: true,
195+
@_icon-font-color: @minicart-icons-color,
196+
@_icon-font-color-hover: @primary__color,
197+
@_icon-font-color-active: @minicart-icons-color
198+
);
199+
}
200+
201+
&.delete {
202+
.lib-icon-font-symbol(
203+
@_icon-font-content: @icon-trash
204+
);
205+
}
206+
}
207+
}
208+
}
185209
}
186210

187211
//
@@ -229,15 +253,7 @@
229253
&:last-child {
230254
margin-right: 0;
231255
}
232-
233-
&.edit {
234-
float: left;
235-
}
236-
237-
&.delete {
238-
float: right;
239-
}
240-
256+
241257
&.edit,
242258
&.delete {
243259
margin-top: 7px;

lib/internal/Magento/Framework/DB/Adapter/Pdo/Mysql.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2915,6 +2915,7 @@ public function endSetup()
29152915
* - array("gteq" => $greaterOrEqualValue)
29162916
* - array("lteq" => $lessOrEqualValue)
29172917
* - array("finset" => $valueInSet)
2918+
* - array("nfinset" => $valueNotInSet)
29182919
* - array("regexp" => $regularExpression)
29192920
* - array("seq" => $stringValue)
29202921
* - array("sneq" => $stringValue)
@@ -2944,6 +2945,7 @@ public function prepareSqlCondition($fieldName, $condition)
29442945
'gteq' => "{{fieldName}} >= ?",
29452946
'lteq' => "{{fieldName}} <= ?",
29462947
'finset' => "FIND_IN_SET(?, {{fieldName}})",
2948+
'nfinset' => "NOT FIND_IN_SET(?, {{fieldName}})",
29472949
'regexp' => "{{fieldName}} REGEXP ?",
29482950
'from' => "{{fieldName}} >= ?",
29492951
'to' => "{{fieldName}} <= ?",

lib/internal/Magento/Framework/HTTP/Adapter/Curl.php

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,9 @@
1111
*/
1212
namespace Magento\Framework\HTTP\Adapter;
1313

14+
/**
15+
* Curl http adapter
16+
*/
1417
class Curl implements \Zend_Http_Client_Adapter_Interface
1518
{
1619
/**
@@ -139,8 +142,8 @@ public function setConfig($config = [])
139142
/**
140143
* Connect to the remote server
141144
*
142-
* @param string $host
143-
* @param int $port
145+
* @param string $host
146+
* @param int $port
144147
* @param boolean $secure
145148
* @return $this
146149
* @SuppressWarnings(PHPMD.UnusedFormalParameter)
@@ -167,6 +170,7 @@ public function write($method, $url, $http_ver = '1.1', $headers = [], $body = '
167170

168171
// set url to post to
169172
curl_setopt($this->_getResource(), CURLOPT_URL, $url);
173+
curl_setopt($this->_getResource(), CURLOPT_HTTP_VERSION, $http_ver);
170174
curl_setopt($this->_getResource(), CURLOPT_RETURNTRANSFER, true);
171175
if ($method == \Zend_Http_Client::POST) {
172176
curl_setopt($this->_getResource(), CURLOPT_POST, true);
@@ -273,7 +277,7 @@ public function getInfo($opt = 0)
273277
}
274278

275279
/**
276-
* curl_multi_* requests support
280+
* Curl_multi_* requests support
277281
*
278282
* @param array $urls
279283
* @param array $options

lib/internal/Magento/Framework/Search/Adapter/Mysql/Query/Builder/Match.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ class Match implements QueryInterface
2626
/**
2727
* @var string
2828
*/
29-
const SPECIAL_CHARACTERS = '+~/\\<>\'":*$#@()!,.?`=%&^';
29+
const SPECIAL_CHARACTERS = '-+~/\\<>\'":*$#@()!,.?`=%&^';
3030

3131
const MINIMAL_CHARACTER_LENGTH = 3;
3232

0 commit comments

Comments
 (0)