This file contains hidden or 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
diff --git a/lib/Varien/Db/Select.php b/lib/Varien/Db/Select.php | |
index 4af0818..e7c01c5 100755 | |
--- a/lib/Varien/Db/Select.php | |
+++ b/lib/Varien/Db/Select.php | |
@@ -59,6 +59,12 @@ class Varien_Db_Select extends Zend_Db_Select | |
const SQL_STRAIGHT_JOIN = 'STRAIGHT_JOIN'; | |
/** | |
+ * define callback for rendering sql no cache support*** | |
+ */ |
This file contains hidden or 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
; Output links compatible with the PHPStorm Remote Call plugin running on the host. | |
; source: https://github.com/computerminds/parrot/pull/20/files | |
xdebug.file_link_format="javascript:var rq = new XMLHttpRequest(); rq.open(\"GET\", \"http://localhost:8091?message=%f:%l\", true); rq.send(null);" | |
This file contains hidden or 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
diff --git a/app/code/core/Mage/Core/Controller/Varien/Front.php b/app/code/core/Mage/Core/Controller/Varien/Front.php | |
index 75d0e17..890ba9d 100755 | |
--- a/app/code/core/Mage/Core/Controller/Varien/Front.php | |
+++ b/app/code/core/Mage/Core/Controller/Varien/Front.php | |
@@ -182,6 +182,12 @@ class Mage_Core_Controller_Varien_Front extends Varien_Object | |
Mage::dispatchEvent('controller_front_send_response_before', array('front'=>$this)); | |
Varien_Profiler::start('mage::app::dispatch::send_response'); | |
$this->getResponse()->sendResponse(); | |
+ //This function flushes all response data to the client and finishes the request. | |
+ // This allows for time consuming tasks to be performed without leaving the connection |
This file contains hidden or 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
diff --git a/app/code/community/Fishpig/Wordpress/Helper/Config.php b/app/code/community/Fishpig/Wordpress/Helper/Config.php | |
index 51f7d7d..742fe6a 100644 | |
--- a/app/code/community/Fishpig/Wordpress/Helper/Config.php | |
+++ b/app/code/community/Fishpig/Wordpress/Helper/Config.php | |
@@ -83,26 +83,34 @@ class Fishpig_Wordpress_Helper_Config extends Fishpig_Wordpress_Helper_Abstract | |
); | |
} | |
- $resource = Mage::getSingleton('core/resource'); | |
- $db = $resource->getConnection('core_read'); |
This file contains hidden or 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
#!/bin/bash | |
# | |
# Copies certain kinds of known files and directories from a given Jenkins master directory | |
# into a git repo, removing any old ones, adds 'em, commits 'em, pushes 'em. | |
# | |
set -ex | |
if [ $# -ne 2 ]; then | |
echo usage: $0 root_dir jenkins_master |
This file contains hidden or 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
#!/bin/bash | |
# Copies certain kinds of known files and directories from a given Jenkins master directory | |
# into a git repo, removing any old ones, adds 'em, commits 'em, pushes 'em. | |
set -ex | |
if [ $# -ne 3 ]; then | |
echo usage: $0 jenkins_home git_repos_url git_repos_name | |
exit 1 | |
fi |
This file contains hidden or 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
<?xml version="1.0" ?> | |
<config> | |
<modules> | |
<Find_Feed> | |
<active>false</active> | |
</Find_Feed> | |
<Phoenix_Moneybookers> | |
<active>false</active> | |
</Phoenix_Moneybookers> | |
<Mage_XmlConnect> |
This file contains hidden or 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
<?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 |
This file contains hidden or 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
function(){ | |
"use strict"; | |
/** | |
* Constants | |
*/ | |
var VERSION = '2.1'; |
This file contains hidden or 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
sqlexception |
OlderNewer