Created
July 2, 2018 14:07
-
-
Save Marko-M/823ea02de09b8279aa36f6d26bf48688 to your computer and use it in GitHub Desktop.
SUPEE-10752 for Magento CE 1.9.3.8
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
marko@marko-work ~/Desktop/magento $ grep -A 10 'function getVersionInfo' < app/Mage.php | |
public static function getVersionInfo() | |
{ | |
return array( | |
'major' => '1', | |
'minor' => '9', | |
'revision' => '3', | |
'patch' => '8', | |
'stability' => '', | |
'number' => '', | |
); | |
} | |
marko@marko-work ~/Desktop/magento $ bash PATCH_SUPEE-10752_CE_v1.9.3.8_v1-2018-06-11-04-34-37.sh | |
Checking if patch can be applied/reverted successfully... | |
ERROR: Patch can't be applied/reverted successfully. | |
checking file app/code/core/Mage/Admin/Model/User.php | |
checking file app/code/core/Mage/Adminhtml/Block/Catalog/Product/Composite/Fieldset/Options.php | |
checking file app/code/core/Mage/Adminhtml/Block/Catalog/Product/Edit/Tab/Options/Option.php | |
checking file app/code/core/Mage/Adminhtml/Block/Widget/Grid/Column/Filter/Datetime.php | |
checking file app/code/core/Mage/Adminhtml/Model/LayoutUpdate/Validator.php | |
checking file app/code/core/Mage/Adminhtml/controllers/Catalog/CategoryController.php | |
checking file app/code/core/Mage/Adminhtml/controllers/Catalog/ProductController.php | |
checking file app/code/core/Mage/Adminhtml/controllers/Cms/Wysiwyg/ImagesController.php | |
checking file app/code/core/Mage/Adminhtml/controllers/Cms/WysiwygController.php | |
checking file app/code/core/Mage/Adminhtml/controllers/CustomerController.php | |
Reversed (or previously applied) patch detected! Assume -R? [n] | |
Apply anyway? [n] | |
Skipping patch. | |
1 out of 1 hunk ignored | |
checking file app/code/core/Mage/Adminhtml/controllers/System/StoreController.php | |
checking file app/code/core/Mage/Catalog/Model/Product.php | |
checking file app/code/core/Mage/Catalog/Model/Resource/Category/Tree.php | |
checking file app/code/core/Mage/Checkout/Model/Api/Resource/Customer.php | |
checking file app/code/core/Mage/Checkout/Model/Type/Onepage.php | |
checking file app/code/core/Mage/Checkout/controllers/CartController.php | |
checking file app/code/core/Mage/Core/Helper/Http.php | |
checking file app/code/core/Mage/Core/Model/Session/Abstract/Varien.php | |
Reversed (or previously applied) patch detected! Assume -R? [n] | |
Apply anyway? [n] | |
Skipping patch. | |
4 out of 4 hunks ignored | |
checking file app/code/core/Mage/Customer/Helper/Data.php | |
Reversed (or previously applied) patch detected! Assume -R? [n] | |
Apply anyway? [n] | |
Skipping patch. | |
1 out of 1 hunk ignored | |
checking file app/code/core/Mage/Customer/Model/Resource/Customer.php | |
Reversed (or previously applied) patch detected! Assume -R? [n] | |
Apply anyway? [n] | |
Skipping patch. | |
1 out of 1 hunk ignored | |
checking file app/code/core/Mage/Customer/controllers/AccountController.php | |
Reversed (or previously applied) patch detected! Assume -R? [n] | |
Apply anyway? [n] | |
Skipping patch. | |
3 out of 3 hunks ignored | |
checking file app/code/core/Mage/Log/Model/Visitor.php | |
checking file app/code/core/Mage/Usa/Helper/Data.php | |
checking file app/code/core/Mage/Usa/Model/Shipping/Carrier/Abstract/Backend/Abstract.php | |
checking file app/code/core/Mage/Usa/Model/Shipping/Carrier/Ups/Backend/Freemethod.php | |
checking file app/code/core/Mage/Usa/Model/Shipping/Carrier/Ups/Backend/OriginShipment.php | |
checking file app/code/core/Mage/Usa/Model/Shipping/Carrier/Ups/Backend/Type.php | |
checking file app/code/core/Mage/Usa/etc/system.xml | |
checking file app/code/core/Zend/Filter/PregReplace.php | |
checking file app/code/core/Zend/Validate/EmailAddress.php | |
checking file app/design/adminhtml/default/default/template/bundle/product/edit/bundle/option.phtml | |
checking file app/design/adminhtml/default/default/template/system/shipping/ups.phtml | |
checking file app/design/frontend/base/default/template/downloadable/catalog/product/links.phtml | |
checking file app/design/frontend/base/default/template/downloadable/checkout/cart/item/default.phtml | |
checking file app/design/frontend/base/default/template/downloadable/checkout/onepage/review/item.phtml | |
checking file app/design/frontend/base/default/template/downloadable/sales/order/items/renderer/downloadable.phtml | |
checking file app/design/frontend/default/iphone/template/downloadable/checkout/cart/item/default.phtml | |
checking file app/design/frontend/default/iphone/template/downloadable/checkout/onepage/review/item.phtml | |
checking file app/design/frontend/rwd/default/template/downloadable/checkout/cart/item/default.phtml | |
checking file app/design/frontend/rwd/default/template/downloadable/checkout/onepage/review/item.phtml | |
checking file app/design/frontend/rwd/default/template/downloadable/sales/order/items/renderer/downloadable.phtml | |
checking file app/locale/en_US/Mage_Catalog.csv | |
checking file app/locale/en_US/Mage_Usa.csv | |
checking file cron.php | |
checking file js/tiny_mce/plugins/media/.htaccess | |
checking file lib/Varien/Image/Adapter/Gd2.php |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment