diff options
author | mensonge <mensonge@b3834d28-1941-0410-a4f8-b48e95affb8f> | 2009-02-09 14:05:21 +0000 |
---|---|---|
committer | mensonge <mensonge@b3834d28-1941-0410-a4f8-b48e95affb8f> | 2009-02-09 14:05:21 +0000 |
commit | 3a5dafcdc4efff42ff7f6d4f630b7666ff73248f (patch) | |
tree | cefb61dde7f3ca7837761e90249e91c47a51619e /upgrade.txt | |
parent | 6a7316fe016688453c1eec93f5f2b9fdb09aa048 (diff) | |
download | semanticscuttle-3a5dafcdc4efff42ff7f6d4f630b7666ff73248f.tar.gz semanticscuttle-3a5dafcdc4efff42ff7f6d4f630b7666ff73248f.tar.bz2 |
Minor Fix: improve common description of tags and add variable into config file to allow or not everybody to edit these descriptions [Config file modified: ]
git-svn-id: https://semanticscuttle.svn.sourceforge.net/svnroot/semanticscuttle/trunk@263 b3834d28-1941-0410-a4f8-b48e95affb8f
Diffstat (limited to 'upgrade.txt')
-rw-r--r-- | upgrade.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/upgrade.txt b/upgrade.txt index 023b93f..485e3e0 100644 --- a/upgrade.txt +++ b/upgrade.txt @@ -95,6 +95,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. === From version 0.90 to 0.91 === - Backup you database |