X-Git-Url: https://delta.frontaccounting.com/gitweb/?a=blobdiff_plain;f=CHANGELOG.txt;h=5c15a271a18a752dca3f3721592b74112b568659;hb=dd09f71fabc65963aa0abcab5bca3b2b6d6355ae;hp=f0cd64180c78e4d183d1eb691553a93582b59ed5;hpb=3420dc8d8dd23ed74dd88f20c0765167edfd2835;p=fa-stable.git diff --git a/CHANGELOG.txt b/CHANGELOG.txt index f0cd6418..5c15a271 100644 --- a/CHANGELOG.txt +++ b/CHANGELOG.txt @@ -26,6 +26,21 @@ $ -> Affected files $ install.html update.html /lang/new_language_template/LC_MESSAGES/empty.po +! Enabled a global flag in config.default.php (config.php), $show_users_online = 0. + If this flag is set to 1 FA will show discretely the users online in the footer. +$ config.default.php + /admin/db/users_db.inc + +21-Oct-2009 Janusz Dobrowolski +! Upgrade scripts modified to be used with 2.1 or 2.2beta +$ /sql/alter2.1.php + /sql/alter2.2.php + /sql/alter2.2rc.sql (new) + /admin/inst_upgrade.php +# Fixed help link. +$ /includes/page/header.inc +# Fixed upgrade of reference table to avoid duplicate record error. +$ /sql/alter2.2.php 20-Oct-2009 Janusz Dobrowolski ! Conditional config files generation - prevents overwrite during upgrade.