Skip to content

Commit 575bb83

Browse files
author
Yuri Kovsher
committed
Merge remote-tracking branch 'main-ce/develop' into MAGETWO-39986
2 parents f34bf41 + 3bd64f6 commit 575bb83

File tree

427 files changed

+8040
-4812
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

427 files changed

+8040
-4812
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ before_install:
2828
$HOME/.cache/bin/composer self-update; echo '';
2929
else
3030
mkdir -p $HOME/.cache/bin;
31-
curl --connect-timeout 30 -sS https://getcomposer.org/installer \
31+
curl --connect-timeout 30 -sS https://getcomposer.org/installer
3232
| php -- --install-dir $HOME/.cache/bin/ --filename composer;
3333
fi
3434
fi'

app/code/Magento/AdvancedPricingImportExport/i18n/en_US.csv

Whitespace-only changes.

app/code/Magento/Authorization/i18n/en_US.csv

Whitespace-only changes.

app/code/Magento/Authorizenet/view/frontend/web/template/payment/authorizenet-directpost.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,14 +54,14 @@
5454
<button data-role="review-save"
5555
type="submit"
5656
data-bind="
57-
attr: {title: $t('Place order')},
57+
attr: {title: $t('Place Order')},
5858
enable: (getCode() == isChecked()),
5959
click: placeOrder,
6060
css: {disabled: !isPlaceOrderActionAllowed()}
6161
"
6262
class="action primary checkout"
6363
disabled>
64-
<span data-bind="text: $t('Place order')"></span>
64+
<span data-bind="text: $t('Place Order')"></span>
6565
</button>
6666
</div>
6767
</div>

app/code/Magento/Backend/etc/adminhtml/system.xml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -352,8 +352,9 @@
352352
<resource>Magento_Config::config_admin</resource>
353353
<group id="emails" translate="label" type="text" sortOrder="10" showInDefault="1" showInWebsite="0" showInStore="0">
354354
<label>Admin User Emails</label>
355-
<field id="forgot_email_template" translate="label" type="select" sortOrder="10" showInDefault="1" showInWebsite="0" showInStore="0">
355+
<field id="forgot_email_template" translate="label comment" type="select" sortOrder="10" showInDefault="1" showInWebsite="0" showInStore="0">
356356
<label>Forgot Password Email Template</label>
357+
<comment>Email template chosen based on theme fallback when "Default" option is selected.</comment>
357358
<source_model>Magento\Config\Model\Config\Source\Email\Template</source_model>
358359
</field>
359360
<field id="forgot_email_identity" translate="label" type="select" sortOrder="20" showInDefault="1" showInWebsite="0" showInStore="0">

app/code/Magento/Braintree/view/frontend/web/template/payment/braintree-paypal-form.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,14 +34,14 @@
3434
<button data-role="review-save"
3535
type="submit"
3636
data-bind="
37-
attr: {title: $t('Place order')},
37+
attr: {title: $t('Place Order')},
3838
enable: (getCode() == isChecked()),
3939
click: placeOrder,
4040
css: {disabled: !isPlaceOrderActionAllowed()}
4141
"
4242
class="action primary checkout"
4343
disabled>
44-
<span data-bind="text: $t('Place order')"></span>
44+
<span data-bind="text: $t('Place Order')"></span>
4545
</button>
4646
</div>
4747
</div>

app/code/Magento/Braintree/view/frontend/web/template/payment/cc-form.html

Lines changed: 20 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -151,12 +151,26 @@
151151
<span><!-- ko text: $t('Card Verification Number')--><!-- /ko --></span>
152152
</label>
153153
<div class="control">
154-
<input type="number" class="input-text cvv" name="payment[cc_cid]" value=""
155-
data-bind="attr: {id: getCode() + '_cc_cid', title: $t('Card Verification Number'), 'data-container': getCode() + '-cc-cvv', 'data-validate': JSON.stringify({'required-number':true, 'validate-cc-cvn':'#' + getCode() + '_cc_type'})},
156-
enable: true,
157-
value: creditCardVerificationNumber"/>
158-
<div class="note">
159-
<a href="#" class="action cvv" data-bind="attr: {title: $t('What is this?')}, mageInit:{'tooltip': {'content': getCvvImageHtml()}}"><span><!-- ko text: $t('What is this?')--><!-- /ko --></span></a>
154+
<input type="number"
155+
class="input-text cvv"
156+
name="payment[cc_cid]"
157+
value=""
158+
data-bind="attr: {id: getCode() + '_cc_cid',
159+
title: $t('Card Verification Number'),
160+
'data-container': getCode() + '-cc-cvv',
161+
'data-validate': JSON.stringify({'required-number':true, 'validate-cc-cvn':'#' + getCode() + '_cc_type'})},
162+
enable: true,
163+
value: creditCardVerificationNumber" />
164+
<div class="field-tooltip toggle">
165+
<span class="field-tooltip-action action-cvv"
166+
tabindex="0"
167+
data-toggle="dropdown"
168+
data-bind="attr: {title: $t('What is this?')}, mageInit: {'dropdown':{'activeClass': '_active'}}">
169+
<span><!-- ko text: $t('What is this?')--><!-- /ko --></span>
170+
</span>
171+
<div class="field-tooltip-content"
172+
data-target="dropdown"
173+
data-bind="html: getCvvImageHtml()"></div>
160174
</div>
161175
</div>
162176
</div>

app/code/Magento/Bundle/Block/Adminhtml/Sales/Order/Items/Renderer.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ public function truncateString($value, $length = 80, $etc = '...', &$remainder =
3636
* @param \Magento\Framework\Object $item
3737
* @return array|null
3838
*/
39-
public function getChilds($item)
39+
public function getChildren($item)
4040
{
4141
$itemsArray = [];
4242

app/code/Magento/Bundle/Block/Sales/Order/Items/Renderer.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@ public function getValueHtml($item)
125125
* @param \Magento\Framework\Object $item
126126
* @return array
127127
*/
128-
public function getChilds($item)
128+
public function getChildren($item)
129129
{
130130
$itemsArray = [];
131131

app/code/Magento/Bundle/Model/Sales/Order/Pdf/Items/AbstractItems.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ abstract class AbstractItems extends \Magento\Sales\Model\Order\Pdf\Items\Abstra
1818
* @param \Magento\Framework\Object $item
1919
* @return array
2020
*/
21-
public function getChilds($item)
21+
public function getChildren($item)
2222
{
2323
$itemsArray = [];
2424

0 commit comments

Comments
 (0)