Skip to content

Commit c7ab6bd

Browse files
committed
Merge branch 'main_develop' into bugs
2 parents 8024119 + 4b9c132 commit c7ab6bd

File tree

1,605 files changed

+13522
-26927
lines changed

Some content is hidden

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

1,605 files changed

+13522
-26927
lines changed

.travis.yml

Lines changed: 5 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,7 @@ env:
1111
- TEST_SUITE=integration_part_1
1212
- TEST_SUITE=integration_part_2
1313
- TEST_SUITE=integration_integrity
14-
- TEST_SUITE=static_phpcs
15-
- TEST_SUITE=static_annotation
14+
- TEST_SUITE=static
1615
cache:
1716
apt: true
1817
directories:
@@ -21,9 +20,9 @@ cache:
2120
matrix:
2221
exclude:
2322
- php: 5.6
24-
env: TEST_SUITE=static_phpcs
25-
- php: 5.6
26-
env: TEST_SUITE=static_annotation
23+
env: TEST_SUITE=static
24+
- php: 7.0
25+
env: TEST_SUITE=static
2726
before_install:
2827
- sudo apt-get update -qq
2928
- sudo apt-get install -y -qq postfix
@@ -68,6 +67,4 @@ script:
6867
# Integration integrity tests
6968
- sh -c "if [ '$TEST_SUITE' = 'integration_integrity' ]; then cd dev/tests/integration/; ./../../../vendor/bin/phpunit -c phpunit.xml.dist testsuite/Magento/Test/Integrity; fi"
7069
# Static tests [Code Style]
71-
- sh -c "if [ '$TEST_SUITE' = 'static_phpcs' ]; then cd dev/tests/static; ./../../../vendor/bin/phpunit -c phpunit.xml.dist --filter 'Magento\\\\Test\\\\Php\\\\LiveCodeTest::testCodeStyle'; fi"
72-
# Static tests [Code Style]
73-
- sh -c "if [ '$TEST_SUITE' = 'static_annotation' ]; then cd dev/tests/static; ./../../../vendor/bin/phpunit -c phpunit.xml.dist --filter 'Magento\\\\Test\\\\Php\\\\LiveCodeTest::testAnnotationStandard'; fi"
70+
- sh -c "if [ '$TEST_SUITE' = 'static' ]; then cd dev/tests/static/; php get_github_changes.php --output-file='$TRAVIS_BUILD_DIR/dev/tests/static/testsuite/Magento/Test/_files/changed_files_ce.txt' --base-path='$TRAVIS_BUILD_DIR' --repo='https://github.com/magento/magento2.git' --branch='develop'; ./../../../vendor/bin/phpunit -c phpunit.xml.dist --filter 'Magento\\\\Test\\\\Php\\\\LiveCodeTest'; fi"

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
[![Build Status](https://travis-ci.org/magento/magento2.svg?branch=master)](https://travis-ci.org/magento/magento2)
1+
[![Build Status](https://travis-ci.org/magento/magento2.svg?branch=develop)](https://travis-ci.org/magento/magento2)
22
[![Gitter](https://badges.gitter.im/Join%20Chat.svg)](https://gitter.im/magento/magento2?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge)
33
<h2>Welcome</h2>
44
Welcome to Magento 2 installation! We're glad you chose to install Magento 2, a cutting edge, feature-rich eCommerce solution that gets results.
@@ -33,7 +33,7 @@ Use the following table to verify you have the correct prerequisites to install
3333
<td><a href="http://devdocs.magento.com/guides/v2.0/install-gde/prereq/apache.html">Apache</a></td>
3434
</tr>
3535
<tr>
36-
<td>PHP 5.5.x or 5.6.x</td>
36+
<td>PHP ~5.5.22 or 5.6.x</td>
3737
<td><code>php -v</code></td>
3838
<td><a href="http://devdocs.magento.com/guides/v2.0/install-gde/prereq/php-ubuntu.html">PHP Ubuntu</a><br><a href="http://devdocs.magento.com/guides/v2.0/install-gde/prereq/php-centos.html">PHP CentOS</a></td>
3939
</tr>

app/code/Magento/AdminNotification/composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "magento/module-admin-notification",
33
"description": "N/A",
44
"require": {
5-
"php": "~5.5.0|~5.6.0|~7.0.0",
5+
"php": "~5.5.22|~5.6.0|~7.0.0",
66
"magento/module-store": "100.0.*",
77
"magento/module-backend": "100.0.*",
88
"magento/module-media-storage": "100.0.*",

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

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -7,15 +7,14 @@ Remove,Remove
77
"You have %1 new system message","You have %1 new system message"
88
"Incoming Message","Incoming Message"
99
close,close
10-
"Read details","Read details"
1110
Notifications,Notifications
1211
"The message has been marked as Read.","The message has been marked as Read."
1312
"We couldn't mark the notification as Read because of an error.","We couldn't mark the notification as Read because of an error."
1413
"Please select messages.","Please select messages."
1514
"A total of %1 record(s) have been marked as Read.","A total of %1 record(s) have been marked as Read."
16-
"The message has been removed.","The message has been removed."
17-
"We couldn't remove the messages because of an error.","We couldn't remove the messages because of an error."
1815
"Total of %1 record(s) have been removed.","Total of %1 record(s) have been removed."
16+
"We couldn't remove the messages because of an error.","We couldn't remove the messages because of an error."
17+
"The message has been removed.","The message has been removed."
1918
"1 Hour","1 Hour"
2019
"2 Hours","2 Hours"
2120
"6 Hours","6 Hours"
@@ -26,26 +25,27 @@ major,major
2625
minor,minor
2726
notice,notice
2827
"Wrong message type","Wrong message type"
29-
"{{base_url}} is not recommended to use in a production environment to declare the Base Unsecure URL / Base Secure URL. It is highly recommended to change this value in your Magento <a href=""%1"">configuration</a>.","{{base_url}} is not recommended to use in a production environment to declare the Base Unsecure URL / Base Secure URL. It is highly recommended to change this value in your Magento <a href=""%1"">configuration</a>."
28+
"Wrong notification ID specified.","Wrong notification ID specified."
29+
"{{base_url}} is not recommended to use in a production environment to declare the Base Unsecure URL / Base Secure URL. We highly recommend changing this value in your Magento <a href=""%1"">configuration</a>.","{{base_url}} is not recommended to use in a production environment to declare the Base Unsecure URL / Base Secure URL. We highly recommend changing this value in your Magento <a href=""%1"">configuration</a>."
3030
"One or more of the Cache Types are invalidated: %1. ","One or more of the Cache Types are invalidated: %1. "
3131
"Please go to <a href=""%1"">Cache Management</a> and refresh cache types.","Please go to <a href=""%1"">Cache Management</a> and refresh cache types."
32-
"One or more media files failed to be synchronized during the media storages synchronization process. Refer to the log file for details.","One or more media files failed to be synchronized during the media storages synchronization process. Refer to the log file for details."
32+
"We were unable to synchronize one or more media files. Please refer to the log file for details.","We were unable to synchronize one or more media files. Please refer to the log file for details."
3333
"Synchronization of media storages has been completed.","Synchronization of media storages has been completed."
34-
"Your web server is configured incorrectly. As a result, configuration files with sensitive information are accessible from the outside. Please contact your hosting provider.","Your web server is configured incorrectly. As a result, configuration files with sensitive information are accessible from the outside. Please contact your hosting provider."
35-
"We appreciate our merchants' feedback. Please <a href=""#"" data-mage-init=%1>take our survey</a> and tell us about features you'd like to see in Magento.","We appreciate our merchants' feedback. Please <a href=""#"" data-mage-init=%1>take our survey</a> and tell us about features you'd like to see in Magento."
34+
"Your web server is set up incorrectly and allows unauthorized access to sensitive files. Please contact your hosting provider.","Your web server is set up incorrectly and allows unauthorized access to sensitive files. Please contact your hosting provider."
3635
"Close popup","Close popup"
3736
Close,Close
37+
"System Messages:","System Messages:"
3838
"Critical System Messages","Critical System Messages"
3939
"Major System Messages","Major System Messages"
4040
"System messages","System messages"
41-
Notification,Notification
42-
Cancel,Cancel
43-
Acknowledge,Acknowledge
44-
"See All (%1 unread)","See All (%1 unread)"
45-
Actions,Actions
46-
Message,Message
41+
"See All (","See All ("
42+
" unread)"," unread)"
43+
"Show Toolbar","Show Toolbar"
44+
"Show List","Show List"
4745
"Use HTTPS to Get Feed","Use HTTPS to Get Feed"
4846
"Update Frequency","Update Frequency"
4947
"Last Update","Last Update"
5048
Severity,Severity
5149
"Date Added","Date Added"
50+
Message,Message
51+
Actions,Actions

app/code/Magento/AdvancedPricingImportExport/Test/Unit/Model/Import/AdvancedPricing/Validator/TierPriceTest.php

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,7 @@ class TierPriceTest extends \PHPUnit_Framework_TestCase
3333
*/
3434
protected $tierPrice;
3535

36-
37-
public function setUp()
36+
protected function setUp()
3837
{
3938
$this->groupRepository = $this->getMockBuilder('\Magento\Customer\Api\GroupRepositoryInterface')
4039
->disableOriginalConstructor()

app/code/Magento/AdvancedPricingImportExport/Test/Unit/Model/Import/AdvancedPricing/Validator/WebsiteTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ class WebsiteTest extends \PHPUnit_Framework_TestCase
2525
*/
2626
protected $website;
2727

28-
public function setUp()
28+
protected function setUp()
2929
{
3030
$this->webSiteModel = $this->getMock(
3131
'\Magento\Store\Model\WebSite',

app/code/Magento/AdvancedPricingImportExport/Test/Unit/Model/Import/AdvancedPricing/ValidatorTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ class ValidatorTest extends \PHPUnit_Framework_TestCase
2525
*/
2626
protected $validatorTest;
2727

28-
public function setUp()
28+
protected function setUp()
2929
{
3030
$this->validatorTest = $this->getMockForAbstractClass(
3131
'Magento\CatalogImportExport\Model\Import\Product\RowValidatorInterface',

app/code/Magento/AdvancedPricingImportExport/Test/Unit/Model/Import/AdvancedPricingTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@ class AdvancedPricingTest extends \Magento\ImportExport\Test\Unit\Model\Import\A
123123
*/
124124
protected $errorAggregator;
125125

126-
public function setUp()
126+
protected function setUp()
127127
{
128128
parent::setUp();
129129

app/code/Magento/AdvancedPricingImportExport/Test/Unit/Model/Indexer/Product/Price/Plugin/ImportTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ class ImportTest extends \PHPUnit_Framework_TestCase
2525
*/
2626
protected $advancedPricing;
2727

28-
public function setUp()
28+
protected function setUp()
2929
{
3030
$this->indexer = $this->getMockForAbstractClass('\Magento\Framework\Indexer\IndexerInterface', [], '', false);
3131
$this->import = $this->getMock(

app/code/Magento/AdvancedPricingImportExport/composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "magento/module-advanced-pricing-import-export",
33
"description": "N/A",
44
"require": {
5-
"php": "~5.5.0|~5.6.0|~7.0.0",
5+
"php": "~5.5.22|~5.6.0|~7.0.0",
66
"magento/module-catalog": "100.0.*",
77
"magento/module-catalog-inventory": "100.0.*",
88
"magento/module-eav": "100.0.*",

0 commit comments

Comments
 (0)