X-Git-Url: https://delta.frontaccounting.com/gitweb/?a=blobdiff_plain;f=CHANGELOG.txt;h=a95af64395f67f778bb59ce0ffe4cb2430b4589c;hb=af78fbb535a6fedbc2eb70a26ddc39739be2b986;hp=6e1977d998626f1ab18171f5d104d6d7d096b68b;hpb=8ea6c4dd0d9b31b3456d012b0c94339b801bee0c;p=fa-stable.git diff --git a/CHANGELOG.txt b/CHANGELOG.txt index 6e1977d9..a95af643 100644 --- a/CHANGELOG.txt +++ b/CHANGELOG.txt @@ -19,6 +19,25 @@ Legend: ! -> Note $ -> Affected files + +20-Oct-2009 Janusz Dobrowolski +! Conditional config files generation - prevents overwrite during upgrade. +$ /config.php (removed) + /installed_extensions.php (removed) + /company/0/installed_extensions.php (removed) + /config.default.php (new initial default) + /config_db.php (removed initial version) + /admin/inst_lang.php (removed initial version) + /admin/db/maintenance_db.inc + /includes/session.inc + /install/index.php + /install/save.php + /lang/installed_languages.inc (removed initial version) +! Moving control to install wizard when config file does not exists. +$ /index.php +# Fixed db error message +$ /dimesion/includes/db/dimension_db.inc + 18-Oct-2009 Janusz Dobrowolski (merged changes for 2.1.7 from main branch) ! Added html_entity_decode() in db_escape() for correct INSERT>SELECT>INSERT sequences. $ /includes/db/connect_db.inc