This repository has been archived by the owner on Mar 27, 2019. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 55
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 #66 from c21tobias/develop
Applied Patch SUPEE-9767 v2
- Loading branch information
Showing
2 changed files
with
54 additions
and
0 deletions.
There are no files selected for viewing
40 changes: 40 additions & 0 deletions
40
app/code/core/Mage/Core/sql/core_setup/upgrade-1.6.0.6.1.1-1.6.0.6.1.2.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,40 @@ | ||
<?php | ||
/** | ||
* Magento | ||
* | ||
* NOTICE OF LICENSE | ||
* | ||
* This source file is subject to the Open Software License (OSL 3.0) | ||
* that is bundled with this package in the file LICENSE.txt. | ||
* It is also available through the world-wide-web at this URL: | ||
* http://opensource.org/licenses/osl-3.0.php | ||
* If you did not receive a copy of the license and are unable to | ||
* obtain it through the world-wide-web, please send an email | ||
* to [email protected] so we can send you a copy immediately. | ||
* | ||
* DISCLAIMER | ||
* | ||
* Do not edit or add to this file if you wish to upgrade Magento to newer | ||
* versions in the future. If you wish to customize Magento for your | ||
* needs please refer to http://www.magento.com for more information. | ||
* | ||
* @category Mage | ||
* @package Mage_Core | ||
* @copyright Copyright (c) 2006-2017 X.commerce, Inc. and affiliates (http://www.magento.com) | ||
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0) | ||
*/ | ||
|
||
/* @var $installer Mage_Core_Model_Resource_Setup */ | ||
$installer = $this; | ||
|
||
$installer->startSetup(); | ||
$connection = $installer->getConnection(); | ||
|
||
$connection->delete( | ||
$this->getTable('core_config_data'), | ||
$connection->prepareSqlCondition('path', array( | ||
'like' => 'dev/template/allow_symlink' | ||
)) | ||
); | ||
|
||
$installer->endSetup(); |
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,14 @@ | ||
-e 2017-07-13 07:57:37 UTC | PATCH_SUPEE-9767_CE_1.9.3.3_v2 | CE_1.9.3.3 | v2 | 6566db274beaeb9bcdb56a62e02cc2da532e618c | Thu Jun 22 04:30:03 2017 +0300 | v1.14.3.3..HEAD | ||
patching file app/code/core/Mage/Adminhtml/Model/System/Config/Backend/Symlink.php | ||
patching file app/code/core/Mage/Checkout/controllers/OnepageController.php | ||
patching file app/code/core/Mage/Core/Model/File/Validator/Image.php | ||
patching file app/code/core/Mage/Core/etc/config.xml | ||
patching file app/code/core/Mage/Core/etc/system.xml | ||
patching file app/code/core/Mage/Core/sql/core_setup/upgrade-1.6.0.6.1.1-1.6.0.6.1.2.php | ||
patching file app/design/adminhtml/default/default/layout/main.xml | ||
patching file app/design/adminhtml/default/default/template/oauth/authorize/head-simple.phtml | ||
patching file app/design/frontend/base/default/template/checkout/multishipping/addresses.phtml | ||
patching file app/design/frontend/base/default/template/checkout/onepage/payment.phtml | ||
patching file app/design/frontend/rwd/default/template/checkout/onepage/payment.phtml | ||
|
||
|