-
Notifications
You must be signed in to change notification settings - Fork 9.4k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #477 from magento-api/MAGETWO-40183
MAGETWO-40183 Accept 9 Public Pull Requests
- Loading branch information
Showing
453 changed files
with
1,279 additions
and
500 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
15 changes: 15 additions & 0 deletions
15
app/code/Magento/Backend/Test/Unit/App/Action/Stub/ActionStub.php
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
<?php | ||
/** | ||
* Copyright © 2015 Magento. All rights reserved. | ||
* See COPYING.txt for license details. | ||
*/ | ||
|
||
namespace Magento\Backend\Test\Unit\App\Action\Stub; | ||
|
||
class ActionStub extends \Magento\Backend\App\Action | ||
{ | ||
protected function execute() | ||
{ | ||
// Empty method stub for test | ||
} | ||
} |
Empty file modified
0
app/code/Magento/Backend/view/adminhtml/templates/dashboard/totalbar/refreshstatistics.phtml
100755 → 100644
Empty file.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Empty file modified
0
app/code/Magento/Backup/Controller/Adminhtml/Index/Download.php
100755 → 100644
Empty file.
Empty file.
Empty file modified
0
app/code/Magento/Backup/Test/Unit/Controller/Adminhtml/Index/DownloadTest.php
100755 → 100644
Empty file.
Empty file.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
15 changes: 15 additions & 0 deletions
15
app/code/Magento/Braintree/Test/Unit/Controller/Stub/MyCreditCardsStub.php
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
<?php | ||
/** | ||
* Copyright © 2015 Magento. All rights reserved. | ||
* See COPYING.txt for license details. | ||
*/ | ||
|
||
namespace Magento\Braintree\Test\Unit\Controller\Stub; | ||
|
||
class MyCreditCardsStub extends \Magento\Braintree\Controller\MyCreditCards | ||
{ | ||
protected function execute() | ||
{ | ||
// Empty method stub for test | ||
} | ||
} |
15 changes: 15 additions & 0 deletions
15
app/code/Magento/Braintree/Test/Unit/Controller/Stub/PayPalStub.php
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
<?php | ||
/** | ||
* Copyright © 2015 Magento. All rights reserved. | ||
* See COPYING.txt for license details. | ||
*/ | ||
|
||
namespace Magento\Braintree\Test\Unit\Controller\Stub; | ||
|
||
class PayPalStub extends \Magento\Braintree\Controller\PayPal | ||
{ | ||
protected function execute() | ||
{ | ||
// Empty method stub for test | ||
} | ||
} |
Empty file.
Empty file.
Empty file modified
0
app/code/Magento/BundleImportExport/Model/Import/Product/Type/Bundle.php
100755 → 100644
Empty file.
Empty file modified
0
app/code/Magento/BundleImportExport/Test/Unit/Model/Import/Product/Type/BundleTest.php
100755 → 100644
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file modified
0
app/code/Magento/Catalog/Block/Adminhtml/Category/Widget/Chooser.php
100755 → 100644
Empty file.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Empty file.
Empty file modified
0
app/code/Magento/Catalog/Model/Indexer/Product/Eav/Action/Full.php
100755 → 100644
Empty file.
Empty file modified
0
app/code/Magento/Catalog/Model/Indexer/Product/Eav/Action/Row.php
100755 → 100644
Empty file.
Empty file modified
0
app/code/Magento/Catalog/Model/Indexer/Product/Eav/Action/Rows.php
100755 → 100644
Empty file.
Empty file modified
0
app/code/Magento/Catalog/Model/Indexer/Product/Price/AbstractAction.php
100755 → 100644
Empty file.
Empty file modified
0
app/code/Magento/Catalog/Model/Indexer/Product/Price/Action/Full.php
100755 → 100644
Empty file.
Empty file modified
0
app/code/Magento/Catalog/Model/Indexer/Product/Price/Action/Row.php
100755 → 100644
Empty file.
Empty file modified
0
app/code/Magento/Catalog/Model/Indexer/Product/Price/Action/Rows.php
100755 → 100644
Empty file.
Empty file modified
0
app/code/Magento/Catalog/Model/Product/Attribute/Backend/Sku.php
100755 → 100644
Empty file.
Empty file modified
0
app/code/Magento/Catalog/Model/Resource/Product/Indexer/Price/DefaultPrice.php
100755 → 100644
Empty file.
Empty file modified
0
app/code/Magento/Catalog/Model/Resource/Product/Indexer/Price/Factory.php
100755 → 100644
Empty file.
Empty file modified
0
app/code/Magento/Catalog/Test/Unit/Model/Indexer/Product/Eav/Action/FullTest.php
100755 → 100644
Empty file.
Empty file modified
0
app/code/Magento/Catalog/Test/Unit/Model/Indexer/Product/Eav/Action/RowTest.php
100755 → 100644
Empty file.
Empty file modified
0
app/code/Magento/Catalog/Test/Unit/Model/Indexer/Product/Eav/Action/RowsTest.php
100755 → 100644
Empty file.
Empty file modified
0
app/code/Magento/Catalog/Test/Unit/Model/Indexer/Product/Price/Action/RowTest.php
100755 → 100644
Empty file.
Empty file modified
0
app/code/Magento/Catalog/Test/Unit/Model/Indexer/Product/Price/Action/RowsTest.php
100755 → 100644
Empty file.
Empty file.
Empty file modified
0
app/code/Magento/Catalog/Test/Unit/Model/Template/Filter/FactoryTest.php
100755 → 100644
Empty file.
Empty file modified
0
app/code/Magento/Catalog/view/adminhtml/templates/catalog/category/widget/tree.phtml
100755 → 100644
Empty file.
Empty file.
Empty file modified
0
app/code/Magento/CatalogImportExport/Model/Import/Product/Type/AbstractType.php
100755 → 100644
Empty file.
Empty file modified
0
...ogImportExport/Test/Unit/Model/Import/Product/Type/_files/product_with_custom_options.csv
100755 → 100644
Empty file.
Empty file modified
0
app/code/Magento/CatalogImportExport/Test/Unit/Model/Import/Product/Validator/MediaTest.php
100755 → 100644
Empty file.
Empty file modified
0
app/code/Magento/CatalogImportExport/Test/Unit/Model/Import/Product/ValidatorTest.php
100755 → 100644
Empty file.
Empty file modified
0
app/code/Magento/CatalogImportExport/Test/Unit/Model/Import/ProductTest.php
100755 → 100644
Empty file.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Empty file.
Empty file.
Empty file.
Empty file.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Empty file.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
15 changes: 15 additions & 0 deletions
15
app/code/Magento/Checkout/Test/Unit/Controller/Stub/OnepageStub.php
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
<?php | ||
/** | ||
* Copyright © 2015 Magento. All rights reserved. | ||
* See COPYING.txt for license details. | ||
*/ | ||
|
||
namespace Magento\Checkout\Test\Unit\Controller\Stub; | ||
|
||
class OnepageStub extends \Magento\Checkout\Controller\Onepage | ||
{ | ||
protected function execute() | ||
{ | ||
// Empty method stub for test | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Empty file modified
0
app/code/Magento/Cms/Controller/Adminhtml/AbstractMassDelete.php
100755 → 100644
Empty file.
Empty file modified
0
app/code/Magento/Cms/Controller/Adminhtml/AbstractMassStatus.php
100755 → 100644
Empty file.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file modified
0
app/code/Magento/Cms/Controller/Adminhtml/Block/Widget/Chooser.php
100755 → 100644
Empty file.
Empty file.
Empty file.
Empty file modified
0
app/code/Magento/Cms/Controller/Adminhtml/Wysiwyg/Directive.php
100755 → 100644
Empty file.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Empty file modified
0
app/code/Magento/Cms/Controller/Adminhtml/Wysiwyg/Images/Contents.php
100755 → 100644
Empty file.
Empty file modified
0
app/code/Magento/Cms/Controller/Adminhtml/Wysiwyg/Images/DeleteFiles.php
100755 → 100644
Empty file.
Empty file modified
0
app/code/Magento/Cms/Controller/Adminhtml/Wysiwyg/Images/DeleteFolder.php
100755 → 100644
Empty file.
Empty file modified
0
app/code/Magento/Cms/Controller/Adminhtml/Wysiwyg/Images/Index.php
100755 → 100644
Empty file.
Empty file modified
0
app/code/Magento/Cms/Controller/Adminhtml/Wysiwyg/Images/NewFolder.php
100755 → 100644
Empty file.
Empty file modified
0
app/code/Magento/Cms/Controller/Adminhtml/Wysiwyg/Images/OnInsert.php
100755 → 100644
Empty file.
Empty file modified
0
app/code/Magento/Cms/Controller/Adminhtml/Wysiwyg/Images/Thumbnail.php
100755 → 100644
Empty file.
Empty file modified
0
app/code/Magento/Cms/Controller/Adminhtml/Wysiwyg/Images/TreeJson.php
100755 → 100644
Empty file.
Empty file modified
0
app/code/Magento/Cms/Controller/Adminhtml/Wysiwyg/Images/Upload.php
100755 → 100644
Empty file.
Empty file.
Empty file.
Empty file.
Empty file modified
0
app/code/Magento/Cms/Test/Unit/Block/Adminhtml/Block/Edit/FormTest.php
100755 → 100644
Empty file.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.