diff options
author | mensonge <mensonge@b3834d28-1941-0410-a4f8-b48e95affb8f> | 2008-11-21 10:44:28 +0000 |
---|---|---|
committer | mensonge <mensonge@b3834d28-1941-0410-a4f8-b48e95affb8f> | 2008-11-21 10:44:28 +0000 |
commit | 3c181054dbe60467cc744c447010f525a862c26e (patch) | |
tree | caf19eca71e1339768620b8b2936c12f36dbdac7 /upgrade.txt | |
parent | 8ca4455dc7add53f496161eda1e86c455d4ce37c (diff) | |
download | semanticscuttle-3c181054dbe60467cc744c447010f525a862c26e.tar.gz semanticscuttle-3c181054dbe60467cc744c447010f525a862c26e.tar.bz2 |
Refactoring: improve debug_mode, constants and other stuff
git-svn-id: https://semanticscuttle.svn.sourceforge.net/svnroot/semanticscuttle/trunk@168 b3834d28-1941-0410-a4f8-b48e95affb8f
Diffstat (limited to 'upgrade.txt')
-rw-r--r-- | upgrade.txt | 12 |
1 files changed, 11 insertions, 1 deletions
diff --git a/upgrade.txt b/upgrade.txt index 6b54428..acf6a96 100644 --- a/upgrade.txt +++ b/upgrade.txt @@ -1,9 +1,19 @@ ==== UPGRADE instructions ==== -=== From version 0.89 to 0.90 === + +=== From version 0.90 to 0.91 === - Backup you database - Make a copy from your SemanticScuttle Web directory - Upgrade your database by following instructions ONE after ONE (order is important) : + * No intructions +- Upgrade your current configuration file (config.inc.php) with respect to config.inc.php.example + * Delete last line : include_once('debug.inc.php'); + * Add variable: $menu2Tags = array(); + * Add variable: $debugMode = true; # if true, show debug messages + +=== From version 0.89 to 0.90 === +- Backup you database +- Make a copy from your SemanticScuttle Web directory - Upgrade your current configuration file (config.inc.php) with respect to config.inc.php.example # add these lines under $enableWebsiteThumbnails = false; # enableWebsiteThumbnails {true|false}: |