From f8f0b34afa9c2232f12efccbdbd4091317e738a8 Mon Sep 17 00:00:00 2001 From: mensonge Date: Tue, 10 Feb 2009 14:13:02 +0000 Subject: New Feature: add Google Analytics Code in config file [Config file modified: googleAnalyticsCode] git-svn-id: https://semanticscuttle.svn.sourceforge.net/svnroot/semanticscuttle/trunk@267 b3834d28-1941-0410-a4f8-b48e95affb8f --- upgrade.txt | 1 + 1 file changed, 1 insertion(+) (limited to 'upgrade.txt') diff --git a/upgrade.txt b/upgrade.txt index 485e3e0..6947257 100644 --- a/upgrade.txt +++ b/upgrade.txt @@ -96,6 +96,7 @@ ALTER TABLE `sc_searchhistory` CHARACTER SET utf8 COLLATE utf8_general_ci; - Upgrade your current configuration file (config.inc.php) with respect to config.inc.php.example * Add variable : $descriptionAnchors = array("author", "isbn", "address"=>"[address][street][/street][city][/city][/address]"); #add a possible anchor (structured content) for bookmarks' description field * Add variable : $enableCommonTagDescriptionEditedByAll = true; #true mean everybody can edit common description. Else just the admins can do it. +* Add variable : $googleAnalyticsCode = ''; #Allow GoogleAnalytics tracker https://www.google.com/analytics/ === From version 0.90 to 0.91 === - Backup you database -- cgit v1.2.3-54-g00ecf