Skip to content

Instantly share code, notes, and snippets.

View normann's full-sized avatar

Normann Lou normann

  • Chrometoaster
  • Wellington, New Zealand
View GitHub Profile
#!/bin/bash
#
# ss-upgrader.sh
#
# INTRODUCTION
#
# There are some threads on the SS forums that describe the techdocs for upgrading a 2.4 site to 3.x as being too technical. Mainly from content authors who
# also happen to be site maintainers - they are not coders.
# The aim of this script is to therefore to automate - in as much as this is possible in a user-configured, open-source software project - to help those new to
# SS3 upgrade from 2.x as smoothly as possible.
From 87548ce5407b3a194859a87e49f06599e8b40784 Mon Sep 17 00:00:00 2001
From: Normann Lou <normannlou@gmail.com>
Date: Thu, 2 Feb 2012 12:46:30 +1300
Subject: [PATCH] BUGFIX: SSF-107, Filter bar should be collapsed by default
---
templates/Includes/CMSPagesController_Content.ss | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/templates/Includes/CMSPagesController_Content.ss b/templates/Includes/CMSPagesController_Content.ss
From 9f3608aaa59627cfb9c7590343b35a147f8de38c Mon Sep 17 00:00:00 2001
From: Normann Lou <normannlou@gmail.com>
Date: Wed, 17 Aug 2011 18:28:04 +1200
Subject: [PATCH] BUGFIX: (ZD#6623) SearchBackgroundUpdateQueue broken in two
ways: 1. $dirty array should be populated no matter
$indexinstance->variantStateExcluded($state) is true or
false. 2. when the process is broken for long time, the
queued records are too much and every set of updating get
very large hence suffering from a maximal allowed memory.
From 9f3608aaa59627cfb9c7590343b35a147f8de38c Mon Sep 17 00:00:00 2001
From: Normann Lou <normannlou@gmail.com>
Date: Wed, 17 Aug 2011 18:28:04 +1200
Subject: [PATCH] BUGFIX: (ZD#6623) SearchBackgroundUpdateQueue broken in two
ways: 1. $dirty array should be populated no matter
$indexinstance->variantStateExcluded($state) is true or
false. 2. when the process is broken for long time, the
queued records are too much and every set of updating get
very large hence suffering from a maximal allowed memory.