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
Index: common.inc | |
=================================================================== | |
--- common.inc (revision 12104) | |
+++ common.inc (working copy) | |
@@ -1855,6 +1855,7 @@ | |
// flush, forcing browsers to load a new copy of the files, as the | |
// URL changed. | |
$query_string = '?'. substr(variable_get('css_js_query_string', '0'), 0, 1); | |
+ $timestamp = variable_get('css_js_timestamp', '0'); | |
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
From bdc3919fd8cccde0c59f4849bc8950c8f3e983ba Mon Sep 17 00:00:00 2001 | |
From: Brian Tully <[email protected]> | |
Date: Thu, 27 Jan 2011 15:14:09 -0500 | |
Subject: [PATCH] re #2366: No ads on PLP due to javascript error | |
--- | |
.../google_afs_widget/google_afs_widget_retry.js | 3 +++ | |
.../google_afs_widget_retry_check.js | 3 +++ | |
2 files changed, 6 insertions(+), 0 deletions(-) |
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
From 050597ec8b894cca320ea4732cad20cc69c8fb85 Mon Sep 17 00:00:00 2001 | |
From: Brian Tully <[email protected]> | |
Date: Thu, 27 Jan 2011 15:37:58 -0500 | |
Subject: [PATCH] add verbose | |
--- | |
bin/do-hotfix.sh | 6 +++--- | |
1 files changed, 3 insertions(+), 3 deletions(-) | |
diff --git a/bin/do-hotfix.sh b/bin/do-hotfix.sh |
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
$("object").append( | |
$("<param/>").attr({ | |
'name': 'wmode', | |
'value': 'transparent' | |
}) | |
).find("embed").attr('wmode', 'transparent') |
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
From bf81643a7518199af064d147645b20529f0cec25 Mon Sep 17 00:00:00 2001 | |
From: Brian Tully <[email protected]> | |
Date: Tue, 31 May 2011 12:26:18 -0400 | |
Subject: [PATCH] no ticket - fix for fatal errors due to views not being loaded at time of execution - news_recalls block | |
--- | |
src/sites/all/modules/csearch/cs/cs_blocks.inc | 8 +++++--- | |
.../modules/csearch/cs/cs_utility_functions.inc | 3 ++- | |
2 files changed, 7 insertions(+), 4 deletions(-) |
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
From bf81643a7518199af064d147645b20529f0cec25 Mon Sep 17 00:00:00 2001 | |
From: Brian Tully <[email protected]> | |
Date: Tue, 31 May 2011 12:26:18 -0400 | |
Subject: [PATCH] no ticket - fix for fatal errors due to views not being loaded at time of execution - news_recalls block | |
--- | |
src/sites/all/modules/csearch/cs/cs_blocks.inc | 8 +++++--- | |
.../modules/csearch/cs/cs_utility_functions.inc | 3 ++- | |
2 files changed, 7 insertions(+), 4 deletions(-) |
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
From 545a0c5451174fcb2fe4cd0fbc1d7761d756ea53 Mon Sep 17 00:00:00 2001 | |
From: Brian Tully <[email protected]> | |
Date: Tue, 31 May 2011 14:27:37 -0400 | |
Subject: [PATCH] hotfix for cs_memcache revert error | |
--- | |
.../modules/csearch/cs_memcache/cs_memcache.inc | 14 -------------- | |
1 files changed, 0 insertions(+), 14 deletions(-) | |
diff --git a/src/sites/all/modules/csearch/cs_memcache/cs_memcache.inc b/src/sites/all/modules/csearch/cs_memcache/cs_memcache.inc |
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
From 545a0c5451174fcb2fe4cd0fbc1d7761d756ea53 Mon Sep 17 00:00:00 2001 | |
From: Brian Tully <[email protected]> | |
Date: Tue, 31 May 2011 14:27:37 -0400 | |
Subject: [PATCH] hotfix for cs_memcache revert error | |
--- | |
.../modules/csearch/cs_memcache/cs_memcache.inc | 14 -------------- | |
1 files changed, 0 insertions(+), 14 deletions(-) | |
diff --git a/src/sites/all/modules/csearch/cs_memcache/cs_memcache.inc b/src/sites/all/modules/csearch/cs_memcache/cs_memcache.inc |
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
From e0390cc3a61b50da688ca4e774d99a531a1d5b30 Mon Sep 17 00:00:00 2001 | |
From: Brian Tully <[email protected]> | |
Date: Tue, 31 May 2011 14:27:37 -0400 | |
Subject: [PATCH] hotfix for cs_memcache revert error | |
--- | |
.../modules/csearch/cs_memcache/cs_memcache.inc | 14 -------------- | |
1 files changed, 0 insertions(+), 14 deletions(-) | |
diff --git a/src/sites/all/modules/csearch/cs_memcache/cs_memcache.inc b/src/sites/all/modules/csearch/cs_memcache/cs_memcache.inc |
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
From e0390cc3a61b50da688ca4e774d99a531a1d5b30 Mon Sep 17 00:00:00 2001 | |
From: Brian Tully <[email protected]> | |
Date: Tue, 31 May 2011 14:27:37 -0400 | |
Subject: [PATCH] hotfix for cs_memcache revert error | |
--- | |
.../modules/csearch/cs_memcache/cs_memcache.inc | 14 -------------- | |
1 files changed, 0 insertions(+), 14 deletions(-) | |
diff --git a/src/sites/all/modules/csearch/cs_memcache/cs_memcache.inc b/src/sites/all/modules/csearch/cs_memcache/cs_memcache.inc |
OlderNewer